﻿body
{
    color: #666;
    font: 13px/20px Arial,Helvetica,sans-serif;
    margin:0px;
    padding:0px;
}

ul, p, h1, h2, h3, h4, h5, li, div, img, a, dl, dd, dt
{
    margin: 0px;
    padding: 0px;
}

li
{
    list-style-type:none;
}

.topmain
{
    height: auto;
    min-height: 100%;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

a
{
    color:#666;
    text-decoration:none;
}
    a:hover
    {
        color:#f00;
    }



    .topmain .maincontent
    {
        margin: 0 auto;
        width: 1003px;
        background: #fff none repeat scroll 0 0;
        /*border-radius: 20px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
        height: 100%;
        margin-top:15px;
        margin-bottom:5px;
        padding-bottom: 0;
    }

        .topmain .maincontent .yynav
        {
            width:100%;
        }

            .topmain .maincontent .yynav .top
            {
                width:1003px;
                margin:0 auto;
                height:75px;
            }

                .topmain .maincontent .yynav .top .top_logo
                {
                    width:121px;
                    height:75px;
                    float:left;
                }

                .topmain .maincontent .yynav .top .top_companyname
                {
                    float:left;
                    width:600px;
                    margin-left:22px;
                    text-align:center;
                    height:75px;
                }

                    .topmain .maincontent .yynav .top .top_companyname h1
                    {
                        color:#666;
                        font-size:26px;
                        margin-top:15px;
                    }
                    .topmain .maincontent .yynav .top .top_companyname h3
                    {
                        font-size:15px;
                        color:#f00;
                        margin-top:10px;
                    }


                .topmain .maincontent .yynav .top .top_contact
                {
                    float: left;
                    width: 260px;
                    height:65px;
                    padding-top:10px;
                }

                    .topmain .maincontent .yynav .top .top_contact span
                    {
                        color:#666;
                        font-weight:bold;
                        padding:5px;
                    }

                    .topmain .maincontent .yynav .top .top_contact b
                    {
                        color: #f00;
                        font-family: Georgia,"Times New Roman",Times,serif;
                        font-size: 22px;
                    }


            .topmain .maincontent .yynav .ntnav
            {
                clear: both;
                height: 42px;
                margin: 0 auto;
                width: 1000px;
                margin-top: 5px;
                border-radius: 5px;

            }

                .topmain .maincontent .yynav .ntnav .menu
                {
                    height: 39px;
                    margin: 0 auto;
                    width:1000px;
                    background-color:#eee;
                    border-radius:5px;
                }

                .topmain .maincontent .yynav .ntnav li
                {
                    float: left;
                    font-size: 13px;
                    height: 39px;
                    line-height: 39px;
                    width: 125px;
                    
                }

                    .topmain .maincontent .yynav .ntnav li a
                    {
                        color: #333333;
                        display: block;
                        font-family: microsoft yahei,Verdana,Geneva,sans-serif;
                        text-align: center;
                        text-decoration:none;
                        font-size:14px;
                        font-weight:bold;
                    }

                        .topmain .maincontent .yynav .ntnav li a:hover
                        {
                            color: #fff;
                            background-color: #f00;
                            border-radius: 5px;
                        }

/*导航菜单*/
.dropMenu
{
	position:absolute;
	top:0;
	z-index:100;
	visibility:hidden;
	margin-top:-2px;
	border-top:0;
	background-color:#ffffff;
}

.dropMenu li 
{
	clear:both;
	width:100%;
	font-size:13px;
	height:32px;
	line-height:32px;
}

.dropMenu li a  
 {
	display:block;
	color:#333333;
	text-decoration:none;
	padding:0 30px;
	font-family:microsoft yahei,Verdana,Geneva,sans-serif;
	text-align:center;
}

.dropMenu a:hover 
{
	color:#ffffff;
	background-color:#f00;
}
/****导航菜单****/


.yybanner
{
    height: auto;
    min-height: 100%;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/*banner 代码*/
.flexslider{position:relative;height:360px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:360px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}
/*banner 代码*/



.dh
{
    margin:0 auto;
    clear:both;
}

.dh .dhinfo
{
    background: #f8f8f8 none repeat scroll 0 0;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 30px;
    width:1003px;
    margin:0 auto;
}

.bodycon
{
    clear:both;
    margin:0 auto;
    width:100%;
}

    .bodycon .maininfo
    {
        width:1003px;
        margin:0 auto;
    }

        .bodycon .maininfo .leftmenu
        {
            float:left;
            width:260px;
        }

            .bodycon .maininfo .leftmenu .cpfl
            {
                width:100%;
                margin-bottom:10px;
            }

            .bodycon .maininfo .leftmenu .xwzx
            {
                width:100%;
                 margin-bottom:10px;
            }

            .bodycon .maininfo .leftmenu .jjfa
            {
                width:100%;
            } 
            
            .bodycon .maininfo .leftmenu h2
            {
                width:100%;
                height:40px;
                line-height:40px;
                border-bottom:2px solid #ccc;
                font-size:18px;
            }


            .bodycon .maininfo .leftmenu ul
            {
                margin:0px;
                padding:0px;
            }

            .bodycon .maininfo .leftmenu li
            {
                line-height:36px;
                height:36px;
                background-image:url(../images/icon.jpg);
                background-repeat:no-repeat;
                background-position:left center;
                border-bottom:1px dotted #ddd;
            }

                .bodycon .maininfo .leftmenu li a
                {
                    display:block;
                    padding-left:10px;
                    font-size:14px;
                }

        .bodycon .maininfo .rightcon
        {
            float:left;
            width:730px;
            margin-left:13px;
        }

            .bodycon .maininfo .rightcon .dhfl
            {
                float:left;
                width:100%;
            }

                .bodycon .maininfo .rightcon .dhfl h2
                {
                    width: 100%;
                    height: 40px;
                    line-height: 40px;
                    border-bottom: 2px solid #ccc;
                    font-size: 18px;
                }


            .bodycon .maininfo .rightcon .coninfo
            {
                float:left;
                width:100%;
            }

                .bodycon .maininfo .rightcon .coninfo .companyinfo
                {
                    width:100%;
                    clear:both;
                }

                .bodycon .maininfo .rightcon .coninfo .companyinfo h2
                {
                    line-height:30px;
                    height:30px;
                    font-size:16px;
                     padding:0 10px;
                }

                .bodycon .maininfo .rightcon .coninfo .companyinfo p
                {
                    margin-bottom:10px;
                    line-height:30px;
                    font-size:14px;
                    padding:5px 10px;
                }

/*footer*/
.clearf
{
    clear:both;
    height:10px;
}

.footer
{
    margin:0 auto;
    height:70px;
    background-color:#f8f8f8;
}

    .footer .footercon
    {
        width:1003px;
        margin:0 auto;
        font-size:14px;
        padding-top:10px;
    }

        .footer .footercon div
        {
            line-height:25px;
        }
/*footer*/

/*新闻列表*/
.coninfo .news_list
{
    margin:0px;
    padding:0px;
    margin-bottom:10px;
}

    .coninfo .news_list ul
    {
        margin:0px;
        padding:0px;
    }

    .coninfo .news_list li
    {
        background-image: url(../images/icon.jpg);
        background-repeat: no-repeat;
        background-position: left center;
        line-height:40px;
        padding-left:10px;
        border-bottom:1px dashed #ccc;
    }

        .coninfo .news_list li span
        {
            float:right;
        }

        .coninfo .news_list li a
        {
            font-size:14px;
        }
        /*新闻列表*/

/*新闻内容*/
.coninfo .newsinfo
{
    margin:0px;
    padding:0px;
    float:left;
    width:100%;
}
    .coninfo .newsinfo .xwbt
    {
        border-bottom:1px solid #ccc;
        margin-top:15px;
    }

        .coninfo .newsinfo .xwbt h2
        {
            color:#f00;
            text-align:center;
            height:30px;
            line-height:30px;
        }

    .coninfo .newsinfo  .xwbt span
    {
        font-size:12px;
        color:#666;
        padding:5px;
        text-align:center;
    }

    .coninfo .newsinfo .xwbt .pbt
    {
        line-height:30px;
        text-align:center;
    }


    .coninfo .newsinfo .newscon
    {
        width:100%;
        margin-top:10px;
        float:left;
    }

        .coninfo .newsinfo .newscon h2
        {
            font-size:16px;
            line-height:30px;
            height:30px;
            padding-left:10px;
            color:#f00;
        }

        .coninfo .newsinfo .newscon p
        {
            font-size:14px;
            line-height:30px;
            margin-bottom:10px;
            padding:5px 10px;
            border-bottom:1px dotted #d2d2d2;
        }


.newsinfo .tag_lips
{
    width:100%;
    float:left;
    padding-top:10px;
    border-top:1px dashed #ccc;
}

    .newsinfo .tag_lips .bq
    {
        line-height:30px;
        height:30px;
    }

        .newsinfo .tag_lips .bq span
        {
            color:#f00;
            font-size:16px;
            font-weight:bold;
            padding:0 5px;
        }


    .newsinfo .tag_lips .yuedu
    {
        width:100%;
    }

        .newsinfo .tag_lips .yuedu li
        {
            background-image: url(../images/icon.jpg);
            background-repeat: no-repeat;
            background-position: left center;
            line-height: 40px;
            padding-left: 10px;
            border-bottom: 1px dashed #ccc;
        }


            .newsinfo .tag_lips .yuedu li a
            {
                font-size:14px;
            }

            .newsinfo .tag_lips .yuedu li span
            {
                float:right;
            }
/*新闻内容*/ 
 
/*解决方案*/
.coninfo .solulist
{
    margin: 0px;
    padding: 0px;
    float: left;
}
/*解决方案*/

/*tab页签*/
 #Tab1
{
    width: 730px;
    margin: 0px;
    padding: 0px;
    margin: 0 auto;
    margin-top:10px;
}
/*菜单class*/
 .Menubox
{
    width: 100%;
    height: 35px;
    line-height: 35px;
}

 .Menubox li
    {
        float: left;
        display: block;
        cursor: pointer;
        width: 150px;
        text-align: center;
        color: #949694;
        font-weight: bold;
        margin-right:10px;
        border:1px solid #ccc;
        border-bottom:none;
    }
    .Menubox li.hover
    {
        padding: 0px;
        background: #fff;
        width: 150px;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        color: #fff;
        background-color: #f00;
    }
 .Contentbox
{
    clear: both;
    margin-top: 0px;
    border: 1px solid #ccc;
    text-align: center;
    width:728px;
    float:left;
    padding-bottom:10px;
}
 /*tab页签*/

    .coninfo .solulist .Contentbox .solucon
    {
        float:left;
    }

        .coninfo .solulist .Contentbox .solucon li
        {
            background-color: #f7f7f7;
            border: 1px solid #ccc;
            float: left;
            height: 134px;
            margin: 10px 0 0 10px;
            width: 347px;
        }

            .coninfo .solulist .Contentbox .solucon li .soimg
            {
                float: left;
                height: 134px;
                line-height: 134px;
                width: 78px;
            }

            .coninfo .solulist .Contentbox .solucon li img
            {
                vertical-align:middle;
            }

            .coninfo .solulist .Contentbox .solucon li .sojianjie
            {
                float: left;
                width: 269px;
            }

                .coninfo .solulist .Contentbox .solucon li .sojianjie h2
                {
                    float: left;
                    font-size: 14px;
                    font-weight: normal;
                    margin: 0;
                    padding: 5px 0 5px;
                    width:100%;
                    font-weight:bold;
                }

                    .coninfo .solulist .Contentbox .solucon li .sojianjie h2 a
                    {
                        color: #f00;
                        display: block;
                        float: left;
                        height: 20px;
                        line-height: 20px;
                        padding: 0 20px 0 0;
                    }

            .coninfo .solulist .Contentbox .solucon li p
            {
                color: #666666;
                float: left;
                font-size: 13px;
                line-height: 20px;
                margin: 0 !important;
                text-align:left;
                padding:0 8px 0 8px;
            }

/*解决方案详情*/
.coninfo .soinfo
{
    margin:0px;
    padding:0px;
    float:left;
}

    .coninfo .soinfo .solutitle
    {
        width:100%;
    }

        .coninfo .soinfo .solutitle h2
        {
            color:#f00;
            font-size:20px;
            text-align:center;
            margin:15px 0;
        }

        .coninfo .soinfo .solutitle p
        {
            text-align:center;
            color:#aaa;
            margin-bottom:10px;
        }

    .coninfo .soinfo .sabout
    {
        background-color:#eee;
        padding:10px;
        margin-top:10px;
    }
    .coninfo .soinfo .solucon
    {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

        .coninfo .soinfo .solucon .soluconinfo
        {
            float:left;
            width:100%;
        }

        .coninfo .soinfo .solucon .soluconinfo p
        {
            line-height:30px;
            font-size:14px;
            margin-bottom:10px;
        }

            .coninfo .soinfo .solucon .soluconinfo h2
            {
                font-size:16px;
                color:#f00;
                line-height:30px;
                margin-bottom:10px;
            }

.solucon .otherlist
{
    float:left;
    width:100%;
    padding-top:15px;
    border-top:1px dashed #f00;
}

    .solucon .otherlist ul
    {
        margin:0px;
        padding:0px;
    }

    .solucon .otherlist li
    {
        height:35px;
        line-height:35px;
        background-image:url(../images/icon.jpg);
        background-repeat:no-repeat;
        background-position:left center;
        padding-left:10px;
        width:40%;
        float:left;
        font-size:15px;
        font-weight:bold;
    }

    .solucon .otherlist h2
    {
        font-size:14px;
        color:#f00;
    }
/*解决方案详情*/

/*产品类别*/
.coninfo .prolist
{
    margin: 0px;
    padding: 0px;
    float: left;
}

    .coninfo .prolist .pros
    {
        width:100%;
        float:left;
        margin-top:10px;
    }

        .coninfo .prolist .pros dd
        {
            float:left;
            width:347px;
            border:1px solid #ccc;
            margin-left:10px;
            margin-bottom:10px;
        }

            .coninfo .prolist .pros dd h2
            {
                font-size: 14px;
                line-height: 36px;
                height: 36px;
                background: rgba(0, 0, 0, 0) url("../images/topbg.png") repeat-x scroll left -105px;
            }

                .coninfo .prolist .pros dd h2 a
                {
                    background-image: url(../images/gomore.png);
                    background-position: 320px center;
                    background-repeat: no-repeat;
                    display:block;
                }

            .coninfo .prolist .pros dd p
            {
                border-top: 1px solid #ccc;
                color: #777;
                float: left;
                font-size: 13px;
                height: 80px;
                line-height: 22px;
                margin: 0;
                overflow: hidden;
                padding: 4px;
                text-align: left;
            }
/*产品类别*/

/*产品详情*/
.coninfo .proinfo
{
    margin:0px;
    padding:0px;
    float:left;
    width:100%;
}

    .coninfo .proinfo .btimg
    {
        height:117px;
        background-image:url(../images/cpicon.jpg);
        background-repeat:no-repeat;
        background-position:20px center;
        border-bottom:1px solid #ccc;
    }

        .coninfo .proinfo .btimg h2
        {
            line-height:117px;
            margin-left:200px;
            height:117px;
            color:#f00;
            font-size:25px;
        }

    .coninfo .proinfo .procon
    {
        float:left;
        width:100%;
    }

        .coninfo .proinfo .procon h2
        {
            color:#f00;
            font-size:14px;
            line-height:30px;
            height:30px;
        }

        .coninfo .proinfo .procon p
        {
            font-size:13px;
            color:#666;
            margin-bottom:6px;
        }
/*产品详情*/

/*客户列表*/
.coninfo .khlist
{
    margin:0px;
    padding:0px;
    float:left;
}

    .coninfo .khlist li
    {
        border-bottom:1px solid #ccc;
        padding:5px 0;
    }

        .coninfo .khlist li:hover
        {
            background-color:#eeeeee;
        }

.coninfo .khlist h2
{
    color: #f00;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 5px;
    margin-top:15px;
    padding-left:10px;
}
    .coninfo .khlist h2 a
    {
        color:#333;
    }
        .coninfo .khlist h2 a:hover
        {
            color:#f00;
        }

    .coninfo .khlist p
    {
        margin-bottom:15px;
        padding:6px;
    }
/*客户列表*/

/*服务支持*/
.coninfo .services
{
    margin:0px;
    padding:0px;
    float:left;
    width:100%;
}

    .coninfo .services .sk
    {
        color: #939393;
        font-size: 25px;
        font-weight: lighter;
        letter-spacing: 12px;
        line-height: 160%;
        text-align: center;
        float: left;
        margin-top: 20px;
        text-align: center;
        width: 100%;
        margin-bottom:10px;
    }

    .coninfo .services ul
    {
        clear:both;
    }

    .coninfo .services li
    {
        float: left;
        width: 171px;
        border: 1px solid #d7d7d7;
        border-radius: 10px;
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
        height: 260px;
        padding: 15px 30px 25px;
        margin-left:10px;
    }

        .coninfo .services li h2
        {
            text-align:center;
            line-height:40px;
            height:40px;
        }

        .coninfo .services li .cimg
        {
            text-align:center;
        }

    .coninfo .services ul li .ser_box .cphone
    {
        color: #8db041;
        font-size: 24px;
        font-weight: bold;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
        line-height:20px;
        margin-top:15px;
    }

    .coninfo .services ul li .ser_box .cphone0
    {
        font-size: 14px;
        text-align: center;
        margin-top:10px;
        text-align:left;
    }

    .coninfo .services ul li .ser_box .cphone1
    {
        color: #02abff;
        font-size: 24px;
        font-weight: bold;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
        line-height:20px;
        margin-top:15px;
    }

    .coninfo .services ul li .ser_box .cphone2
    {
        color: #ff0202;
        font-size: 24px;
        font-weight: bold;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
        line-height:20px;
        margin-top:15px;
    }
/*服务支持*/

/*联系我们*/
.coninfo .lianxi
{
    margin:0px;
    padding:0px;
    float:left;
    width:100%;
}

    .coninfo .lianxi li
    {
        line-height:30px;
        height:30px;
        font-size:14px;
    }
/*联系我们*/

/*首页代码*/
.pcon
{
   clear:both;
   margin:0 auto;
}

    .pcon .plistcon
    {
        width:1003px;
        margin:0 auto;
        margin-top:10px;
    }

        .pcon .plistcon .dxqy
        {
            width:100%;
            margin:0 auto;
        }

            .pcon .plistcon .dxqy .zxcp
            {
                height:30px;
                border-bottom:2px  solid #ccc;
                line-height:30px;
                font-size:16px;
            }
            .pcon .plistcon .dxqy .p_dcon
            {
                margin: 0 auto;
                float: left;
                width: 1003px;
                margin-top:10px;
            }

                .pcon .plistcon .dxqy .p_dcon .p_list
                {
                    width:100%;
                }

                    .pcon .plistcon .dxqy .p_dcon .p_list li
                    {
                        float:left;
                        width:190px;
                        margin-left:10px;
                        margin-bottom:10px;
                    }

                        .pcon .plistcon .dxqy .p_dcon .p_list li p
                        {
                            height:60px;
                            overflow:hidden;
                        }

                            .pcon .plistcon .dxqy .p_dcon .p_list li p b
                            {
                                font-size:14px;
                                color:#f00;
                            }

                        .pcon .plistcon .dxqy .p_dcon .p_list li .dxqyerp
                        {
                            background-color:#f00;
                            height:30px;
                            display:block;
                            color:#fff;
                            line-height:30px;
                            text-align:center;
                            font-size:15px;
                        }

                        .pcon .plistcon .dxqy .p_dcon .p_list li .zxqyerp
                        {
                            background-color:#b20202;
                            height:30px;
                            display:block;
                            color:#fff;
                            line-height:30px;
                            text-align:center;
                            font-size:15px;
                        }

                        .pcon .plistcon .dxqy .p_dcon .p_list li .wxqyerp
                        {
                            background-color:#740303;
                            height:30px;
                            display:block;
                            color:#fff;
                            line-height:30px;
                            text-align:center;
                            font-size:15px;
                        }



                        .pcon .plistcon .dxqy .p_dcon .p_list li .yymz
                        {
                            line-height: 60px;
                            color: #f00;
                            font-size: 18px;
                            text-align: center;
                            height: 60px;
                            display: block;
                        }


    .pcon .jiejue
    {
        clear:both;
        margin:0 auto;
        width:1003px;
    }

        .pcon .jiejue .yyinfo
        {
            margin: 0 auto;
            width: 1003px;
            float: left;
            margin-top: 10px;
        }

            .pcon .jiejue .yyinfo h2
            {
                border-bottom:2px solid #ccc;
                height:30px;
                line-height:30px;
                font-size:16px;
            }

            .pcon .jiejue .yyinfo .xw
            {
                width:330px;
                float:left;
            }

                .pcon .jiejue .yyinfo .xw li
                {
                    background-image:url(../images/gomore.png);
                    background-position:left center;
                    background-repeat:no-repeat;
                    padding-left:15px;
                    line-height:25px;
                    border-bottom:1px dashed #ccc;
                    height:25px;
                    font-size:14px;
                }

            .pcon .jiejue .yyinfo .jjfa
            {
                width:320px;
                float:left;
                margin-left:16px;
                background-image:url(../images/sbg.gif);
                background-position:right bottom;
                background-repeat:no-repeat;
            }

                .pcon .jiejue .yyinfo .jjfa dt
                {
                    font-size:15px;
                    font-weight:bold;
                    line-height:30px;
                    color:#f00;
                }

                .pcon .jiejue .yyinfo .jjfa dd
                {
                    font-size:14px;
                    line-height:25px;
                    float:left;
                    width:145px;
                    line-height:25px;
                    background-image:url(../images/gomore.png);
                    background-position:left center;
                    background-repeat:no-repeat;
                    padding-left:15px;
                }

            .pcon .jiejue .yyinfo .gs
            {
                width:320px;
                float:left;
                margin-left:17px;
            }

                .pcon .jiejue .yyinfo .gs img
                {
                    float: left;
                    margin: 4px;
                }

                .pcon .jiejue .yyinfo .gs p
                {
                    line-height:24px;
                }

/*首页代码*/


/*分页代码*/
.kpages
{
	clear:both;
	text-align:center;
	color:#3f3e3e;
	line-height:21px;
	font-size:12px;
	margin-bottom:10px;
}

.kpages .fbj
{
	border: 1px solid #d2d2d2;
    color: #4c4c4c;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin: 0 1px;
    padding: 0 15px 0 15px;
}


.kpages .fb
{
	 border: 1px solid #d2d2d2;
    color: #4c4c4c;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin: 0 1px;
    padding-left: 9px;
    padding-right: 9px;
}

.kpages .current
{
	color: #ff0000;
    width: 100%;
    padding-left:9px;
    padding-right:9px;
    font-weight:bold;
}
/*分页代码*/