﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    font-size: 12px;
    line-height: 22px;
    color: #333333;
    background: #FFF;
}

/*------------------------Start 解决12号字在google和傲游浏览器的不识别小于12号的英文字体-------------*/
html {
    -webkit-text-size-adjust: none;
}

/*------------------------End 解决12号字在google和傲游浏览器的不识别小于12号的英文字体----------*/
div,
h1,
h2,
h3,
h4,
p,
form,
label,
input,
textarea,
img,
span {
    margin: 0px;
    padding: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

dl {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

dd {
    margin: 0px;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #0b5cac;
    text-decoration: none;
}

.link-blue {
    color: #0b5cac;
    text-decoration: underline;
}

.link-blue:hover {
    color: #0b5cac;
    text-decoration: underline;
}

img {
    font-size: 0px;
    line-height: 0px;
    vertical-align: bottom;
    border: 0px;
}

.c {
    clear: both;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/*--End 分页样式---------*/
.top_w {
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    background-color: #f1f1f1;
    border-bottom: 1px solid #d0d0d0;
}

.top_a {
    margin: 0 auto;
    width: 1200px;
    line-height: 38px;
    letter-spacing: 1px;
}

.top_l {
    float: left;
    width: 50%;
}

.top_l strong {
    margin-left: 8px;
    letter-spacing: normal;
}

.top_r {
    float: right;
    width: 50%;
    text-align: right;
}

.top_r a {
    margin: 0 8px;
}

/*************共用样式***************/
.contain_a_w {
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;

}

.contain_a {
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    width: 1200px;

}

/****************************/
/*********logo******/
.logo {
    height: 128px;
    margin: 0 auto;
    width: 100%;
    clear: both;
    background: url(../images/web_03.jpg) center no-repeat #f1f1f1;
    border-top: 1px solid #f8f8f8;
}

/********导航***********/
.nav_w {
    background-color: #00579f;
    height: 48px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    line-height: 48px;
	border-bottom:2px solid #fff;
}

.nav_a {
    margin: 0 auto;
    width: 1200px;
    clear: both;
}

.nav_a li {
    float: left;
    text-align: center;
    ;
    width: 150px;
    font-size: 14px;
}

.nav_a li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.nav_a li a:hover {
    background-color: #eb5a19;
}

.li_on {
    background-color: #eb5a19;
}

/**********banner开始***/
.banner_w {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    clear: both;
    background-color: #f8f8f8;
}

.banner {
    margin: 0 auto;
    width: 1920px;
    height: 500px;
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin-left: -960px;
}

.banner .img {
    width: 25000px;
    position: absolute;
    left: 0;
    top: 0;
}

.banner .img li {
    float: left;
    overflow: hidden;
}

.banner .num {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    text-align: center;
    font-size: 0;
}

.banner .num li {
    width: 10px;
    height: 10px;
    background-color: #888;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    cursor: pointer;
}

.banner .num li.on {
    background-color: #ff0000;
}

.banner .btn {
    width: 30px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 46px;
}

.banner:hover .btn {
    display: block
}

.banner .btn_l {
    left: 15%;
}

.banner .btn_r {
    right: 15%;
}

/*******banner结束*********/
/*******首页产品*********/
.pro_sy_w {
    margin-top: 50px;
}

.pro_sy {
    margin: 0 auto;
    width: 1204px;
}

.bt_pro_sy {
    clear: both;
    overflow: hidden;
    margin: 0px auto;
    width: 100%;
    text-align: center;
}

.bt_pro_sy span {
    font-size: 36px;
    font-family: "幼圆";
    line-height: 45px;
    color: #00579f;
}

.bt_pro_sy p {
    font-size: 14px;
    line-height: 26px;
    color: #6d6d6d;
}

.pro_sy ul {
 /*   clear: both;*/
    overflow: hidden;
    margin: 40px auto;
    width: 100%;
}

.pro_sy ul li {
    float: left;
    margin: 15px 7px;
    width: 287px;
    overflow: hidden;
}

.pro_sy ul li a {
    display: block;
    ;
    width: 281px;
    height: 100%;
    border: 3px solid #f2f2f2;
    background-color: #f2f2f2;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.pro_sy ul li a span {
    display: block;
    width: 281px;
    height: 210px;
    overflow: hidden;
}

.pro_sy ul li a span img {
    width: 281px;
    height: 210px;
}

.pro_sy ul li a p {
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.pro_sy ul li a:hover {
    border-color: #eb5a19;
    background-color: #eb5a19;
}

.pro_sy ul li a:hover p {
    color: #fff;
}

/****************关于我们首页**********/
.about_sy_w {
    margin-top: 15px;
    background-color: #00579f;
    padding: 60px 0;
}

.pic_about_sy {
    float: left;
    border: 10px solid #fff;
    margin-right: 40px;
}

.pic_about_sy img {
    width: 455px;
    height: 234px;
}

.txt_about_sy {
    color: #fff;
    font-size: 13px;
    line-height: 28px;
}

/***********三大优势**********/
.ys_sy_w {
    margin-top: 50px;
}

.bt_ys_sy {
    margin: 0 auto;
    width: 342px;
    background: url(../images/web_14.jpg) top center no-repeat;
    height: 84px;
    position: relative;
}

.bt_ys_sy .bt01_ys_sy {
    position: absolute;
	display:none;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 26px;
    color: #6d6d6d;
}

.bt_ys_sy .bt01_ys_sy span {
    display: none;
}

.ys01_sy {
    background: url(../images/web_17.jpg) top center no-repeat;
    margin-top: 60px;
    height: 383px;
}

.ys02_sy {
    background: url(../images/web_21.jpg) top center no-repeat;
    height: 409px;
}

.ys03_sy {
    background: url(../images/web_22.jpg) top center no-repeat;
    height: 359px;
}

/*********首页宽度2********/
.pic02_sy_w {
    background: url(../images/web_23.jpg) top center no-repeat;
    height: 226px;
    margin-top: 40px;
}

/********设备展示首页*******/
/*.picMarquee-left01 {
    width: 1200px;
    margin-top: 20px;
    overflow: hidden;
}*/
.picMarquee-left {
    width: 1200px;
    margin-top: 20px;
    overflow: hidden;
}

.edu_sy_w {
    margin-top: 50px;
}

.edu_sy .bd ul li {
    float: left;
    margin: 15px 7px;
    width: 287px;
    overflow: hidden;
}

.edu_sy .bd ul li a {
    display: block;
    ;
    width: 281px;
    height: 100%;
    border: 3px solid #f2f2f2;
    background-color: #f2f2f2;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.edu_sy .bd ul li a span {
    display: block;
    width: 281px;
    height: 210px;
    overflow: hidden;
}

.edu_sy .bd ul li a span img {
    width: 281px;
    height: 210px;
}

.edu_sy .bd ul li a p {
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.edu_sy .bd ul li a:hover {
    border-color: #eb5a19;
    background-color: #eb5a19;
}

.edu_sy .bd ul li a:hover p {
    color: #fff;
}

/*******新闻首页****************/
.news_sy_w {
    margin-top: 50px;
    background-color: #f5f5f5;
    padding: 50px 0;
}
.news_sy{
    padding: 50px 30px;
    width: 1140px;
    background-color: #fff;
    box-shadow: 0px 0px 5px #dfdfdf;
    -moz-box-shadow: 0px 0px 5px #dfdfdf;
    -webkit-box-shadow: 0px 0px 5px #dfdfdf;
    -o-box-shadow: 0px 0px 5px #dfdfdf;
    -ms-box-shadow: 0px 0px 5px #dfdfdf;
}
.left_news_sy{
    float: left;
    width: 429px;
}
.pic_news_sy{
    width: 429px;
    height: 364px;
    overflow: hidden;
}
.pic_news_sy img{
    width: 429px;
    height: 364px;
}
.txt_left_news_sy{
    height: 96px;
    padding: 15px;
    overflow: hidden;;
    background-color: #00579f;
    color: #fff;
}
.bt_txt_left_news_sy{
    line-height: 30px;
    font-size: 14px;
}
.bt_txt_left_news_sy a{
    color: #fff;
}
.bt_txt_left_news_sy a:hover{
    color: #ffff00;
}
.jj_txt_left_news_sy{
    color: #e2f0fb;
}
.right_news_sy{
    float: right;
    width: 680px;
}
.right_news_sy ul{
    clear: both;
    overflow: hidden;
}
.right_news_sy ul li{
    margin-bottom: 20px;
    background-color: #f5f5f5;
    padding: 15px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.right_news_sy ul li:hover{
    background-color: #dfdfdf;
}
.right_news_sy ul li .bt_right_news_sy a{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.right_news_sy ul li .jj_right_news_sy{
    color: #666666;
    line-height: 22px;
}
.right_news_sy ul li .more_right_news_sy a{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 15px 0 0px;
    text-align: center;
    background-color: #f6b67a;
    color: #fff;
        transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.right_news_sy ul li .more_right_news_sy a:hover{
      background-color: #f79941;
}
/**************底部***************/
.foot_w{
    clear:both;
    overflow:hidden;
    margin:0 auto;
    padding:50px 0;
    background-color:#3b3b3b;}
.foot_pic ul{
        display: flex;
    width:113px;
    clear: both;
    margin:0 auto;
    justify-content:space-between;
    overflow:hidden;
    }
.foot_pic ul li{
    text-align:center;
    color:#dfdfdf;}
.foot_pic ul li .name_wx{
    line-height:35px;}
.foot_nr{
    margin-top:20px;
    text-align:center;
    line-height:24px;
    color:#dfdfdf;}
.foot_nr a{
    color:#dfdfdf;
}
.foot_nr a:hover{
    color:#fff;
}
.foot_nr_a{
    background-color:#262626;
    padding:2px 5px;
    width:190px;
    font-size: 14px;
    margin:0 auto 10px;}
.foot_nr_a a{
    text-decoration:none;}
.foot_nr_b{
    font-size: 14px;
      color:#b9b9b9;
}
.foot_nr_b a{
    color:#b9b9b9;
}
.foot_nr_b a:hover{
    color: #fff;
}

/**************内页关于我们**************/
.ny_w{
    margin:0 auto;
    clear:both;
    overflow:hidden;
    width:100%;
    background-color:#eaeaea;
    padding:40px 0 60px;}
.ny{
    margin:0 auto;
    width:1200px;
    min-height:550px;
}
.ny_left{
    float:left;
    width:250px;
    font-size:14px;
}
.ny_left_a{
    padding:15px;
        width:220px;
    background-color:#fff;
}
.ny_right{
    float:right;
    width:890px;
    padding:20px;
        background-color:#fff;
        min-height:550px;}
.ny_left_bt{
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    background: #dcdcdc;
    color:#00579f;
 font-size:16px;
    font-weight: bold;
    padding-left: 15px;}
.ny_left_nr{
    margin-top:5px;}
.ny_left_nr ul{
    clear:both;
    overflow:hidden;
}
.ny_left_nr ul li{
    line-height:30px;
    padding-left:30px;
    background-color: #fafafa;
    margin:5px 0;}
.ny_left_nr ul li a{
    color:#333;}
.ny_left_nr ul li a:hover{
    color:#0b5cac;}
.ny_left_b{
    margin-top:15px;
    padding:15px;
        width:220px;
    background-color:#fff;
}
/************************/
.ny_right_bt{
    height: 35px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
     color:#00579f;
    line-height: 35px;
    border-bottom: 1px solid #dfdfdf;
    background: url(../images/ny_d.jpg) 3px center no-repeat;
}
.ny_right_bt .weizhi_a{
    float:right;
    font-size:14px;
    font-weight:normal;
	color:#666}
.ny_right_bt .weizhi_a a{
    margin:0 5px;
    color:#666;}
.ny_right_bt .weizhi_a a:hover{
      color:#00579f;}
.ny_right_nr{
    line-height:26px;
    color:#333;
    font-size:14px;
    margin:10px 5px;
		min-height:400px;
}
/************关于我们结束************/
/********新闻列表***************/
.ny_nr_bt{
    font-size:16px;
    line-height:40px;
    text-align:center;
    margin-top:20px;
    padding-bottom: 10px;
}
.ny_nr_time{
    border-bottom:1px dashed #dfdfdf;
    border-top:1px dashed #dfdfdf;
    line-height:36px;
    font-size:12px;
    color:#888;
    text-align:center;
}
.ny_nr_nr{
    margin-top:25px;
    line-height:30px;
    font-size:14px;
    color:#333;
}
ul.news_list{
    clear:both;
    overflow:hidden}
ul.news_list li{
    height:35px;
    line-height:35px;
    padding-left:24px;
    border-bottom:1px dashed #dfdfdf;
    background:url(../images/dian_b.jpg) 10px center no-repeat;}
ul.news_list li a span{
    float: right;
    padding-right:15px;}

    /*******新闻详细**********/
.newshow_bt{
    text-align:center;
    line-height:36px;
    font-size:16px;
    margin-top: 15px;
}
.newshow_time{
    margin-bottom:15px;
    margin-top:15px;
    border-top:1px dashed #dfdfdf;
    border-bottom:1px dashed #dfdfdf;
    line-height:30px;
    font-size:12px;
    text-align:center;
    color:#666;}
/***************产品介绍************/
/******************pro***************/
.content_a_n_ys{
    background-color:#fff;
    padding:30px;
    margin:0 auto;
    width:1120px;}
.bt_wz{
    clear:both;
    height: 35px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    color: #00579f;
    line-height: 35px;
    border-bottom: 1px solid #dfdfdf;
    background: url(../images/ny_d.jpg) 3px center no-repeat;}
.bt_wz_right{
    float:right;
    font-size: 14px;
    color:#666;
    font-weight: normal;
}
.bt_wz_right a{
        margin:0 6px;
        color:#666;
}
.bt_wz_right a:hover{
        color: #01840c;
}
.content_a_r{
    float:right;
    width:860px;}
.content_a_r ul{
    clear: both;
    margin-top: 20px;
}
.content_a_r ul li{
    float:left;
    margin:0 13px 30px;
    width:260px;}

.content_a_r ul li a{
    display:block;
    width:260px;
    height:168px;
    overflow:hidden;}
.content_a_r ul li a img{
        width:260px;
        transition:all 0.6s ease;
    height:168px;
}
.content_a_r ul li:hover a img{
    transform:scale(1.2)}
.content_a_r ul li .pic_nr{
    background-color:#f0f0f0;
    padding:5px 15px 5px;}
.content_a_r ul li .pic_nr .pic_bt{
    font-size:14px;
    line-height:40px;
    color:#333;
}
.content_a_l{
    float:left;
    width:227px;
    min-height:300px;
    border:1px solid #dfdfdf;
}
.content_a_l_nr{
    margin:25px 20px;}
.content_a_l_nr ul{
    clear:both;
    overflow:hidden}
.content_a_l_nr ul li{
    border:1px solid #f1f1f1;
    height:35px;
    margin:5px 0;
    width:165px;
    line-height:35px;
    background: url(../images/dian_d.jpg) 10px center no-repeat;
    padding-left:20px;}
.content_a_l_nr ul li a{
    font-size:14px;}
/******page 新闻分页*******/
.ny_news_page{
	margin:10px auto 60px;
	clear:both;
	padding-top:10px;
}
.ny_news_page a,.ny_news_page span{
	display:block;
	float:left;
	line-height:38px;
	text-align:center;
	font-size:12px;
	padding:0 10px;
	height:38px;
	color:#333;
	background-color:#f8f8f8;
	margin-right:10px}
.ny_news_page a:hover,.ny_news_page span{
	background-color:#00579f;
	color:#fff;}
.ny_news_page a.page_aa{
	background-color:#00579f;
	color:#fff;}
.ny_news_pageaaa{
	margin-top:20px;
	margin-bottom:50px;}

/******************************/