@charset "utf-8";

/* CSS 全局 */
*{
    margin: 0;
    padding: 0;
    border: 0;
}

body{
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    color: #000;
    background-color: #fff;
    text-align: left;
    font-family: "\5FAE\8F6F\96C5\9ED1","\9ED1\4F53","\5B8B\4F53",Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
}

h1{font-size: 28px; font-weight: 800;}
h2{font-size: 24px; font-weight: 800;}
h3,h4,h5,h6{font-size: 16px; font-weight: 600;}

a:link{color: #666; text-decoration: none; outline: none;}
a:visited{color: #666; text-decoration: none; outline: none;}
a:hover{color: #D43D3D; text-decoration: none; outline: none;}
a:active{color: #D43D3D; text-decoration: none; outline: none;}

ul,ol,li{list-style-type: none;}
img{color: transparent; border: 0; font-size: 0; vertical-align: middle; -ms-interpolation-mode: bicubic; }
.clear{clear: both; height: 0; } /* 清除浮动 */
input:focus, textarea:focus{outline: none;}	/*去除输入框点击周边边框*/

/*index-head*/
#index_head{
    width: 100%;
}
.index_head_up{
    margin: 0 auto;
    width: 1000px;
}
.index_head_logo{
    width: 400px;
    height: 120px;
    float: left;
}
.index_head_logo_left{
    margin-top: 22px;
    width: 121px;
    height: 75px;
    float: left;
}
.index_head_logo_right{
    margin-top: 30px;
    width: 260px;
    height: 50px;
    float: right;
}
.index_head_logo_right_zh{
    color: #0060AD;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 8px;
}
.index_head_logo_right_en{
    color: #0060AD;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
}
.index_head_search{
    width: 500px;
    height: 120px;
    float: right;
}
.index_head_search_box{
    margin: 20px 0 0 300px;
    width: 200px;
    height: 36px;
    background: transparent url("../img/searchbg.png") 0 0 no-repeat;
    position: relative;
}
.index_head_search_box input[type='text']{
    width: 150px;
    height: 32px;
    line-height: 32px;
    font-family: "\5FAE\8F6F\96C5\9ED1","\9ED1\4F53","\5B8B\4F53",Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #999;
    position: absolute;
    left: 5px;
    top: 2px;
}
.index_head_search_box input[type="image"]{
    width: 40px;
    height: 36px;
    position: absolute;
    left: 160px;
    top: 0;
}
.index_head_search h1{
    margin-top: 10px;
    text-align: right;
    font-size: 16px;
    color: #0060AD;
    letter-spacing: 1px;
}
#index_head_nav{
    width: 100%;
    height: 40px;
    margin-top: 20px;
    border-bottom: 2px solid #0060AD;
}
.index_head_nav_menu{
    margin: 0 auto;
    width: 1000px;
    height: 40px;
    line-height: 40px;
}
.index_head_nav_menu_p{
    width: 180px;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    background: transparent url("../img/pall-bg.jpg") 0 0 no-repeat;
    float: left;
}
.index_head_nav_menu_p a:link{color: #00a0e9; }
.index_head_nav_menu_p a:visited{color: #00a0e9; }
.index_head_nav_menu_p a:hover{color: #D43D3D; }
.index_head_nav_menu_p a:active{color: #D43D3D; }
.index_head_nav_menu_other{
    width: 760px;
    float: right;
    overflow: hidden;
}
.index_head_nav_menu_other ul li{
    margin-right: 20px;
    width: 120px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px;
    float: left;
}
.index_head_nav_menu_other ul li:hover{
    background-color: #0060AD;
}
.index_head_nav_menu_other ul li a:link{color: #666;}
.index_head_nav_menu_other ul li a:visited{color: #666;}
.index_head_nav_menu_other ul li a:hover{color: #FFF;}
.index_head_nav_menu_other ul li a:active{color: #FFF;}

/*index-head-product menu*/
.index_slider_bg{
    width: 100%;
    height: 365px;
    background: transparent url("../img/slider-bg.jpg") 0 0 repeat-x;
}
.index_p_menu_slider{
    margin: 0 auto;
    width: 1000px;
    height: 365px;
}
.index_p_menu{
    width: 180px;
    height: 365px;
    background-color: #f1f1f1;
    float: left;
}
.index_p_menu > li{
    width: 180px;
    height: 51px;
    line-height: 51px;
    border-bottom: 1px solid #fff;
    background-color: #f1f1f1;
    position: relative;
}
.index_p_menu > li:hover{
    background-color: #e2e2e2;
    cursor: pointer;
}
.index_p_menu li h2{
    width: 150px;
    margin-left: 10px;
    font-size: 15px;
    color: #666;
    float: left;
}
.index_p_menu li .gt{
    width: 8px;
    margin-right: 10px;
    font-size: 16px;
    color: #666;
    text-align: right;
    float: right;
}
.menu_sub{
    width: 240px;
    display: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    position: absolute;
    left: 180px;
    top: 0;
    z-index: 1;
}
.menu_sub li{
    width: 220px;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

/*slider*/
.slider, .slider .slider-img {
    overflow: hidden;
    height: 365px;
}
.slider {
    width: 820px;
    margin: 0 auto;
    position: relative;
}
.slider:hover .slider-btn-left{
    display: block;
    background: transparent url("../img/slider-btn-left.png") 0 0 no-repeat;
    cursor: pointer;
}
.slider:hover .slider-btn-right {
    display: block;
    background: transparent url("../img/slider-btn-right.png") 0 0 no-repeat;
    cursor: pointer;
}

.slider .slider-img {
    width: 8200px;
    position: relative;
}
.slider .slider-img .slider-img-ul {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.slider .slider-img .slider-img-ul li {
    float: left;
}
.slider .slider-img .slider-img-ul li img {
    width: 820px;
    height: 365px;
}
.slider .slider-dot ul {
    position: absolute;
    right: 40%;
    bottom: 10px;
}
.slider .slider-dot ul li {
    cursor: pointer;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    float: left;
    margin-left: 10px;
}
.slider .slider-dot ul li.active, .slider .slider-dot ul li:hover {
    background: greenyellow;
}
.slider .slider-btn-left {
    position: absolute;
    width: 50px;
    height: 100px;
    top: 130px;
    left: 0;
    display: none;
}
.slider .slider-btn-right {
    position: absolute;
    width: 50px;
    height: 100px;
    top: 130px;
    right: 0;
    display: none;
}

/*index products-show*/
.index_p_box{
    margin: 70px auto 0 auto;
    width: 1000px;
    overflow: hidden;
}
.index_p_title{
    height: 50px;
}
.index_p_title_left{
    width: 300px;
    height: 50px;
    line-height: 50px;
    float: left;
}
.index_p_title_left_zh{
    font-size: 30px;
    color: #0060AD;
    font-weight: 800;
    letter-spacing: 5px;
}
.index_p_title_left_en{
    font-size: 20px;
    color: #0060AD;
    font-weight: 600;
}
.more{
    width: 100px;
    height: 30px;
    margin-top: 15px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 2px;
}
.more_right{
    float: right;
}
.index_p_img{
    width: 1000px;
    margin-top: 10px;
}
.index_p_bigImg{
    width: 700px;
    height: 400px;
    border: 1px solid #c3c3c3;
    overflow: hidden;
    float: right;
}
.index_p_bigImg div{
    display: none;
}
.index_p_bigImg img{
    width: 700px;
    height: 400px;
    text-align: center;
}
.index_p_smallImg{
    width: 202px;
    height: 402px;
    overflow: hidden;
    float: left;
}
.index_p_zx{
    width: 60px;
    height: 402px;
    overflow: hidden;
    float: left;
}
.index_p_zx div{
    height: 122px;
    margin-bottom: 17px;
}
.zx_bg{
    background: transparent url("../img/p-zx.png") 0 0 no-repeat;
}
.index_p_smallImg div{
    width: 200px;
    height: 120px;
    margin-bottom: 17px;
    text-align: center;
    border: 1px solid #c3c3c3;
    overflow: hidden;
    position: relative;
}
.imgClass{
    width: 200px;
    height: 25px;
    font-size: 14px;
    color: #fff;
    background-color: #666;
    line-height: 25px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.addImgClass{
    height: 120px;
    font-size: 18px;
    font-weight: 600;
    line-height: 120px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.imgClass:link, .addImgClass:link{color: #fff;}
.imgClass:visited, .addImgClass:visited{color: #fff;}
.imgClass:hover, .addImgClass:hover{color: #fff;}
.imgClass:active, .addImgClass:active{color: #fff;}

.index_p_smallImg div img{
    width: 200px;
    height: 120px;
    text-align: center;
}

/*index about-us*/
.index_about_box{
    width: 1000px;
    margin: 70px auto 0 auto;
}
.index_about_title{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.index_about_title_zh{
    font-size: 30px;
    color: #117700;
    font-weight: 800;
    letter-spacing: 5px;
}
.index_about_title_en{
    font-size: 20px;
    color: #008855;
    font-weight: 600;
}
.index_about_content{
    width: 1000px;
    height: 260px;
    margin-top: 20px;
    overflow: hidden;
}
.index_about_txt{
    width: 400px;
    height: 260px;
    text-align: justify;
    float: left;
}
.index_about_img{
    width: 550px;
    height: 260px;
    float: right;
}
.index_about_img img{
    width: 550px;
    height: 260px;
    text-align: center;
}

/*index-news*/
.index_news_box{
    width: 1000px;
    margin: 80px auto 0 auto;
}
.index_news_line{
    height: 80px;
    background: transparent url("../img/index-service.jpg") 0 0 no-repeat;
}
.index_news_line_left{
    width: 350px;
    height: 80px;
    padding-left: 20px;
    line-height: 80px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    float: left;
}
.index_news_line_right{
    width: 400px;
    height: 80px;
    padding-right: 20px;
    line-height: 80px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: right;
    float: right;
}
.index_news_content{
    margin-top: 15px;
}
.index_support{
    width: 400px;
    height: 350px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    float: left;
}
.index_news{
    width: 400px;
    height: 350px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    float: right;
}
.index_support_title{
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e3e3e3;
}
.index_support_title .zh{
    font-weight: 600;
    font-size: 26px;
    color: #0060AD;
    letter-spacing: 2px;
}
.index_support_title .en{
    font-size: 20px;
    color: #999;
    letter-spacing: 0;
}
.index_support_img{
    margin: 5px auto;
    width: 390px;
    height: 120px;
    overflow: hidden;
}
.index_support_img img{
    width: 390px;
    height: 120px;
    text-align: center;
}
.index_support_txt{
    margin: 25px auto 10px auto;
    width: 360px;
    overflow: hidden;
}
.index_support_txt div{
    height: 30px;
    line-height: 30px;
}

/*footer*/
.foot{
    width: 100%;
    margin-top: 70px;
    background-color: #e3e3e3;
}
.foot_box{
    width: 1000px;
    height: 180px;
    overflow: hidden;
    margin: 0 auto;
}
.foot_add_box{
    width: 1000px;
    margin-top: 10px;
    overflow: hidden;
}
.foot_add{
    margin-right: 53px;
    height: 60px;
    text-align: center;
    float: left;
}
.foot_add_img{
    height: 30px;
}
.foot_add_img img{
    width: 30px;
    height: 30px;
}
.foot_add_txt{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #333;
    letter-spacing: 0;
}
.foot_line{
    height: 1px;
    margin: 5px 0;
    background-color: #fff;
}
.foot_copyright{
    font-size: 14px;
    color: #666;
}
/*fix box*/
.fixed{
    width: 170px;
    height: 250px;
    overflow: hidden;
    position: fixed;
    right: 0px;
    top: 45%;
}
.fixed_btn{
    width: 20px;
    height: 80px;
    margin-top: 85px;
    line-height: 80px;
    font-size: 20px;
    text-align: center;
    border-radius: 5px 0 0 5px;
    color: #fff;
    background-color: #DFDFDF;
    float: left;
}
.fixed_btn:hover{
     cursor: pointer;
     background-color: #999;
 }
.fixed_box{
    width: 150px;
    height: 250px;
    background: transparent url("../img/btn-fixed.png") 0 0 no-repeat;
    float: right;
}
.fixed_add{
    margin: 100px 0 0 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

/*public header*/
.header_top{
    width: 1000px;
    height: 120px;
    margin: 0 auto;
}
.header_top_left{
    width: 320px;
    height: 120px;
    overflow: hidden;
    float: left;
}
.header_top_left_logo{
    margin-top: 22px;
    width: 121px;
    height: 75px;
    float: left;
}
.header_top_left_name{
    margin-top: 37px;
    width: 198px;
    height: 50px;
    line-height: 24px;
    float: right;
}
.header_top_left_name_zh{
    color: #0060AD;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 4px;
}
.header_top_left_name_en{
    color: #0060AD;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0px;
}
.header_top_right{
    width: 600px;
    height: 120px;
    float: right;
}
.header_top_right .search{
    width: 200px;
    height: 28px;
    margin-top: 25px;
    margin-left: 395px;
    background: transparent url("../img/search-ny-bg.png") 0 0 no-repeat;
    position: relative;
}
.header_top_right .search input[type='text']{
    width: 155px;
    height: 26px;
    line-height: 26px;
    background-color: transparent;
    font-family: "\5FAE\8F6F\96C5\9ED1","\9ED1\4F53","\5B8B\4F53",Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 1px;
    left: 5px;
}
.header_top_right .search input[type='image']{
    width: 35px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 165px;
}
.header_top_right .nav{
    height: 30px;
    margin-top: 30px;
}
.header_top_right .nav > li{
    height: 30px;
    float: left;
    margin-left: 34px;
}
.nav_pro{
    position: relative;
}
.menu{
    width: 180px;
    background-color: #f1f1f1;
    display: none;
    position: absolute;
    top: 29px;
    left: -56px;
}
.menu > li{
    width: 180px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #fff;
    position: relative;
}
.menu > li:hover{
    background-color: #e2e2e2;
    cursor: pointer;
}
.menu_name{
    width: 150px;
    height: 40px;
    margin-left: 10px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    float: left;
}
.menu_gt{
    width: 8px;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    text-align: right;
    float: right;
}
.submenu{
    width: 240px;
    min-height: 40px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    display: none;
    position: absolute;
    left: 180px;
    top: 0;
    z-index: 1;
}
.submenu li{
    width: 220px;
    padding-left: 10px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.header_banner{
    width: 100%;
    height: 240px;
    background: transparent url("../img/banner-bg.jpg") 0 0 repeat-x;
}
.header_banner_img{
    width: 1000px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.header_location_line{
    width: 100%;
    border-bottom: 1px #E2E2E2 solid;
}
.header_location_line div{
    width: 1000px;
    margin: 0 auto;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
}

/*about*/
.about{
    width: 1000px;
    margin: 50px auto 0 auto;
}
.about_title{
    height: 40px;
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 28px;
    color: #0060AD;
    font-weight: 800;
    letter-spacing: 3px;
}
.about_content{
    text-align: justify;
    line-height: 30px;
}
.about_content img{
    padding: 0 0 10px 20px;
    float: right;
}

/*分页-css*/
.fenye{
    line-height: 60px;
    height: 60px;
}
.current, .first, .prev, .next, .end, .num{
    margin: 0 2px;
    display: inline-block;
    *display: inline; /*for ie6,7*/
    *zoom: 1; /*for ie6,7*/
    display: -moz-inline-box; /*for ff2*/
    width: 45px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: transparent url("../img/page-btn.png") 0 0 no-repeat;
}
.first:hover, .prev:hover, .next:hover, .end:hover, .num:hover{
    background: transparent url("../img/page-btn1.png") 0 0 no-repeat;
}
.rows{
    display: inline-block;
    *display: inline; /*for ie6,7*/
    *zoom: 1; /*for ie6,7*/
    display: -moz-inline-box; /*for ff2*/
    font-size: 14px;
    color: #333;
    padding-left: 10px;
}
.current{
    background: transparent url("../img/page-btn1.png") 0 0 no-repeat;
}

/*tech*/
.tech_left{
    width: 540px;
    min-height: 250px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    background-color: #f7f7f7;
    float: left;
}
.tech_list{
    width: 520px;
    line-height: 35px;
    margin: 10px 0 10px 10px;
}
.tech_right{
    width: 400px;
    height: 300px;
    overflow: hidden;
    float: right;
}

/*tech-show*/
.techshow_title{
    line-height: 35px;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 2px;
}
.techshow_content{
    margin-top: 30px;
    text-align: justify;
}

/*news*/
.news_list{
    margin-top: 10px;
    height: 130px;
    border-bottom: 1px solid #DADADA;
}
.news_list_img{
    width: 140px;
    height: 100px;
    margin-top: 15px;
    border: 1px solid #f2f2f2;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    float: left;
}
.news_list_txt{
    width: 780px;
    height: 100px;
    margin-top: 15px;
    float: right;
}
.news_list_txt_title{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.news_list_txt_content{
    line-height: 23px;
    text-align: justify;
}
.news_list_txt_date{
    font-size: 14px;
    color: #999;
}

/*news-show*/
.newsshow_date{
    font-size: 14px;
    color: #999;
}
.newsshow_page{
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    border-top: 1px solid #E2E2E2;
}
.newsshow_page_pre{
    float: left;
}
.newsshow_page_next{
    float: right;
    text-align: right;
}

/*contact*/
.contact_left{
    width: 410px;
    margin-top: 10px;
    float: left;
}
.contact_right{
    width: 500px;
    margin-top: 10px;
    float: right;
}
.ditu{
    margin-top: 20px;
    border: 1px solid #e1e1e8;
    text-align: center;
}
.contact_left_name{
    font-size: 20px;
    font-weight: 600;
    color: red;
}

/*message*/
.message{
    width: 500px;
    height: 30px;
    margin-bottom: 20px;
    line-height: 30px;
}
.message_left{
    width: 105px;
    text-align: right;
    float: left;
}
.message_right{
    width: 390px;
    text-align: right;
    float: right;
}
.red{
    font-size: 14px;
    color: red;
}
.message_right input[type='text']{
    width: 380px;
    height: 28px;
    line-height: 28px;
    font-family: "\5FAE\8F6F\96C5\9ED1","\9ED1\4F53","\5B8B\4F53",Arial,Helvetica,sans-serif;
    font-size: 14px;
    border: 1px solid #999;
}
.message_t{
    width: 500px;
    height: 90px;
    margin-bottom: 20px;
    line-height: 30px;
}
.message_right textarea{
    width: 380px;
    height: 84px;
    line-height: 28px;
    font-family: "\5FAE\8F6F\96C5\9ED1","\9ED1\4F53","\5B8B\4F53",Arial,Helvetica,sans-serif;
    font-size: 14px;
    border: 1px solid #999;
}
.message_btn{
    padding-left: 116px;
    width: 500px;
    height: 35px;
}
.message_btn input[type='submit'], .message_btn input[type='reset']{
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #00a0e9;
    font-family: "\5FAE\8F6F\96C5\9ED1","\9ED1\4F53","\5B8B\4F53",Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.baidu_map{
    margin-top: 60px;
    width: 998px;
    height: 398px;
    border: 1px solid #999;
}

/*products*/
.ps_title{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    color: #0060AD;
    font-weight: 800;
    letter-spacing: 3px;
    background-color: #eee;
}
.ps_cname{
    margin-top: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #0060AD;
}
.ps_list{
    border: 2px solid #e3e3e3;
}
.ps_list_box{
    width: 152px;
    height: 185px;
    margin: 15px 0 15px 40px;
    float: left;
}
.ps_list_img{
    width: 150px;
    height: 150px;
    border: 1px solid #E2E2E2;
    overflow: hidden;
}
.ps_list_img img{
    width: 150px;
    height: 150px;
}
.ps_list_img:hover{
    border: 1px solid #0060AD;
}
.ps_list_name{
    font-size: 14px;
    height: 33px;
    line-height: 20px;
}
.font_red{
    color: red;
}

/*product show*/
.psh_img{
    width: 1000px;
}
.psh_img_left{
    width: 350px;
    border: 1px solid #E2E2E2;
    overflow: hidden;
    float: left;
}
.psh_img_left img{
    width: 350px;
    text-align: center;
}
.psh_img_right{
    width: 550px;
    float: right;
}
.psh_img_right_yyfh{
    width: 540px;
    height: 240px;
    overflow: hidden;
}
.psh_img_right_pdf{
    margin-top: 20px;
    width: 70px;
    height: 90px;
}
.psh_btn{
    margin-top: 40px;
    height: 37px;
    background: transparent url("../img/psh-sm.jpg") 0 0 repeat-x;
}
.psh_btn_title{
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: transparent url("../img/psh-title.png") 0 0 no-repeat;
    float: left;
}
.psh_btn_title:hover{
    cursor: pointer;
    background: transparent url("../img/psh-title1.png") 0 0 no-repeat;
    color: #fff;
}
.btn_active{
    background: transparent url("../img/psh-title1.png") 0 0 no-repeat;
    color: #fff;
}
.psh_sm{
    margin-top: 20px;
}
.psh_sm_content{
    width: 1000px;
    display: none;
}