@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: 24px; font-weight: 600;}
h2{font-size: 20px; font-weight: 600;}
h3,h4,h5,h6{font-size: 16px; font-weight: 600;}

a:link{color: black; text-decoration: none; outline: none;}
a:visited{color: black; 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{
    margin: 0 auto;
    width: 1200px;
    height: 120px;
}
.index_head_logo{
    width: 300px;
    float: left;
}
.index_head_right{
    width: 800px;
    float: right;
}
.index_search{
    width: 800px;
    height: 55px;
}
.index_head_right_search{
    margin: 15px 0 0 0;
    width: 200px;
    height: 36px;
    background: transparent url("../img/search-bg.png") 0 0 no-repeat;
    position: relative;
    float: right;
}
.index_head_right_search 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_right_search input[type="image"]{
    width: 40px;
    height: 36px;
    position: absolute;
    left: 160px;
    top: 0;
}
.index_head_right_menu{
    width: 800px;
    height: 50px;
    overflow: hidden;
}
.index_head_right_menu ul li{
    width: 100px;
    height: 50px;
    text-align: right;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    float: left;
    overflow: hidden;
}
.index_head_right_menu ul li a{
    display: block;
}
.index_head_right_menu ul li a:hover{
    background: transparent url("../img/menu-line.png") 0 0 no-repeat;
}

#banner{
    width: 100%;
    height: 220px;
}
.banner_box{
    margin: 0 auto;
    width: 1200px;
    height: 220px;
}
.banner_introduce{background: transparent url("../img/bg-introduce.jpg") 0 0 repeat-x;}
.banner_team{background: transparent url("../img/bg-team.jpg") 0 0 repeat-x;}
.banner_culture{background-color: #B5DAE4;}
.banner_cert{background-color: #57B5F1;}
.banner_products{background: transparent url("../img/bg-products.jpg") 0 0 repeat-x;}
.banner_download{background: transparent url("../img/bg-download.jpg") 0 0 repeat-x;}
.banner_news{background: transparent url("../img/bg-news.jpg") 0 0 repeat-x;}
.banner_tech{background-color: #51ACEB;}
.banner_partner{background-color: #1884D1;}
.banner_contact{background-color: #DEDFE4;}
.banner_shadow_down{
    width: 100%;
    height: 6px;
    background: transparent url("../img/banner-shadow.jpg") 0 0 repeat-x;
}
.banner_shadow_up{
    width: 100%;
    height: 5px;
    background: transparent url("../img/banner-shadow-1.jpg") 0 0 repeat-x;
}

/*index about*/
.index_about{
    margin: 40px auto 0 auto;
    width: 1200px;
}
.index_about_intr{
    margin: 0;
    width: 225px;
    height: 310px;
    float: left;
    overflow: hidden;
}
.index_about_other{
    margin: 0 0 0 100px;
    width: 225px;
    height: 310px;
    float: left;
    overflow: hidden;
}
.index_about_box_img{
    margin: 0 auto;
    width: 120px;
    height: 105px;
}
.index_about_box_title{
    height: 50px;
    text-align: center;
    line-height: 55px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px dashed silver;
}
.index_about_box_content{
    font-size: 14px;
    line-height: 24px;
    height: 100px;
}
.index_about_box_more{
    margin: 15px auto 0 auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid silver;
}
.index_about_box_more:hover{
    background-color: #e6e6e6;
}

/*index pro*/
.index_pro_title{
    margin: 70px 0 20px 0;
    width: 100%;
    height: 60px;
    background: transparent url("../img/pro-line.png") 0 0 repeat-x;
}
.index_pro_title_txt{
    margin: 0 auto;
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 36px;
    text-align: center;
    font-weight: 800;
    color: #005DCF;
    background-color: #fff;
}
.index_pro_title_txt span{
    font-size: 20px;
    font-weight: 600;
    color: silver;
}
.index_pro{
    margin: 0 0 50px 0;
    width: 100%;
    background-color: #F0F0F0;
}
.index_pro_box{
    margin: 0 auto;
    width: 1200px;
    height: 270px;
}
.index_pro_box_name{
    margin: 20px 0 0 0;
    width: 340px;
    height: 200px;
    float: left;
}
.index_pro_box_img{
    margin: 10px 0 0 0;
    width: 830px;
    height: 250px;
    text-align: right;
    line-height: 200px;
    float: right;
}
.index_pro_box_img img{
    width: 830px;
    height: 250px;
}
.index_pro_box_name p{
    padding: 20px 0 0 0;
    line-height: 26px;
}
.index_pro_box_more{
    margin: 10px 0 0 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #1091FF;
    border-radius: 5px;
}
.index_pro_box_more a:link{color: white}
.index_pro_box_more a:visited{color: white}
.index_pro_box_more a:hover{color: yellow}
.index_pro_box_more a:active{color: yellow}
.index_pro_box_more:hover{background-color: #005195;}

/*index news*/
.index_news_title_box{
    margin: 70px auto 20px auto;
    width: 1200px;
    height: 50px;
}
.index_news_title{
    width: 400px;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    color: #005DCF;
    font-weight: 800;
    float: left;
}
.index_news_title span{
    font-size: 22px;
    color: silver;
    font-weight: 600;
}
.index_news_title_more{
    width: 120px;
    height: 50px;
    line-height: 60px;
    font-size: 16px;
    float: right;
}
.index_news{
    margin: 0 auto;
    width: 1200px;
    height: 200px;
}
.index_news_img{
    width: 300px;
    height: 200px;
    text-align: left;
    line-height: 200px;
    float: left;
}
.index_news_box{
    width: 800px;
    height: 200px;
    float: right;
}
.index_news_box_content{
    width: 800px;
    height: 65px;
    border-bottom: 1px dashed #bcbcbc;
}
.index_news_box_content_dot{
    margin: 40px 15px 0 0;
    width: 12px;
    height: 12px;
    background: transparent url("../img/news-dot.jpg") 0 0 no-repeat;
    float: left;
}
.index_news_box_content_txt{
    width: 600px;
    height: 65px;
    font-size: 16px;
    line-height: 90px;
    float: left;
}
.index_news_box_content_date{
    width: 150px;
    height: 65px;
    line-height: 100px;
    font-size: 12px;
    color: #999;
    text-align: right;
    float: right;
}

/*index link*/
.index_link{
    margin: 90px 0 0 0;
    width: 100%;
    border-top: 2px solid #005D99;
}
.index_link_txt{
    margin: 0 auto;
    width: 1200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.index_link_txt span{
    color: #999;
    padding: 0 20px;
}

/*footer*/
.foot{
    width: 100%;
    background-color: #ddd;
}
.foot_box{
    margin: 0 auto;
    width: 1200px;
    font-size: 14px;
    line-height: 24px;
}
.foot_box_content_left{
    margin: 20px 0;
    width: 320px;
    float: left;
}
.foot_box_content_center{
    margin: 20px 0;
    width: 470px;
    float: left;
}
.foot_box_content_right{
    margin: 20px 0;
    width: 400px;
    float: right;
}

/*fixed*/
.fixed{
    width: 60px;
    height: 135px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    top: 45%;
    z-index: 999999;
}
.fixed_qq{
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: url("../img/fixed-qq.png") 0 0 no-repeat;
    position: absolute;
    right: 0;
}
.fixed_qq:hover{
    cursor: pointer;
    background: transparent url("../img/fixed-qq-1.png") 0 0 no-repeat;
}
.fixed_tel{
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: url("../img/fixed-tel.png") 0 0 no-repeat;
    position: absolute;
    top: 70px;
    right: 0;
}
.fixed_tel:hover{
    cursor: pointer;
}


/*index slider*/
#index_slider{
    width: 100%;
    background-color: #2EABE3;
}
.slider, .slider .slider-img {
    overflow: hidden;
    height: 365px;
}
.slider {
    width: 1200px;
    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: 12000px;
    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: 1200px;
    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: #00b7ee;
    float: left;
    margin-left: 10px;
}
.slider .slider-dot ul li.active, .slider .slider-dot ul li:hover {
    background: #0066cc;
}
.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;
}


/*about*/
.about{
    width: 1200px;
    margin: 20px auto 0 auto;
}
.about_left{
    width: 250px;
    float: left;
}
.about_right{
    width: 900px;
    float: right;
    overflow: hidden;
}
.about_left_title{
    width: 250px;
    height: 200px;
    background: transparent url("../img/bg-title.jpg") 0 0 no-repeat;
}
.about_left_title_zh{
    padding: 70px 0 0 0;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: white;
}
.about_left_title_en{
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: white;
}
.about_left_menu{
    width: 246px;
    border: solid 2px silver;
}
.about_left_menu_txt{
    margin: 0 auto;
    width: 220px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px dashed silver;
}
.about_right_local{
    width: 900px;
    height: 40px;
    border-bottom: 1px solid #eaeaea;
    line-height: 45px;
    text-align: right;
}
.about_right_local span{
    color: #666;
}
.about_right_content{
    margin: 40px 0 0 0;
    width: 800px;
    min-height: 400px;
    float: right;
}
.about_right_content_title{
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: 600;
    color: #205EB9;
}
.about_right_content_txt{
    margin: 20px 0 0 0;
    width: 800px;
}
.about_right_cert{
    margin: 40px 0 0 0;
    width: 800px;
    min-height: 400px;
    float: right;
}
.about_right_cert_note{
    margin: 20px 0 0 0;
}
.about_right_cert_box{
    width: 800px;
    overflow: hidden;
}
.about_right_cert_box_con{
    margin: 40px 97px 0 0;
    width: 202px;
    height: 302px;
    float: left;
}
.about_right_cert_box_con_img{
    width: 200px;
    height: 250px;
    border: solid 1px #dadada;
}
.about_right_cert_box_con_img img{
    width: 200px;
    height: 250px;
}
.about_right_cert_box_con_txt{
    margin: 0 5px 0 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/*products*/
.pro{
    margin: 20px auto 0 auto;
    width: 1200px;
}
.pro_left{
    width: 250px;
    float: left;
}
.pro_right {
    width: 850px;
    float: right;
    overflow: hidden;
}
.pro_left_title{
    width: 250px;
    height: 200px;
    background: transparent url("../img/bg-title.jpg") 0 0 no-repeat;
}
.pro_left_title_zh{
    padding: 70px 0 0 0;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: white;
}
.pro_left_title_en{
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: white;
}
.pro_left_menu{
    margin-top: 5px;
    width: 250px;
    height: 60px;
    line-height: 60px;
    background-color: #e7e7e7;
}
.pro_left_menu:hover{
    background-color: #c2c2c2;
}
.pro_left_menu p{
    padding-left: 25px;
    font-size: 20px;
}
.pro_right_local{
    width: 850px;
    height: 40px;
    line-height: 35px;
    text-align: right;
}
.pro_right_local span{
    color: #666;
}
.pro_right_box{
    margin-top: 10px;
}
.pro_right_box_cname{
    height: 40px;
    line-height: 40px;
    border-bottom: #d7d7d7 1px solid;
}
.pro_right_box_cname h1{
    color: #205EB9;
}
.pro_right_box_p{
    margin-top: 15px;
}
.pro_right_box_p_ps{
    margin: 0 80px 30px 0;
    width: 152px;
    height: 225px;
    float: left;
}
.pro_right_box_p_ps_img{
    width: 150px;
    height: 150px;
    border: 1px solid #e4e4e4;
}
.pro_right_box_p_ps_img:hover{
    border: 1px solid #205EB9;
}
.pro_right_box_p_ps_img img{
    width: 150px;
    height: 150px;
}
.pro_right_box_p_ps_name{
    margin-top: 5px;
    width: 150px;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0px;
}
.pro_right_box_p_ps_type{
    width: 150px;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0px;
}

/*product show*/
.ps_right_local{
    width: 850px;
    height: 40px;
    line-height: 35px;
    text-align: right;
    border-bottom: 1px solid #eaeaea;
}
.ps_right_local span{
    color: #666;
}
.ps_box{
    margin-top: 30px;
}
.ps_box_pro{
    height: 400px;
}
.ps_box_pro_name{
    width: 400px;
    height: 400px;
    float: left;
}
.ps_name{
    margin: 10px 0 10px 0;
    color: #205EB9;
}
.ps_type{
    font-weight: 600;
}
.ps_num{
    padding: 6px 0 0 0;
}
.ps_box_pro_img{
    width: 400px;
    height: 400px;
    float: right;
}
.ps_box_pro_img img{
    width: 400px;
    height: 400px;
    text-align: center;
}
.ps_box_sm_title{
    margin: 20px 0 20px 0;
    height: 40px;
    line-height: 45px;
    font-size: 22px;
    color: #205EB9;
    border-bottom: solid 1px #e4e4e4;
}


/*news*/
.local{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eaeaea;
}
.local_txt{
    margin: 0 auto;
    width: 1200px;
    height: 38px;
    line-height: 45px;
}
.local_txt span{
    color: #666;
}
.news{
    margin: 50px auto 0 auto;
    width: 1200px;
}
.news_title{
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #205EB9;
    font-weight: 600;
}
.news_content{
    margin: 50px 0 0 0;
    height: 100px;
    border-bottom: dashed 1px #999;
}
.news_content_date{
    width: 90px;
    height: 90px;
    text-align: center;
    color: white;
    background-color: #205EB9;
    float: left;
}
.news_content_date_year{
    padding: 16px 0 0 0;
    font-size: 28px;
    font-weight: 800;
}
.news_content_date_month{
    padding: 10px 0 0 0;
    font-size: 18px;
}
.news_content_txt{
    width: 1050px;
    height: 90px;
    float: right;
}
.news_content_txt_title{
    margin: 0 0 5px 0;
    height: 30px;
    line-height: 25px;
    font-size: 22px;
    font-weight: 600;
}
.news_content_txt_cont{
    height: 50px;
}

/*news-show*/
.ns_title{
    margin: 50px auto 20px auto;
    width: 1200px;
}
.ns_title h1{
    font-size: 30px;
    font-weight: 800;
    line-height: 50px;
}
.ns_title p{
    color: #666;
}
.ns_content{
    margin: 0 auto;
    width: 1200px;
}
.ns_end{
    margin: 30px auto 0 auto;
    width: 1200px;
    height: 30px;
    border-top: 1px solid #dadada;
}
.ns_end_pre{
    margin: 5px;
    width: 580px;
    height: 20px;
    line-height: 20px;
    float: left;
}
.ns_end_next{
    margin: 5px;
    width: 580px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    float: right;
}

/*分页-css*/
.fenye{
    margin: 0 auto;
    width: 1200px;
    text-align: center;
    line-height: 90px;
    height: 90px;
}
.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;
}

/*partner*/
.partner_title{
    margin: 50px auto 0 auto;
    width: 1200px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #205EB9;
    font-weight: 600;
}
.partner{
    margin: 0 auto;
    width: 1200px;
}
.partner_box{
    margin: 30px 147px 0 0;
    width: 302px;
    height: 430px;
    float: left;
}
.partner_box_img{
    width: 300px;
    height: 300px;
    border: solid 1px #dadada;
}
.partner_box_img img{
    width: 300px;
    height: 300px;
}
.partner_box_name{
    height: 40px;
    line-height: 40px;
}
.partner_box_note{
    height: 85px;
}

/*contact*/
.contact{
    margin: 30px auto 0 auto;
    width: 1200px;
}
.contact_add{
    width: 550px;
    float: left;
}
.contact_add_box{
    margin: 0 0 40px 0;
}
.contact_add_box h1{
    font-size: 22px;
    height: 35px;
    line-height: 30px;
}
.contact_mess{
    width: 500px;
    float: right;
}
.message{
    width: 500px;
    height: 40px;
    margin-bottom: 20px;
    line-height: 40px;
}
.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: 38px;
    line-height: 38px;
    font-family: "\5FAE\8F6F\96C5\9ED1","\9ED1\4F53","\5B8B\4F53",Arial,Helvetica,sans-serif;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.message_t{
    width: 500px;
    height: 90px;
    margin-bottom: 30px;
    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 #d9d9d9;
    border-radius: 5px;
}
.message_btn{
    height: 50px;
    line-height: 50px;
}
.message_btn_left{
    width: 95px;
    text-align: right;
    float: left;
}
.message_btn_right{
    width: 380px;
    float: right;
}
.message_btn_right input[type='submit']{
    width: 380px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #00AFF1;
    font-family: "\5FAE\8F6F\96C5\9ED1","\9ED1\4F53","\5B8B\4F53",Arial,Helvetica,sans-serif;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}


/*tech*/
.tech{
    margin: 50px auto 0 auto;
    width: 1200px;
}
.tech_left{
     width: 350px;
     height: 200px;
     overflow: hidden;
     float: left;
 }
.tech_right{
    width: 700px;
    float: right;
}
.tech_right_title{
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    font-weight: 600;
    color: #205EB9;
}
.tech_right_content{
    height: 60px;
    line-height: 85px;
    border-bottom: 1px dashed #ccc;
}
.tech_fenye{
    text-align: left;
    line-height: 60px;
    height: 60px;
}

/*download*/
.down{
    margin: 40px auto 0 auto;
    width: 1200px;
}
.down_left{
    width: 250px;
    height: 250px;
    background: transparent url("../img/down.jpg") 0 0 no-repeat;
    float: left;
}
.down_left_zh{
    padding: 40px 0 0 0;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: white;
}
.down_left_en{
    padding: 15px 0 0 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: white;
}
.down_right{
    width: 800px;
    float: right;
}
.down_right_local{
    height: 40px;
    border-bottom: 1px solid #eaeaea;
    line-height: 45px;
    text-align: right;
}
.down_right_local span{
    color: #666;
}
.down_right_con{
    margin: 30px 0 0 0;
}
.down_right_con_box{
    margin: 0 106px 50px 0;
    width: 120px;
    height: 240px;
    float: left;
}
.down_right_con_box_img{
    width: 120px;
    height: 152px;
    background: transparent url("../img/down-bg.jpg") 0 0 no-repeat;
}
.down_right_con_box_img p{
    padding: 45px 10px 10px 10px;
    line-height: 22px;
    text-align: center;
}
.down_right_con_box_click{
    margin: 10px 0 0 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.down_right_con_box_num{
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}