@charset "gb2312";
/* CSS Document */

*
{
    box-sizing: border-box;
}

html, body
{
    boeder: 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #333;
}

body
{
    min-width: 1200px;
}

ul, h2, h3, dl, p
{
    margin: 0;
    padding: 0;
}

img, button
{
    margin: 0;
    padding: 0;
    border: 0;
}

dt, dd
{
    margin: 0;
    padding: 0;
}

.clearfix
{
    clear: both;
}

.cnfont
{
    font-family: "microsoft yahei","PingFangSC-Regular",Arial,sans-serif;
}

.enfont
{
    font-family: Arial,sans-serif,"microsoft yahei";
}

.box-shadow
{
    -moz-box-shadow: 0px 0px 20px #d3d3d3;
    -webkit-box-shadow: 0px 0px 20px #d3d3d3;
    box-shadow: 0px 0px 20px #d3d3d3;
}

.box-shadow-2
{
    -moz-box-shadow: 0px 0px 10px #353c4e;
    -webkit-box-shadow: 0px 0px 10px #353c4e;
    box-shadow: 0px 0px 10px #353c4e;
}

.box-shadow-3
{
    box-shadow: 0 1px 12px 0 rgba(0,0,0,0.1);
}

.spac-1
{
    margin-right: 30px;
}

.spac-2
{
    margin-bottom: 30px;
}

.spac-3
{
    margin-top: 30px;
}

.spac-4
{
    margin-right: 100px;
}

.spac-5
{
    margin-right: 50px;
}

.spac-6
{
    margin-right: 40px;
}

.spac-7
{
    margin-right: 30px;
}



.space-height-1
{
    height: 40px;
}

.frame-main
{
    overflow-y: scroll;
 
}

.font-st-1
{
    font-family: Arial;
}

.font-st-2
{
    font-size: 20px;
}

.f-arial
{
    font-family: Arial;
}

.martop20
{
    margin-top: 20px;
}

.float-l
{
    float: left;
}

.float-r
{
    float: right;
}

.mt-10
{
    margin-bottom: 10px;
}

.letspace-1
{
    letter-spacing: 6px;
}

/*--结构--*/
#header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*min-width:1515px;*/
    height: 60px;
    background: #fff;
    box-shadow: 0 1px 12px 0 rgba(28,43,45,0.4);
    z-index: 9999;
    font-size: 14px;
}
/*.header-nav > div {
	margin:0 auto;
	box-sizing:border-box;
	width:100%;
	min-width:1500px;
	width:1200px;
	height:80px;	
}*/
#headerlogo
{
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    left: 16px;
    position: absolute;
    top: 0;
    width: 210px;
    height: 60px;
    /*margin-right:30px;
	padding-left:30px;
	box-sizing:border-box;
	float:left;
	height:80px;*/
}

    #headerlogo a
    {
        display: block;
        height: 60px;
        width: 200px;
        background: url(../mjimages/logomj-01.png) no-repeat center;
    }

.menu
{
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding-right: 26px;
    padding-left: 26px;
    list-style: none;
    position: absolute;
    left: 220px;
    /*list-style: none;
    margin: 0 auto;
    padding-right: 20px;
    width: auto;
    min-width: 1200px;*/
}

    .menu li
    {
        display: inline;
        height: 60px;
        -ms-flex: 1 1 3;
    }

.header-nav-1
{
    float: left;
}

.header-nav-2
{
    margin-right: 10px;
}

.header-nav-1 a
{
    display: block;
    padding: 0 15px;
    width: auto;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}

    .header-nav-1 a:hover
    {
        border-bottom: 2px solid #000000;
    }

.header-nav-2 select
{
    margin-top: 25px;
    /*margin-left:70px;*/
    height: 30px;
    border-radius: 4px;
    border: 0;
    background: #5475aa;
    color: #c1d9ff;
    /* appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;*/
}

#home .menu .home a, #solution .menu .solution a, #report .menu .report a, #resource .menu .resource a, #aboutus .menu .aboutus a, #joinus .menu .joinus a
{
    border-bottom: 2px solid #000000;
    font-weight: bold;
    color:#000000;
    /*color: #0451a3;*/ /*--当前页导航显示高亮--*/
}

#home .CE a, #aboutus .CE a, #applyfor .CE a, #applyfor-suc .CE a, #banner .CE a, #joinus .CE a, #solution .CE a, #report .CE a, #resource .CE a, #searchlist .CE a
{
    font-weight: bold;
    color:#000000;
    /*color: #0451a3;*/
}

.menu2
{
    height: 60px;
    position: absolute;
    right: 15px;
    top: 0;
    list-style: none;
}

#login, #signin, #header_search, .header-nav-2
{
    float: right;
}

#header_search
{
    /*width:16%;*/
}

#login a, #signin a
{
    display: block;
    margin: 15px 5px;
    padding: 0 5px;
    width: auto;
    height: 26px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

#login a, #signin a
{
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    color: #0451A3;
}

#header_search
{
    margin-right: 15px;
    padding-top: 15px;
}

    #header_search > div
    {
        width: 300px;
        height: 30px;
        /*background:#9da9b8;	
	border-radius:20px;*/
    }

.searchtext, .searchbutton
{
    float: left;
    height: 30px;
    border: none;
    background: #dcdde3;
}

.searchtext
{
    padding-left: 5px;
    width: 85%;
    /*width:180px;*/
    border-right: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
}

.searchbutton
{
    display: block;
    width: 15%;
    border-radius: 0 4px 4px 0;
    color: #1a284d;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    background: #dcdde3 url(../mjimages/search-02-01.png) no-repeat center center;
    background-size: 32% auto;
}

.searchbutton-1
{
    cursor: pointer;
}

#langwapper
{
    float: right;
    margin-right: 10px;
    margin-top: 15px;
    height: 30px;
    color: #c1d9ff;
}

.lang
{
    float: right;
}

    .lang a
    {
        display: block;
        width: 26px;
        height: 30px;
        line-height: 30px;
        color: #666;
        text-decoration: none;
        text-align: center;
    }

.langlinkbg1
{
    border-radius: 4px 0 0 4px;
}

.langlinkbg2
{
    border-radius: 0 4px 4px 0;
}

.gap
{
    float: right;
    width: 5px;
    height: 30px;
    line-height: 30px;
}


/*--footer--*/
.footer-1
{
    background: #263336 url(../mjimages/brilliant.png) repeat;
    /*background: url(../mjimages/bg_20.png) no-repeat 0 center;*/
}

.fwrapper-1
{
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
    width: 1200px;
    height: 340px;
    color: #fff;
    /*border-bottom:1px solid #616c6c;*/
}

.spac-3
{
    margin-right: 100px;
}

.full-btn
{
    margin-left: 220px;
    width: 240px;
    height: 50px;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.q-link
{
    padding-top: 10px;
    box-sizing: border-box;
    width: 1200px;
    height: 250px;
}

    .q-link ul
    {
        list-style: none;
    }

.f-wechart
{
    float: right;
}

.lin-title
{
    line-height: 36px;
    font-size: 16px;
}

.lin-text, .q-link ul li a
{
    line-height: 24px;
    text-decoration: none;
    color: #979797;
}

    .lin-text b
    {
        color: #dfdede;
        font-size: 20px;
        font-family: Arial;
    }

    .q-link ul li a:hover
    {
        color: #6e92b8;
    }

.lin-tel
{
    font-size: 24px;
}

.qrcode
{
    display: inline-block;
    margin: 10px 25px 0 0;
    width: 108px;
    height: 140px;
    font-size: 12px;
}

.color-c9
{
    color: #c9c9c9;
}

.footer
{
    background: rgba(33,46,49,0.66);
}

.con-footer
{
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    width: 1200px;
    height: 80px;
    line-height: 40px;
    color: #616c6c;
    font-size: 12px;
    text-align: center;
}

    .con-footer img
    {
        float: left;
    }

.fu-title
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.flowus
{
}

    .flowus a
    {
        display: inline-block;
        margin-right: 5px;
        width: 35px;
        height: 35px;
        border-radius: 20px;
        box-sizing: border-box;
    }

        .flowus a:nth-child(1):hover, .flowus a:nth-child(2):hover
        {
        }

.flinkebg-1
{
    background: #fff url(../mjimages/weibo.png) center no-repeat;
    background-size: 80%;
}

.flinkebg-2
{
    background: #8f8e8e url(../mjimages/facebook.png) center no-repeat;
    background-size: 80%;
}

.flinkebg-3
{
    background: #0073b1 url(../mjimages/link.png) center no-repeat;
    background-size: 70%;
}

.flinkebg-4
{
    background: #8f8e8e url(../mjimages/twitter.png) center no-repeat;
    background-size: 80%;
}
