﻿@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0; font-family:"Arial","Microsoft YaHei","微软雅黑","宋体"; }
ul,ol{ list-style:none;}
a{ text-decoration:none; color:#333;}
a:hover{ text-decoration:none; color:#09f;}
.clear {clear:both;}
img{border:none;}

body {
font-size:12px;
}
/*背景渐变*/
.gradient_bg{
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	-ms-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;	
	}

.gradient_all{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;	
	}
	
.img_to_big{
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;	
    }
/*旋转180度*/
.img_rotation {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
    -o-transform: rotate(180deg); /* Opera */
}
.loading {
    width:150px;
    margin:0 auto;
    overflow: hidden;
    background:url(http://sso.yingsheng.com/global/images/loading.gif) no-repeat center;
    height:100%;
}


/*分页样式*/

/*课程分页重写*/
    .page {
        margin: 20px 0;
        font-size: 14px;
        font-family: microsoft yahei;
        text-align: center;
    }

    .page a, .page span {
        border: 1px solid #bcbcbc;
        color: #333;
        margin-right: 5px;
        border-radius: 3px;
    }

    .page span, .page a {
        display: inline-block;
        _display: inline;
        _zoom: 1;
        height: 24px;
        line-height: 24px;
        text-align: center;
        padding: 0 10px;
        background-color: white;
    }

        .page .current-page, .page span.current-page {
            background: #09f;
            color: #fff;
            border: #fff solid 1px;
        }

    .page b {
        border: 1px solid #bcbcbc;
    }

    .page b {
        display: inline-block;
        _display: inline;
        _zoom: 1;
        height: 24px;
        line-height: 24px;
        text-align: center;
        padding: 0 10px;
        background-color: white;
    }

    .page .prev, .page .next {
        width: 68px;
        padding: 0px !important;
        position: relative;
    }

    .page span.prev, .page span.next {
        border: 1px solid #bcbcbc;
        color: #B1B1B1;
    }

    .page .prev {
        text-indent: 6px;
    }

    .page .next {
        text-indent: -6px;
    }

    .page .current {
        color: #fff !important;
        background-color: #0093dd;
        border-color: #00679b;
    }

    .page a:hover {
        border: 1px solid #00679b;
        color: #09f;
    }



    .page span.prev b, .page a.prev b {
        left: 1px;
        top: 10px;
    }

    .page span.next b, .page a.next b {
        right: 1px;
        top: 10px;
    }

    .page span.prev b {
        border-color: #FFFFFF #B1B1B1 #FFFFFF #FFFFFF;
    }

    .page a.prev b {
        border-color: #FFFFFF #333 #FFFFFF #FFFFFF;
    }

    .page span.next b {
        border-color: #FFFFFF #FFFFFF #FFFFFF #B1B1B1;
    }

    .page a.next b {
        border-color: #FFFFFF #FFFFFF #FFFFFF #333;
    }

    .page a:hover.prev b {
        border-color: #FFFFFF #09f #FFFFFF #FFFFFF;
    }

    .page a:hover.next b {
        border-color: #FFFFFF #FFFFFF #FFFFFF #09f;
    }



/*头部样式

.global_top {
    background: #288ce6;
    width: 100%;
    display: inline-block;
    font-family: 'Microsoft YaHei';
    position:relative;
    z-index:10;
    _padding-top:10px;
    height:65px;
}
    .global_top ul {
        width: 1180px;
        margin: 0 auto;
    }
    .global_top .top_logo {
        float: left;
    }
    .global_top .avatar {
        position: relative;
        float: right;
        margin-top: 8px;
        width: 90px;
        margin-right:-35px;
        z-index:4;
    }
        .global_top .avatar .m1 {
            border: 2px solid #fff;
            border-radius: 25px;
            position: relative;
            z-index: 5;
            height: 45px;
        }
        .global_top .avatar .m2 {
            position: absolute;
            left: 20px;
            top: 0;
        }
    .global_top .name {
        float: right;
        font-size: 16px;
        color: #fff;
        line-height: 65px;
        height: 65px;
        position:relative;
        z-index:9;
    }
        .global_top .name a {
            display:inline-block;
            color: #fff;
        }
        .global_top .name i {
            background: url(http://sso.yingsheng.com/global/images/name_ioc.png) no-repeat;
            width: 13px;
            height: 8px;
            display: inline-block;
            margin-left: 10px;
            _margin-bottom:-12px;
        }
        .global_top .name .member_div {
            position:absolute;
            top:55px;
            right:0;
            line-height:35px;
            font-size:12px;
            width:112px;
            text-align:center;
            border:1px solid #c1d0d7;
			border: 1px solid rgba(0,0,0,0.15);
			box-shadow:0 2px 6px rgba(0,0,0,0.175);
            border-radius:5px;
            background:#fff;
            overflow:hidden;
            display:none;
            z-index:9;
        }
            .global_top .name .member_div a {
                display:block;
                color:#666666;
            }
                .global_top .name .member_div a:hover {
                background:#eaf0f5;
                }
    .global_top .app_down {
        background: url(http://sso.yingsheng.com/global/images/phone.png) no-repeat #fff 13px 4px;
        height: 28px;
        float: right;
        line-height: 28px;
        color: #555555;
        text-align: center;
        margin-top: 18px;
        border-radius: 12px;
        margin-left: 28px;
        font-size: 16px;
    }
        .global_top .app_down a {
            display:block;
            padding-left: 22px;
            width: 90px;
        }
    .global_top .reg {
        margin-left:28px;
    }
    .global_top .reg, .global_top .login {
        width: 87px;
        height: 100%;
        float: right;
        line-height: 65px;
        text-align: center;
        font-size:20px;
        
    }
        .global_top .reg a, .global_top .login a {
            color: #fff;
            display: block;
            font-size:20px;
			-webkit-transition: background 0.3s ease-in-out;
			-moz-transition: background 0.3s ease-in-out;
			-o-transition: background 0.3s ease-in-out;
			-ms-transition: background 0.3s ease-in-out;
			transition: background 0.3s ease-in-out;
        }
    .global_top .reg a:hover,.global_top .login a:hover {
        background:#1e77c6;
    }

.global_nav {
    background:url(http://sso.yingsheng.com/global/images/nav_bg.png);
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod="scale",src='http://sso.yingsheng.com/global/images/nav_bg.png');
    height:82px;
    box-shadow:0px 1px 2px rgba(0,0,0,.2);
	box-shadow:1px 0px 1px rgba(0, 0, 0, 0.3);
    position:absolute;
    top:65px;
    left:0;
    z-index:8;
    width:100%;
    _padding-top:20px;
}
    .global_nav .nav_list {
        width:1180px;
        margin:0 auto;
        position:relative;
    }
        .global_nav .nav_list ul {
        float:left;
        width:auto;
        }
        .global_nav .nav_list li {
            font-size:20px;
            line-height:80px; 
            margin-right:55px;
            float:left;
        }
            .global_nav .nav_list li a {
                color:#888;
                display: inline-block;
                _display: inline;
                height:100%;
                font-size:16px;
                width:100%;
				position:relative;
				z-index:11;
				-webkit-transition: all 0.3s;
				-moz-transition: all 0.3s;
				-o-transition: all 0.3s;
				-ms-transition: all 0.3s;
				transition: all 0.3s;	
            }
            .global_nav .nav_list li i {
                font-style:normal;
                font-size:20px;
                padding-bottom:10px;
            }
            .global_nav .nav_list li i.now {
                color:#333;
            }
            .global_nav .nav_list li a:hover i {
                color:#333;

            }
        .global_nav .nav_list li.more {
            font-family: 'Microsoft YaHei';
            color:#888;
            border:1px solid #ccc;
            height:36px;
            margin-top:22px;
            line-height:36px;
            background:url(http://sso.yingsheng.com/global/images/list_ioc.png) no-repeat 9px 9px #fff;
            font-size:16px;
            padding:0;
            position:relative;
            padding-left:35px;
            padding-right:15px;
            cursor:pointer;
        }
            .global_nav li.more .s1 {
                position:absolute;
                width:82px;
                display:inline-block;
                bottom:-1px;
                left:0;
                z-index:9;
                height:1px;
                background:#fff;
                display:none;
                _overflow:hidden;

            }

    .global_nav .more_div {
        display:none;
        position: absolute;
        font-size: 16px;
        width: 125px;
        border: 1px solid #ccc;
        top: 36px;
        left: -1px;
        background: #fff;
        z-index:5;
    }
        .global_nav .more_div a {
            line-height:45px;
            height:45px;
            text-align:center;
        }
            .global_nav .more_div a:hover {
                background:#eaf0f5;
                color:#288ce6;
            }

.global_nav .search {
    float:right;
    margin-top:22px;
    position:relative;
}
    .global_nav .search input{
        float:left;
    }
    .global_nav .search .search_text {
        width:300px;
        border:1px solid #ccc;
        border-right:none;
        padding:8px 5px;
        line-height:18px;
        height:20px;
        font-size:14px;
		outline:none;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
    }

.search_lick {
    display:none;
    background: #fff;
    position: absolute;
    left: 0;
    top: 38px;
    width: 347px;
    border: 1px solid #c1d0d7;
    border: 1px solid rgba(0,0,0,0.1);
}
    .search_lick dl {
        display: block;
    }
    .search_lick dd {
        width: 326px;
        float: left;
        font-size: 14px;
        line-height: 14px;
        height: 14px;
        padding: 11px 10px 10px 11px;
        color: #333;
        cursor: pointer;
    }*/

        /*头部  左边栏 底部 公共样式*/

.global_top { height:67px; background:#288ce6; overflow:hidden; min-width:1180px;}
.global_top_cont { width:1180px; height:67px; margin:auto; overflow:hidden;}

        .global_logo {
            float:left;
            line-height:67px;
            margin:0 32px 0 0;
            height:67px;
            
        }



.global_logo img{
    height:45px;
    width:140px;
    margin-top:-8px;
}
            .global_logo a {
                color:#fff;
                border-right: 1px solid #64b6ff;
                display:inline-block;
                float:left;
                margin-top:19px;
                padding-right:10px;
                height:28px;
                line-height:28px;
            }
            .global_logo i {
                font-size:100px;
                float:left;
            }
            .global_logo .company_about {
                float: left;
                padding-left: 25px;
                margin-top: 6px;
                overflow: hidden;
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                white-space: nowrap;
            }
                .global_logo .company_about h1 {
                    font-size: 22px;
                color: #fff;
                line-height: 38px;
                }
                .global_logo .company_about h2 {
                    font-size: 12px;
                    line-height: 12px;
                    margin: 0;
                    color: #fff;
                }

                .global_logo .company_about h1, .global_logo .company_about h2 {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    white-space: nowrap;
                    max-width: 370px;
                    margin:0;
                }



.global_tou { float:right; width:34px; height:34px; padding:1px; border:1px solid #dddddd; margin-top:15px; margin-left:10px; overflow:hidden;}
.global_top_so { float:right;  height:36px; border:1px solid #dddddd; margin-top:15px;}
.global_top_so_text { float:right; width:120px; height:36px; background:#FFF; border-right:1px solid #dddddd; font-size:14px; text-indent:10px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s; overflow:hidden;}
.global_top_so_text:hover { width:200px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;}
.global_top_so_but { float:right; width:36px; height:36px; background:#f6f6f6; color:#666666;font-family: "iconfont";font-size: 23px; font-style: normal; overflow:hidden}
.global_top_menu { float:right; height:38px; margin-top:15px; overflow:hidden; margin-right:20px;}
.global_top_menu li { float:right; width:90px; height:38px; text-align:center; line-height:38px; overflow:hidden;}
.global_top_menu li a { font-size:14px; color:#95cdff;}
.global_top_menu li a:hover { color:#FFF;}
.global_position { width:1180px; height:65px; line-height:65px; font-size:14px; color:#333333; margin:auto; overflow:hidden;}
.global_position a { color:#999999;}
.global_position span { color:#999999;}

.global_out {
    float:right;
    color:#95cdff;
    margin:25px 10px 0 20px;
}
.global_out:hover {
    color:#fff;
}

.global_top .member_name {
    float:right;
    margin:15px 0 0 10px;
}
.global_top .member_name a {
    display:inline-block;
}
.global_top .member_name dt {
    float:left;
    border:1px solid #ddd;
    margin-right:14px;
}
.global_top .member_name dt img{
        
    width:34px;
    height:34px;
    border:1px solid #333333;
}

.global_top .member_name dd {
    color: #888888;
    white-space:nowrap;
    line-height:20px;
    float:left;
}
.global_top .member_name dd strong {
    color:#fff;
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90px;
}

/*导航栏样式

.nav_htc li {height:80px; _display:inline;}
.nav_htc li a{height:80px; line-height:80px; text-align:center;  color:#666666;  font-family: 'Microsoft YaHei'; margin:auto;}
.nav_htc li a:hover,.nav_htc li a:active{color:#333333;   }
#global_slide{display:block; position:absolute; z-index:10;border-bottom: 3px solid #288ce6; color:#333333; height:3px; top:56px; width:40px;}*/

.footer_nav ul:after,.w_1200:after{content:".";display:block;height:0;clear:both;visibility:hidden} 


.setup_table td samp { color:#F00; padding-left:10px; font-size:10px;height:35px; line-height:35px;}


/*顶部导航*/

        .company_top {
            height:80px;
            background:#333333;
            padding:0;
            min-width:1200px;
        }
        .w_1200 {
            width:1200px;
            position:relative;
        }

        .company_top .logo{
            float:left;
            line-height:80px;
            height:80px;
        }

            .company_top .logo a {
                color:#fff;
                display:inline-block;
                float:left;
                padding-right:10px;
                height:28px;
            }
            .company_top .logo i {
                font-size:100px;
                float:left;
            }




        .top_nav {
            float:left;
            overflow:hidden;
            }
            .top_nav dl {
                float:left;
                margin-bottom:0;
            }
            .top_nav dd {
                float:left;
/*                background:url(../images/top_ico.jpg) no-repeat right;*/
                line-height:80px;
                text-align:center;
                padding-right:2px;
            }
                .top_nav dd a {
                    display:block;
                    color:#fff;
                    padding:0 30px;
                }

.company_top .member_name {
    float:right;
    margin:0 60px 0 10px;
    margin-top:21px;
    position:relative;
}

.company_top .member_con {
    display:inline-block;
    height:58px;
}

    .company_top .member_name dl {
        float:left;
        margin-bottom:0;
    }
    .company_top .member_name dt {
        float:left;
        border:1px solid #ddd;
        margin-right:14px;
    }
    .company_top .member_name dt img{
        
        width:34px;
        height:34px;
        border:1px solid #333333;
    }

    .company_top .member_name dd {
        color: #888888;
        line-height:20px;
        display:inline-block;
    }
        .company_top .member_name dd strong {
            color: #fff;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 70px;
        }
        .company_top .seach {
            width:160px;
            float:left;
            margin-top:25px;
            height:30px;
            margin-left:20px;
            
        }

.member_name .msg {
    width:58px;
    height:58px;
    line-height:30px;
    text-align:center;
    margin-left:15px;
    margin-top:5px;
}
.member_name .msg_bg {
    border-left:1px solid #fff; 
    height:30px;
    padding-left:20px;
    display:inline-block;
    padding-top:5px;
}
.member_name .msg a {
    color:#fff;
        
}
.member_name .msg a i {
    font-size:26px;
    position:relative;
}
.member_name .msg a i.i2 {
    position:absolute;
    right:-10px;
    top:-6px;
    font-size:20px;
    color:#F00;
}

.company_top .seach .form-control {
    height: 36px;
    width: 240px;
    line-height: 30px;
}

.seach button{
    padding-top:0;
    padding-bottom:0;
    height:36px;
    width:36px;
    line-height:34px;
    border:1px solid #dddddd;
    border-left:none;
    font-weight:bold;
    text-indent:-2px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@font-face {
    font-family: "iconfont";
    src: url("http://at.alicdn.com/t/font_1442304041_8138428.eot?#iefix") format("embedded-opentype"), url("http://at.alicdn.com/t/font_1442304041_8138428.woff") format("woff"), url("http://at.alicdn.com/t/font_1442304041_8138428.ttf") format("truetype"), url("http://at.alicdn.com/t/font_1442304041_8138428.svg#iconfont") format("svg");
}
.iconfont {
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
}
/*撑导航高度*/
.menuSpacing {
    width:100%;
    clear:both;
    height:82px;
}

/*底部导航*/
.bottom_nav {
    background:#102741;
    height:240px;
    position:relative;
    font-family:'Microsoft YaHei';
    min-width:1180px;
}
.left_logo {
    position:absolute;
    left:50%;
    margin-left:-580px;
    top:50px;
}
.bottom_about {
    position:absolute;
    left:50%;
    margin-left:-380px;
    top:50px;
}
    .bottom_about dl {
        float:left;
        width:134px;
    }
        .bottom_about dl.dl_03 {
        width:230px;
        }
            .bottom_about dl.dl_03 dt {
            margin-left:10px;
            }
            .bottom_about dl.dl_03 dd {
            margin-bottom:20px;
            }
            .bottom_about dl.dl_03 img {
            margin:0 10px;
            }
    .bottom_about dt {
        color: #fff;
        margin-bottom: 15px;
        width: 100%;
        float: left;
        font-size: 16px;

    }
    .bottom_about dt a {
        line-height: 16px;
        color: #fff;
    }
    .bottom_about dd {
        width:100%;
        float:left;
        color:#ccc;
        font-size:14px;
    }
    .bottom_about dd a {
        line-height: 30px;
        font-size: 12px;
        color: #ccc;
    }
        .bottom_about dd a:hover {
        color:#fff;
        }


.bottom_contact {
    position: absolute;
    right: 50%;
    margin-right: -590px;
    top: 50px;
}
.bottom_contact a {display:block; background:#fff; border-radius:5px; width:197px; height:51px;}
.bottom_contact a:hover img {opacity: .7; -webkit-transition: all .2s ease-in;}    .bottom_contact dl {
        float:right;
        text-align:center;
        color:#fff;
        font-size:16px;
        line-height:16px;
    }
        .bottom_contact dl dd {
            margin-top: 10px;
        }
    .bottom_contact ul {
        float: right;
        margin-right: 24px;
    }
        .bottom_contact ul li {
            margin-bottom: 16px;
        }
    .bottom_contact li img:hover {
        opacity: .8; -webkit-transition: all .2s ease-in;
    }




    /*底部版权*/

.footer {
    font-family:'Microsoft YaHei';
    background:#091c30;
    padding:25px;
    line-height:22px;
    text-align:center;
    color:#cccccc;
	font-size:12px;
    min-width:1180px;
}
    .footer .phone {
    vertical-align:middle;
    margin-top:-3px;
    margin-right:5px;
    }
    .footer a {
    color:#cccccc;
    }
        .footer a:hover {
        text-decoration:underline;
        }





        /*右侧浮动样式*/
.fd_float {
    width: 52px;
    height: 250px;
    right: 0;
    bottom: 80px;
    z-index: 999;
    position: absolute;
    position: fixed;
    _position: absolute;
    _top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollBootom)+135+'px');
}

.fd_float a {
    display: block;
    width: 52px;
    margin-bottom: 12px;
    position: relative;
    height:57px;
    background:url(http://sso.yingsheng.com/global/images/all_img.png);
}


.fd_float .fd_app {
}
.fd_float .fd_qq {
    background-position: 0 -60px;
}
.fd_float .fd_car {
    background-position: 0 -240px;
}
.fd_float .fd_feedback {
    background-position: 0 -120px;
    display:none;
}
.fd_float .fd_totop {
    background-position: 0 -180px;
    height: 43px;
    overflow: hidden;
}

.fd_app:hover {background-position: -60px 0px;}
.fd_qq:hover {background-position:-60px -60px;}
.fd_car:hover {background-position:-60px -240px;}
.fd_feedback:hover {background-position: -60px -120px;}
.fd_totop:hover {background-position:-60px -180px;}

.fd_float a.fd_totop { display:none;}

.fd_float a span {display:block;}
.fd_float .fd_ck { position:absolute; right:0; top:-195px; overflow:hidden;  display:none;}
.global_top_LoginInfo { display:none;}


/* 分页 */
.m_page{  margin:36px 31px; background:#f3f3f3; padding:12px 0 9px 0; border: 1px solid #d8d8d8; font-size: 12px; color:#676767;font-family:microsoft yahei; text-align:center; }
.m_page p .hover{ display: inline-block; width:40px; height: 23px; margin-left: 10px; background: #f3f4f6; border: 1px solid #e7e7e6; text-align:center;}
.m_page p a{color:#636363; padding:0px 5px;}




