/* CSS Document */

@charset "utf-8";

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

    margin: 0;

    padding: 0;

    /*border: 0;*/

    outline: 0;

    font-size: 100%;

    vertical-align: baseline;

    background: transparent;

}

/**{transition: all 300ms cubic-bezier(.4, 0, .2, 1); -moz-transition: all 300ms cubic-bezier(.4, 0, .2, 1);-webkit-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -o-transition: all 300ms cubic-bezier(.4, 0, .2, 1); -ms-transition: all 300ms cubic-bezier(.4, 0, .2, 1);}*/

body {

    font-family:'微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;

    line-height: 1;

}

ol, ul {

    list-style: none;

}

blockquote, q {

    quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

    content: '';

    content: none;

}



/* remember to define focus styles! */

:focus {

    outline: 0;

}

a:hover{

    /*text-decoration:underline;*/

    color: #00b7cd;

}

/* remember to highlight inserts somehow! */

ins {

    text-decoration: none;

}

del {

    text-decoration: line-through;

}

a{ text-decoration:none;

    color: #00b7cd;

    font-size: 14px;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

    border-collapse: collapse;

    border-spacing: 0;e;}

/* 通用样式 */

.middle{ width:1185px; margin:0 auto;}

.fl{ float:left;}

.fr{ float:right;}

.clear{clear: both;}



.min_img{

    position: relative;

    overflow: hidden;

    display: inline-block;

}



.min_img>img{

    position: absolute;

    overflow: hidden;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    margin: auto;

    -webkit-transition: all 1s;

    -moz-transition: all 1s;

    -ms-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s;

}



.min_img>img:hover{

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

}



.max_over{

    overflow: hidden;

    display: inline-block;

    -ms-text-overflow: ellipsis;

    text-overflow: ellipsis;

}





/*头部欢迎开始*/



.header_top{

    background:  url(../images/bg.png) 0 0 repeat-x;

    height: 32px;

    line-height: 32px;

    overflow: hidden;

}



.header_top h3{

    font-size: 14px;

    color: #959595;

    font-weight: normal;

    cursor: pointer;

}



.hd_cat>a{

    font-size: 12px;

    color: #8e8e8e;

    padding: 0 13px 0 25px ;

    border-right: #ebebeb solid 1px;

    margin-left: 5px;

}



/*logo-联系方式开始*/



.header_logo_ct{

    height: 120px;

    overflow: hidden;

}



.hd_logo{

    width: 450px;

    height: 90px;

    overflow: hidden;

    display: inline-block;

    margin-top: 15px;

}



.hd_logo>img{

    max-height: 90px;

}

.hd_logo h1{ text-align:left; padding:15px 0 0 15px; line-height:30px; font: bold 24px "Microsoft Yahei";color: #0a0909;}

.hd_logo h1 span{ font: 18px/30px "Microsoft Yahei"; color: #2c2c2c;}


.hd_congtact{

    background:  url(../images/big_bj.png) 70px top no-repeat;

    height: 52px;

    padding-left: 60px;

    font-size: 14px;

    color: #3d3d3d;

    padding-top: 10px;

    margin-top: 30px;

    text-align: center;

}



.hd_congtact>p{

    font-size: 25px;

    color: #f52018;

    font-weight: bold;

    line-height: 1.5em;

}



/*头部导航开始*/

.header_nav{

    height: 47px;

    background: #32b5e5;

    line-height: 47px;

    overflow: hidden;

}



.hd_nav>li>a{

    font-size: 16px;

    color: #ffffff;

    padding: 0 33px;
    
    

}



.hd_nav>li{

    -webkit-transition: all 1s;

    -moz-transition: all 1s;

    -ms-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s;
    
    margin-left: -30px;

}



.hd_nav>li:hover{

    background: #1092c1;

}



/*头部搜索*/

.search{

    height: 40px;

    line-height: 40px;

    background: #f4f4f4;

    overflow: hidden;

}



.sch_fl{

    font-size: 13px;

    color: #2a2a2a;

}



.sch_fl>a{

    font-size: 12px;

    color: #969696;

    margin-left: 15px;

}



.sch_fl>a:hover{

    color: #32b5e5;

}



.sch_fr{

    margin-top: 7px;

}



.sch_fr input[type="text"]{

    width: 240px;

    height: 23px;

    background: #ffffff;

    border: #DCDCDC solid 1px;

    border-radius: 15px;

    line-height: 23px;

    font-size: 12px;

    color: #5a5a5a;

    padding: 0 35px 0 15px ;

}



.sch_fr input[type="button"]{

    background:  url(../images/search.png) 0 0 no-repeat;

    width: 15px;

    height: 15px;

    border: none;

    margin-top: 5px;

    margin-left: -25px;

}





/*banner开始*/

.flexslider{

    position:relative;

    height:600px;

    overflow:hidden;

    zoom:1;

}

.flex-viewport{

    max-height:2000px;

    -webkit-transition:all 1s ease;

    -moz-transition:all 1s ease;

    transition:all 1s ease;

}

.flexslider .slides{

    zoom:1;

}

.flex-direction-nav a{

    width:60px;

    height:90px;

    line-height:99em;

    overflow:hidden;

    margin:-60px 0 0;

    display:block;

    background:url(../images/ad_ctr.png) no-repeat;

    position:absolute;

    top:50%;

    z-index:10;

    cursor:pointer;

    opacity:0;

    filter:alpha(opacity=0);

    -webkit-transition:all .3s ease;

}

.flex-direction-nav .flex-next{

    background-position:0 -90px;

    right:0;

}

.flex-direction-nav .flex-prev{

    left:0;

}

.flexslider:hover .flex-next{

    opacity:0.8;

    filter:alpha(opacity=25);

}

.flexslider:hover .flex-prev{

    opacity:0.8;

    filter:alpha(opacity=25);

}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{

    opacity:1;

    filter:alpha(opacity=50);

}

.flex-control-nav{

    width:100%;

    position:absolute;

    bottom:10px;

    text-align:center;

}

.flex-control-nav li{

    margin:0 5px;

    display:inline-block;

    zoom:1;

    *display:inline;

}

.flex-control-paging li a{

    background:url(../images/dot.png) no-repeat 0 -16px;

    display:block;

    height:16px;

    overflow:hidden;

    text-indent:-99em;

    width:16px;

    cursor:pointer;

    -webkit-transition: all 0s;

    -moz-transition: all 0s;

    -ms-transition: all 0s;

    -o-transition: all 0s;

    transition: all 0s;

}

.flex-control-paging li a.flex-active{

    background-position:0 0;

}





/*产品中心*/



.product{

    padding: 50px 0;

}



.product_hd{

    font-size: 31px;

    color: #c5c5c5;

    font-weight: bold;

    text-align: center;

    text-transform: uppercase;

    cursor: pointer;

}



.product_hd>p{

    background:  url(../images/pt_bj.png) 0 center no-repeat;

    width: 290px;

    height: 14px;

    margin: 10px auto 25px;

    line-height: 14px;

    font-size: 28px;

    color: #2c2a28;

    font-weight: normal;

}



/*左侧导航*/





.pt_left{

    width: 243px;

    background: #32b5e5;

    padding: 12px;

}



.list-title{

    display: inline-block;

    width: 100%;

    max-width: 267px;

    font-size: 23px;

    color: #FFFFFF;

    cursor: pointer;

    background:  url(../images/pt_ico.png) left center no-repeat;

    height: 26px;

    line-height: 26px;

    padding-left: 31px;

    margin-top: 10px;

    margin-left: 10px;

}



.account-l>p{

    font-size: 21px;

    color: #7ecbec;

    font-weight: bold;

    padding-left: 9px;

    text-transform: uppercase;

    line-height: 30px;

}





.accordion {

    background: #FFF;

    overflow: hidden;

    border-radius: 5px;

    padding: 20px 0;

}



.accordion .link {

    cursor: pointer;

    display: block;

    padding:0 10px 0 20px;

    color: #eeeeee;

    font-size: 16px;

    position: relative;

    -webkit-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;

    height: 48px;

    line-height: 48px;

    background:#32b5e5  url(../images/li_hh.png) 8px center no-repeat;

}



.accordion li:last-child .link {

    border-bottom: 0;

}

.accordion li{

    cursor: pointer;

    margin-top: 13px;

}



.accordion li:first-child{

    margin-top: 0;

}



.accordion li i {

    position: absolute;

    top: 16px;

    right: 12px;

    background:  url(../images/jiantou.png) 0 0 no-repeat;

    height: 11px;

    width: 6px;

    -webkit-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;

}



.accordion li i {



}



.accordion li.open .link {

    color: #FFFFFF;

}



.accordion li.open i {

    color: #f39800;

}



.accordion li.open i{

    -webkit-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    transform: rotate(90deg);

}



/**

 * Submenu

 -----------------------------*/

.submenu {

    display: none;

    background: #FFFFFF;

    font-size: 14px;

    padding-top: 12px;

}



.submenu li {

    background: #eeeeee;

}



.submenu a {

    display: block;

    text-decoration: none;

    color: #3e3e3e;

    height: 48px;

    line-height: 48px;

    text-align: center;

    -webkit-transition: all 0.25s ease;

    -o-transition: all 0.25s ease;

    transition: all 0.25s ease;

    max-width: 223px;

    overflow: hidden;

    -ms-text-overflow: ellipsis;

    text-overflow: ellipsis;

    white-space: nowrap;

    padding:0 10px;

}



.submenu a:hover ,.submenu li.current a{

    background: #ff7200;

    color: #FFF;

}





.ct_hd{

    background:  url(../images/phone.png) left center no-repeat;

    padding-left: 65px;

    height: 45px;

    padding-top: 5px;

    margin-top: 25px;

}



.ct_hd{

    color: #ffffff;

    font-size: 14px;

}



.ct_hd>p{

    font-size: 22px;

    color: #ffffff;

    font-weight: bold;

    margin-top: 5px;

}







.ct_img{

    width: 220px;

    height: 35px;

    margin: 12px auto;

}



/*产品右侧开始*/



.pt_right{

    width: 900px;

}



.pt_tr_hd{

    height:33px ;

    border-bottom: solid 1px #dadada;

}



.pt_tr_hd>p{

    background:  url(../images/jjj.png) left top no-repeat;

    font-size: 18px;

    color: #2e2e2e;

    border-bottom: #4fafe3 3px solid;

    height: 32px;

    padding-left:25px;

}



.pt_tr_hd>a{

    font-size: 13px;

    color: #727272;

}



.pt_tr_hd>a:hover{

    color: #00b7cd;

}





.pt_right{

    margin-top: 15px;

}



.pt_right>li{

    width: 211px;

    height: 268px;

    overflow: hidden;

    border: solid 1px #e5e5e5;

    margin-right: 16px;

    margin-top: 16px;

    position: relative;

}


/*产品左上角图片
.good{

    position: absolute;

    background:  url(../images/good.png) 0 0 no-repeat;

    width: 49px;

    height: 50px;

    top: -1px;

    left: 0;

}
*/


.pt_right>li:nth-child(4n){

    margin-right: 0;

}



.ptr_img{

    height: 195px;

    width: 211px;

}



.ptr_img>img{

    max-width: 195px;

    max-height: 211px;

}



.ptr_hd{

    padding: 0 10px;

    display: block;

    font-size: 13px;

    color: #2f2f2f;

    text-align: justify;

    line-height: 1.5em;

    margin-top: 15px;

}



.ptr_hd:hover{

    color: #32b5e5;

}





/*优势开始*/



.atg_hd{

    text-align: center;

    font-size: 23px;

    color: #565656;

    margin-top: 10px;

}



.atg_hd>p:first-child{

    font-size: 28px;

    color: #494a4a;

    font-weight: bold;

    margin: 10px 0 50px;

}



.atg_hd>p>span{

    font-size: 40px;

    font-style: italic;

    color: #ff7200;

    padding-right: 5px;



}



.atg_hd>p:nth-child(2){

    font-size: 16px;

    color: #5b5b5b;

    width: 900px;

    margin: 0 auto;

    line-height: 1.5em;

}



.advantage>p{

    font-size: 24px;

    color: #474747;

    text-align: center;

    height: 62px;

    line-height: 62px;

    background: #f6f6f6;

    margin: 45px 0 36px;

    cursor: pointer;

}



.atg_ul>li{

    width: 235px;

    text-align: center;

}



.atg_ico{

    width: 110px;

    height: 109px;

    overflow: hidden;

    margin: 0 auto;

}



.atg_ico>img{

    max-width: 110px;

}



.atg_tt{

    font-size: 22px;

    color: #444444;

    margin-top: 35px;

}



.atg_tt>p{

    font-size: 15px;

    color: #00b7cd;

    text-transform: uppercase;

    margin: 15px 0;

}



.atg_tt>div{

    width: 25px;

    height: 3px;

    background: #cdcdcd;

    margin: 0 auto;

}



.atg_ul>li{

    margin-right: 81px;

}



.atg_ul>li:nth-child(4n){

    margin-right: 0;

}



.atg_ul>li>p{

    font-size: 13px;

    color: #646464;

    line-height: 1.5em;

    margin-top: 15px;



}



/*广告开始*/

.ppt{

    height: 378px;

    width: 100%;

    margin-bottom: 50px;

    overflow: hidden;

}





/*合作客户*/

.customer{

    padding: 60px 0;

}





.customer_ul>li{

    width: 591px;

    overflow: hidden;

}



.ctr_img{

    width: 296px;

    height: 201px;

}



.ctr_img>img{

    max-width: 296px;

    max-height: 201px;

}



.ctr_main{

    background:  url(../images/ctr_main.png) 0 0 no-repeat;

    width: 248px;

    height: 151px;

    margin-left: -18px;

    z-index: 5;

    position: relative;

    padding: 25px 25px 25px 40px;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

    color: #303030;

    cursor: pointer;

}



.ctr_main>h3{

    font-size: 17px;



    max-width: 253px;

    overflow: hidden;

    -ms-text-overflow: ellipsis;

    text-overflow: ellipsis;

    white-space: nowrap;

}



.ctr_main>p{

    font-size: 13px;

    color: #7a7a7a;

    line-height: 1.5em;

    margin-top: 25px;

    text-align: justify;

    height: 57px;

    overflow: hidden;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.ctr_main>a{

    font-size: 13px;

    color: #ff0000;

    text-align: right;

    display: block;

    margin-top: 25px;

}



.customer_ul>li:hover .ctr_main{

    background:  url(../images/ctr_main_h.png) 0 0 no-repeat;

    color: #ffffff;

}



.customer_ul>li:hover .ctr_main>p{

    color: #ffffff;

}



.customer_ul>li:hover .ctr_main>a{

    color: #ffffff;

}



.customer_ul>li:nth-child(3) .ctr_main,.customer_ul>li:nth-child(4) .ctr_main{

    background:  url(../images/ctr_main2.png) 0 0 no-repeat;

    margin-left: 0;

    padding: 25px 40px 25px 25px;

}





.customer_ul>li:nth-child(3) .ctr_img,.customer_ul>li:nth-child(4) .ctr_img{

    margin-left: -18px;

}



.customer_ul>li:nth-child(3):hover .ctr_main,.customer_ul>li:nth-child(4):hover .ctr_main{

    background:  url(../images/ctr_main_h2.png) 0 0 no-repeat;

}





.customer_ul{

    margin: 60px 0 75px;

}





.scroll_horizontal{

    position:relative;

    height:145px;

}

.scroll_horizontal .box{

    overflow:hidden;

    position:relative;

    height:145px;

    margin:0 auto;

    width: 1074px;

}

.scroll_horizontal .list{

    overflow:hidden;

    width:9999px;

}

.scroll_horizontal .list li{

    float:left;

    width:220px;

}

.scroll_horizontal .prev,

.scroll_horizontal .next{

    position:absolute;

    top:33%;

    margin-top:-25px;

    width:35px;

    height:75px;

    background-image:url(../images/control.png);

    background-repeat:no-repeat;

    font:0/0 Arial;

    cursor:pointer;

    -webkit-transition: all 0s;

    -moz-transition: all 0s;

    -ms-transition: all 0s;

    -o-transition: all 0s;

    transition: all 0s;

}

.scroll_horizontal .prev{

    left:5px;

    background-position:-4px 0;

}

.scroll_horizontal .next{

    right:5px;

    background-position:-40px 0;

}

.scroll_horizontal .prev:hover{

    background-position:-4px -85px;

}

.scroll_horizontal .next:hover{

    background-position:-40px -85px;

}



.kh_mig{

    width: 192px;

    height: 111px;

    border: solid 1px #dcdcdc;

}



.kh_mig>img:hover{

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -ms-transform: scale(1);

    -o-transform: scale(1);

    transform: scale(1);

}



.kh_a{

    width: 192px;

    text-align: center;

    overflow: hidden;

    -ms-text-overflow: ellipsis;

    text-overflow: ellipsis;

    white-space: nowrap;

    font-size: 14px;

    color: #1b1b1b;

    display: block;

    margin-top: 15px;

}





/*新闻资讯*/

.news_gs{

    width: 435px;

}

.news_bk{

    border: solid 1px #e5e5e5;

}



.news_demo{

    background: #4fafe3;

    height: 38px;

    line-height: 38px;

    padding: 0 10px;

}



.news_demo>h3{

    font-size: 17px;

    color: #ffffff;

    font-weight: normal;

}



.news_demo>a{

    font-size: 12px;

    color: #ffffff;

}



.news_demo>a:hover{

    color: #ffffff;

    text-decoration: none;

}



.flexslider2{

    height: 382px;

}



.news_gs_main{

    height: 366px;

    padding: 25px 9px;

    overflow: hidden;

}



.news_gs_img{

    width: 418px;

    height: 101px;

}



.news_gs_img>img{

    width: 418px;

    height: 101px;

}



.news_t{

    width: 87px;

    text-align: center;

    font-size: 24px;

    color: #2f2f2f;

}



.news_t>a{

    display: block;

    background:  url(../images/you.png) 0 0 no-repeat;

    width: 27px;

    height: 27px;

    margin: 12px auto;

}



.news_gs_t{

    width: 300px;

    margin-left: 15px;

}



.news_gs_t>a{

    font-size: 15px;

    color: #2f2f2f;

    display: block;

    max-width: 280px;

    overflow: hidden;

    -ms-text-overflow: ellipsis;

    text-overflow: ellipsis;

    white-space: nowrap;

}



.news_gs_t>a:hover{

    color: #32b5e5;

}



.news_gs_t>p{

    font-size: 13px;

    color: #707070;

    line-height: 1.5em;

    text-align: justify;

    margin-top: 13px;

}



.news_gs_ul>li{

    height:103px ;

    padding-top: 30px;

    border-bottom: dashed 1px #d0d0d0;

}



.news_gs_ul>li:nth-child(2n){

    border: none;

}



.flexslider2 .flex-direction-nav{

    display: none;

}





/*视频演示开始*/

.news_sp_wt{

    width: 740px;

}



.news_sp{

    width: 435px;

}



.a_video{

    width: 139px;

    height: 99px;

    position: relative;

}



.a_video>img{

    max-width: 139px;

    max-height: 99px;

}



.video_zz{

    position: absolute;

    background:  url(../images/2-1G101150J1_h.png) 0 0 no-repeat;

    width: 139px;

    height: 99px;

    top: 0;

    left: 0;

    display: none;

}



.a_video:hover .video_zz{

    display: block;

}



.video_tt{

    width: 225px;

    margin-left: 25px;

}



.video_tt>a{

    font-size: 15px;

    color: #2f2f2f;

    max-width: 200px;

    overflow: hidden;

    -ms-text-overflow: ellipsis;

    text-overflow: ellipsis;

    white-space: nowrap;

    margin-top: 8px;

    display: inline-block;

}



.video_tt>a:hover{

    color: #00b7cd;

}



.video_tt>p{

    font-size: 13px;

    color: #707070;

    line-height: 1.5em;

    margin-top: 15px;

    height: 57px;

    overflow: hidden;

}



.news_video>li{

    height: 102px;

    padding: 15px 0;

    border-bottom: dashed 1px #d0d0d0;

}



.news_video>li:first-child{

    padding-top: 0;

}



/*常见问题*/

.news_wt{

    width: 293px;

}







.scrollbox{

    overflow: hidden;

}

#scrollDiv{

    width:100%;

    overflow:hidden;

}/*这里的高度和超出隐藏是必须的*/

#scrollDiv li{

    /*height:108px;*/

    overflow:hidden;

    vertical-align:bottom;

    zoom:1;

    border-bottom:#B7B7B7 dashed 1px;

}

#scrollDiv li h3{

    height:24px;

    font-size:15px;

    color:#353535;

    line-height:24px;

    background:  url(../images/an.png) left center no-repeat;

    padding-left: 30px;

    max-width: 200px;

    overflow: hidden;

    -ms-text-overflow: ellipsis;

    text-overflow: ellipsis;

    white-space: nowrap;

    font-weight: normal;

    margin-top: 15px;

}

#scrollDiv li h3 a{

    color:#2f2f2f;

    text-decoration:none

}



#scrollDiv li h3 a:hover{

    color:#00b7cd

}

#scrollDiv li div{

    height:73px;

    line-height:18px;

    overflow:hidden;

    font-size: 13px;

    color: #707070;

    text-align: justify;

    background:  url(../images/aq.png) left top no-repeat;

    padding-left: 30px;

    margin-top: 15px;

}

#scrollDiv li div a{

    color:#416A7F;

    text-decoration:none

}



.scroltit{

    height:26px;

    line-height:26px;

    padding-bottom:4px;

    margin-bottom:4px;

}

.scroltit h3{

    width:100px;

    float:left;

}

.scroltit .updown{

    float:right;

    width:32px;

    height:22px;

    margin-left:4px

}



.news_bb{

    margin-top: 55px;

}



/*友情链接*/

.friend_link{

    margin-top: 40px;

    margin-bottom: 50px;

}



.fd_link_hd{

    width: 90px;

    height: 25px;

    border-bottom: #00b7cd solid 3px;

    font-size: 18px;

    font-weight: bold;

    color: #181818;

    text-align: center;

}



.fd_lk_ul>li>a{

    font-size: 14px;

    color: #5a5a5a;

    margin-right: 17px;

    margin-top: 19px;

    display: inline-block;

}



.fd_lk_ul>li>a:hover{

    color: #00b7cd;

}



/*底部开始*/

.footer{

    background: #e5e5e5;

    height: 345px;

}



.ft_contact{

    width: 189px;

    height: 286px;

    background: #ffffff;

    text-align: center;

}



.ft_emm{

    width: 113px;

    height: 113px;

    border: dashed 1px #d5d5d5;

    padding: 6px;

    margin: 24px auto 15px;

    cursor: pointer;

}



.ft_contact p{

    font-size: 13px;

    color: #666666;

}



.ft_contact>div{

    font-size: 13px;

    color: #292929;

    margin-top: 25px;

}



.ft_contact>div>p{

    font-size: 20px;

    color: #d9323e;

    font-weight: bold;

    margin-top: 15px;

}





.ft_nav{

    width: 692px;

    height: 75px;

    border-bottom: solid 1px #d7d7d7;

    padding:0 82px;

}



.ft_nav_hd{

    width: 140px;

    height: 75px;

    background:  url(../images/ad_stock.jpg) 0 0 no-repeat;

}



.ft_nav>li>a{

    font-size: 13px;

    color: #010101;

    padding:0 21px;

    height: 15px;

    line-height: 15px;

}



.ft_nav>li>a:hover{

    color: #4fafe3;

}



.ft_nav>li{

    border-right: solid 1px #010101;

    margin-top: 30px;

}



.ft_nav>li:first-child{

    border-left: solid 1px #010101;

}



.ft_bnav{

    margin-top: 36px;

}



.ft_bnav>li{

    width: 169px;

    margin-left: 80px;

}



.ft_bnav>li>h3{

    font-size: 16px;

    color: #2f2f2f;

    font-weight: bold;

    background:  url(../images/pt01.png) left center no-repeat;

    padding-left: 20px;

    height: 17px;

    line-height: 17px;

}



.ftsm_nav{

    font-size: 13px;

    padding-left: 10px;

}





.ftsm_nav>li{

    background:  url(../images/dd.png) left center no-repeat;

    padding-left:13px;

    margin-top: 20px;

}



.ftsm_nav>li>a{

    color: #2f2f2f;

}



.ftsm_nav>li>a:hover{

    color: #32b5e5;

}



.footer_cpy{

    height: 154px;

    background: #317fb1;

    color: #ffffff;

    padding-top: 25px;

}



.ft_logo{

    width: 131px;

    height: 109px;

    overflow: hidden;

}



.ft_logo>img{

    max-width: 131px;

}



.ft_vpy>h3{

    font-size: 15px;

    color: #ffffff;

    font-weight: bold;

    margin-bottom: 23px;

}



.ft_vpy{

    width: 900px;

    padding-left: 55px;

    border-left: dashed 1px #9fc0d7;

    height: 83px;

    margin-left: 80px;

    margin-top: 23px;

}



.ft_vpy_0>p{

    font-size: 14px;

    color: #ffffff;

    margin-bottom: 12px;

    /*min-width: 310px;
    margin-right: 80px;
    */

    width: 450px;

    display: inline-block;

}



.ft_vpy_0 p:nth-child(2n){

    margin-right: 0;

}





/*------------------------------page--show-------------------------------*/



.page_banner{

    background:  url(../images/ad_yuetu.jpg) top center no-repeat;

    height: 94px;

    width: 1180px;

    display: block;

    margin: 25px auto;


}



.product2{

    padding: 0;



}







.page_show{

    margin-bottom: 90px;

}



.page_this{

    font-size: 12px;

    color: #444444;

    height: 38px;

    border-bottom: #e6e6e6 solid 1px;

    line-height: 38px;

}



.page_this>a{

    color: #444444;

}



.page_this>a:hover{

    color: #32b5e5;

}



.page_this>div{

    width: 72px;

    height: 5px;

    background: #e6e6e6;

    display: inline-block;

    float: right;

    margin-top: 33px;

}



.recod{

    background: #ffffff;

    margin-top: 35px;

    padding:  15px;

}



.recod>h3{

    font-size: 18px;

    color: #484848;

    font-weight: normal;

    text-align: center;

    margin-top: 25px;

}



.recod>h3>span{

    font-weight: bold;

    margin: 0 10px;

}



.recod>p{

    font-size: 21px;

    color: #d1e1ef;

    font-weight: bold;

    text-transform: uppercase;

    text-align: center;

    margin-top: 5px;

}





.xg_hd{

    font-size: 18px;

    color: #181818;

    border-bottom: solid 1px #bcbcbc;

    height: 33px;

    margin-top: 50px;

}



.xg_hd>p{

    width: 88px;

    height: 32px;

    border-bottom: #00b7cd solid 3px;

    text-align: center;

    margin: 0 auto;

}



.xg_ul>li{

    width: 571px;

    margin-top: 50px;

    margin-right: 43px;

}



.xg_ul>li:nth-child(2n){

    margin-right: 0;

}



.xg_ul>li>a{

    max-width: 525px;

    overflow: hidden;

    -ms-text-overflow: ellipsis;

    text-overflow: ellipsis;

    white-space: nowrap;

    display: inline-block;

    font-size: 17px;

    color: #333333;



}



.xg_ul>li>a:hover{

    color: #32b5e5;

}



.xg_ul>li>p{

    font-size: 13px;

    color: #606060;

    line-height: 1.5em;

    margin-top: 10px;

    text-align: justify;

}





/*-------------------------------------product-show----------------------------*/



.show_show{

    background: #f8f8f8;

    border: solid 1px #d9d9d9;

    height: 490px;

    margin-top: 18px;

    padding: 35px;

}





.small-img{

    display: flex;

    align-items:center;

    justify-content: center;

}

.clearfix:before,

.clearfix:after{

    display: table;

    line-height: 0;

    content: "";

}

.magnifier{

    width: 413px!important;

    position: relative;

}

.magnifier-container{

    width: 400px!important;

    height: 400px!important;

    overflow: hidden;

    position: relative;

    background: #ffffff;

    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);

}

.move-view{

    width: 100px;

    height: 100px;

    position: absolute;

    background-image: url('../images/move-box.png');

}

.images-cover{

    height: 100%;

    width: 100%;

    position: relative;

}

.images-cover img{

    position: absolute;

    /*width: 413px!important;

    height: 356px!important;*/

    /*top: 48%!important;*/
   
   	width: 100%;
   	height: 100%;
   	margin: auto!important;

}

.magnifier-assembly{

    height: 92px;

    overflow: hidden;

    position: relative;

    padding-left: 30px;

    padding-right: 30px;

    margin-top: 15px;

}

.magnifier-btn{

    position: absolute;

    font-family: "宋体";

    width: 100%;

    top: 50%;

    left: 0;

    margin-top: -40px;

}

.magnifier-btn span{

    line-height: 80px;

    height: 80px;

    width: 20px;

    background-color: #6e6e6e;

    color: #fff;

    display: block;

    z-index: 9998;

    text-align: center;

    font-size: 20px;

    cursor: pointer;

    border-radius: 3px;

}

.magnifier-btn .magnifier-btn-left{

    float: left;

}

.magnifier-btn .magnifier-btn-right{

    float: right;

}

.magnifier-line{

    position: relative;

    overflow: hidden;

    height: 92px;

}

.magnifier-line ul{

    display: block;

    font-size: 0;

    width: 10000%;

    position: absolute;

    left: 0;

    z-index: 9997;

}

.magnifier-line li{

    float: left;

    width: 100px;

    cursor: pointer;

}

.magnifier-line ul > .active .small-img{

    border-color: #bbb;

}

.small-img{

    height: 78px;

    padding: 1px;

    margin: 5px;

    overflow: hidden;

    border: 1px solid #ddd;

    text-align: center;

}

.small-img img{

    max-width: 100%;

    max-height: 100%;

}

.magnifier-view{

    width: 100%;

    height: 100%;

    position: absolute;

    right: -97%;

    top: 0;

    z-index: 9999;

    background-color: #fff;

    display: none;

    overflow: hidden;

}

.magnifier-view img{

    display: block;

}

.animation03{

    transition: all 0.3s ease-in 0.1s;

    -ms-transition: all 0.3s ease-in 0.1s;

    -moz-transition: all 0.3s ease-in 0.1s;

    -webkit-transition: all 0.3s ease-in 0.1s;

    -o-transition: all 0.3s ease-in 0.1s;

}



.show_right{

    width: 382px;

}



.swr_hd>h1{

    color: #353535;

    font-size: 24px;

    font-weight: normal;

    margin-top: 20px;

}



.swr_hd>p{

    font-size: 15px;

    color: #b2b2b2;

    border-bottom: dashed 1px #c8c8c8;

    background:  url(../images/fk.png) left 3px no-repeat;

    height: 25px;

    padding-left: 15px;

    margin-top: 20px;

}



.swr_t{

    font-size: 13px;

    color: #675e5f;

    margin-top: 30px;

    line-height: 2em;

}



.swr_t>p{

    margin-bottom: 15px;

}



.swr_t>p>span{

    margin-left: 47px;

}



.swr_ct{

    font-size: 20px;

    color: #e7061e;

    margin-top: 50px;

}



.swr_ct>span{

    font-size: 30px;

}



.caig{

    display: block;

    width: 126px;

    height: 41px;

    overflow: hidden;

    background: #3a3a3a;

    color: #ffffff;

    text-align: center;

    line-height: 41px;

    margin: 0 auto;

    margin-top: 30px;

}



.caig:hover{

    background: #32b5e5;

    color: #ffffff;

}





/*产品介绍*/







.box{

    margin-top: 35px;

}



.tab_menu{overflow:hidden;}



.tab_menu li{

    width:131px;

    float:left;

    height:46px;

    line-height:46px;

    color:#464243;

    text-align:center;

    cursor:pointer;

    font-size: 16px;

    position: relative;

    z-index: 3;

}



.tab_menu li.current{

    background:  url(../images/cur.jpg) 0 0 no-repeat;

    color: #ffffff;



}



.tab_menu{

    background:  url(../images/pic2.jpg) 0 bottom no-repeat;

    height: 46px;

}





.tab_menu li a{color:#fff;text-decoration:none;}



.tab_menu li.current a{color:#333;}



.tab_box{

    padding:20px;

    font-size: 14px;

    color: #5a5a5a;

    line-height: 1.8em;

}



.tab_box img{

    max-width: 100%;

    display: block;

    margin: 0 auto;

}





.tab_box .hide{display:none;}









/*新闻*/



.page_sw{

    padding-top: 50px;

    font-size: 14px;

    color: #5a5a5a;

    line-height: 1.5em;

    text-align: justify;

}



.page_sw img{

    max-width: 100%;

    display: block;

    margin: 0 auto;

}



.page_sw h3{

    font-size: 23px;

    color: #202020;

    font-weight: normal;

    text-align: center;

}



.pg_ly{

    font-size: 12px;

    color: #a6a6a1;

    text-align: center;

    margin: 15px 0;

}



.tz_a{

    height: 52px;

    background: #f5f5f5;

    margin-top: 20px;

    padding:20px  30px;

}



.a_ttt{

    width: 447px;

}



.a_ttt>a{

    display: block;

    color: #5a5a5a;

    line-height: 1.8em;

}



.a_ttt>a:hover{

    color: #004b75;

    text-decoration: underline;

}



.wzcc{

    width: 365px;

    font-size: 13px;

    color: #5a5a5a;

}









/*------------------------------------------新闻列表--------------------------------------*/





.page_sw2{

    padding-top: 0;

}



.news_li>li{

    line-height: 5em;

    border-bottom: dashed 1px #dcdcdc;

}



.news_li>li>a{

    font-size: 15px;

    color: #323232;

    display: inline-block;

    max-width: 650px;

    overflow: hidden;

    -ms-text-overflow: ellipsis;

    text-overflow: ellipsis;

    white-space: nowrap;



}



.news_li>li>a:hover{

    color: #004b75;

}



.news_li>li>p{

    font-size: 12px;

    color: #c9c9c9;

}





.input_bd{

    height: 228px;

    background: #f8f8f8;

    border: solid 1px #dbdbdb;

    padding: 35px 75px;

}



.input_bd label{

    display: block;

    font-size: 14px;

    color: #555555;

    line-height: 31px;

}



.input_bd label span{

    font-size: 13px;

    color: #ff0000;

}



.input_bd label input[type="text"]{

    width: 355px;

    height: 31px;

    line-height: 31px;

    background: #ffffff;

    border: solid 1px #e5e5e5;

    margin:0 5px 18px 5px;

    padding:0 10px;

    font-size: 14px;

    color: #5a5a5a;

}



#message{

    width: 355px;

    padding:10px 10px;

    height: 68px;

    margin:0 5px 0px 5px;

    background: #ffffff;

    border: solid 1px #e5e5e5;

    resize: none;

    font-size: 14px;

    color: #5a5a5a;

    line-height: 1.5em;

}



.input_bd input[type="reset"],.input_bd input[type="submit"]{

    width: 121px;

    height: 31px;

    background: #d4d4d4;

    color: #ffffff;

    border: none;

    font-size: 15px;

    font-family: '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;

    -webkit-transition: all 1s;

    -moz-transition: all 1s;

    -ms-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s;

    margin-left: 80px;

    margin-top: 10px;

}



.input_bd input[type="reset"]:hover{

    background: #097dbf;



}





.input_bd input[type="submit"]{

    background: #097dbf;

    margin-left: 150px;

}





/*在线客服*/
.qqserver p img {
    display: inline;
    margin: -5px 5px 0 0;
    vertical-align: middle;
}

.scrollsidebar {
    position: absolute;
    z-index: 999;
    top: 220px;
}

.side_content {
    width: 167px;
    height: auto;
    overflow: hidden;
    float: left;
}

.side_content .side_list {
    width: 167px;
    overflow: hidden;
}

.show_btn {
    width: 0;
    height: 144px;
    overflow: hidden;
    margin-top: 50px;
    float: left;
    cursor: pointer;
}

.show_btn span {
    display: none;
}

.close_btn {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.side_title,.side_bottom,.close_btn,.show_btn {
    background: url(../images/sidebar_bg.png) no-repeat;
    _background: url(../images/sidebar_bg.gif) no-repeat;
}

.side_title {
    height: 46px;
}

.side_title {
    height: 46px;
}

.side_bottom {
    height: 8px;
}

.side_center {
    font-family: Verdana, Geneva, sans-serif;
    padding: 10px 12px 5px 12px;
    font-size: 12px;
}

.close_btn {
    float: right;
    display: block;
    width: 19px;
    height: 19px;
    margin: 16px 7px 0 0;
    _margin: 16px 3px 0 0;
}

.close_btn span {
    display: none;
}

.side_center .qqserver p {
    text-align: left;
    padding: 6px 0;
    margin: 0;
    vertical-align: middle;
}

.phoneserver {
    font-size: 14px;
    text-align: center;
}

.phoneserver p {
    padding: 2px 0;
    _height: 16px;
    margin: 0;
    color: #666666;
}

.msgserver {
    border-top: 1px dotted #ccc;
    text-align: center;
    margin-top: 6px;
    padding: 10px 0 3px 0;
}

.msgserver a {
    background: url(../images/sidebar_bg.gif) no-repeat -119px -154px;
    padding: 3px 0 3px 23px;
}

.side_content hr {
    border-bottom: 1px solid #E6E6E6;
    height: 1px;
    margin: 10px 0;
    clear: both;
}

/* green skin  */
.side_green .side_title {
    background-position: -505px 0;
}

.side_green .side_center {
    background: url(../images/green_line.gif) repeat-y center;
}

.side_green .side_bottom {
    background-position: -505px -60px;
}

.side_green .close_btn {
    background-position: -44px -45px;
}

.side_green .close_btn:hover {
    background-position: -65px -45px;
}

.side_green .show_btn {
    background-position: -187px 0;
}

.side_green .msgserver a {
    color: #68c40b;
}

.side_green hr {
    border-bottom: 1px solid #edf2e5;
}




























































































































































































