/*頭部-開始*/

.header {
    height: 76px;
    border: 0;
    transition: height 0.1s ease-in-out;
}

.min-header .header {
    height: 46px;
    z-index: 999;
}

.header>div.btline {
    /*margin: 0 7%;*/
    border-bottom: 3px solid #d51417;
}

.header>div.btline>div.row {
    /*max-width: 1200px;*/
    margin: auto;
    background-color: #FFF;
}

.navbar-header {
    padding: 0;
    line-height: 76px;
    white-space: nowrap;
    transition: line-height 0.1s ease-in-out;
}

.min-header .navbar-header {
    line-height: 46px;
}

.slide-btn {
    border: 1px solid rgba(33, 31, 31, 1);
    padding: 6px 10px 6px 6px;
    font-size: 13px;
    position: relative;
    margin-left: 30px;
    cursor: pointer;
    white-space: nowrap;
    font-weight: normal;
    transition: border 0.1s ease-in-out;
}

.min-header .slide-btn {
    border: 1px solid rgba(33, 31, 31, 0);
}

.slide-btn i.mygonews {
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 0;
    bottom: 0px;
    margin: auto;
    width: 20px;
    height: 16px;
}

.slide-btn>label {
    display: inline-block;
}

.header span.open {
    background: #211f1f;
    color: #fff;
}

.header .searchContain {
    margin-left: 24px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.header .searchContain .s-btn {
    padding: 8px;
    font-size: 13px;
}

.header .searchContain .open {
    background: #211f1f;
    color: #fff;
}

.header .searchContain i.mygonews {
    font-size: 17px;
    margin-right: 5px;
    vertical-align: bottom;
}

.header .searchContain label {
    font-size: 13px;
    font-weight: normal;
}

.header .searchContain .p-searchCon {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    background: #211f1f;
    width: 420px;
    padding: 15px;
    display: none;
}

.header .searchContain .p-searchCon .inpt input {
    background: #211f1f;
    border-bottom: 1px solid #c6c6c6;
    width: 100%;
    font-size: 12px;
    line-height: 32px;
    color: #fff;
}

.header .searchContain .p-searchCon .inpt input::-webkit-input-placeholder {
    color: #c6c6c6;
    font-size: 12px;
}

.header .searchContain .hotsearch {
    color: #fff;
    font-size: 12px;
    margin-top: 30px;
}

.header .searchContain .hotsearch p.t-title {
    color: #ff2023;
}

.header .searchContain .hotsearch>ul {
    padding-top: 15px;
    white-space: normal;
}

.header .searchContain .hotsearch>ul>li {
    display: inline-block;
    padding: 8px 7px 8px 0px;
    text-align: left;
    width: 24%;
}

.header .searchContain .hotsearch>ul>li a:hover {
    color: #dedede;
}


.header .subscribe {
    padding-right: 0;
}

.header .subscribe span {
    line-height: 76px;
    font-size: 13px;
    padding: 4px 10px;
    margin-right: 20px;
    cursor: pointer;
    transition: line-height 0.1s ease-in-out, border 0.1s ease-in-out;
    border: 1px solid rgba(33, 31, 31, 1);
}
/*--------------Header EDM LOGO -------------------*/
    .header .news-logo .logoContain-edm {
        width: 360px;
        height: 96px;
        transition:width 0.1s ease-in-out,height 0.1s ease-in-out,background 0.1s ease-in-out;
    }
    .min-header .header .news-logo .logoContain-edm {
        width: 225px;
        height: 46px;
        background: url(../images/no-text-logo-edm.png) no-repeat center center;
        background-size: contain;
    }
/*-----------------------------------------------*/


.min-header .subscribe span {
    line-height: 46px;
    border: 1px solid rgba(33, 31, 31, 0);
}

.header .news-logo {
    text-align: center;
    line-height: 96px;
    padding: 10px 0;
    transition: line-height 0.1s ease-in-out;
}

.min-header .news-logo {
    line-height: 46px;
    padding: 0;
}

.header .news-logo .logoContain {
    width: 220px;
    height: 53px;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out, background 0.1s ease-in-out;
}

/*.header .news-logo object {
		width: 240px;
		vertical-align: middle;
		transition:width 0.5s ease-in-out;
	}*/

.min-header .header .news-logo .logoContain {
    width: 160px;
    height: 46px;
    background: url(../images/no-text-logo.png) no-repeat center center;
    background-size: contain;
}

.header .mobile-nav {
   background: #211f1f;
    width: 235px;
    margin-top: 0;
    position: absolute;
    left:-1px;
    top: 100%;
    z-index: 999;
    overflow: visible;
    -webkit-transition: .1s;
    transition: .1s;
    max-height: 460px;
    overflow-x: hidden;
    overflow-y: auto;
}

.header .broaden-min {
    width: 420px;
}

.header .broaden-max {
    width: 570px;
}

@media only screen and (min-width: 1200px) {
    .header .mobile-nav {
        max-height: 860px;
    }
}

.header .mobile-nav .s-navlist .inner-list {
    background: #211f1f;
}

/*.header .mobile-nav .s-navlist:hover .inner-list {
		width: 550px;
	}*/

.header .mobile-nav .s-navlist .inner-list>ul>li {
    color: #fff;
    border: none;
    padding: 0;
    line-height: 29px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    /*background: url(../images/right-white.png) no-repeat 100% center;
    background-size: 10px;*/
    /*position: relative;*/
    text-indent: 7.5px;
    max-width: 200px;
    background-position: 178px 10px;
}

.header .mobile-nav .s-navlist .inner-list ul .pc-rightmenu {
    color: #fff;
    border: none;
    padding: 0;
    line-height: 29px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    background: url(../images/right-white.png) no-repeat 100% center;
    background-size: 10px;
    /*position: relative;*/
    text-indent: 7.5px;
    max-width: 200px;
    background-position: 178px 10px;
}

.header .mobile-nav .s-navlist .inner-list ul .m-title2{
    color: #fff;
    border: none;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    background: url(../images/right-white.png) no-repeat 100% center;
    background-size: 10px;
    /*position: relative;*/
    text-indent: 7.5px;
    max-width: 200px;
    background-position: 178px 10px;
}

.header .mobile-nav .s-navlist .inner-list>ul>li:hover {
    background-color: #FFF;

}

.header .mobile-nav .s-navlist .inner-list>ul>li.bt-line {
    border-bottom: 1px solid #4b4b4b;
}

.header .mobile-nav .s-navlist {
    padding: 0;
    border-right: 0px;
}

.header .mobile-nav .s-navlist:hover {
    display: block
}

.header .mobile-nav .s-navlist .inner-list {
    padding: 8px 0;
    position: relative;
    /*overflow: hidden;*/
}

.header .mobile-nav .s-navlist .inner-list>ul>li:hover>a {
    color: #211f1f;
    font-weight: 600;
    /*background: #fff;*/
}

.header .mobile-nav .s-navlist .inner-list>ul>li .sec-container {
    position: absolute;
    left: 110%;
    top: 0;
    z-index: 10;
    background: #211f1f;
    /*width: 350px;*/
    padding: 15px;
    padding-left: 0;
    border-radius: 0;
}

.header .mobile-nav .s-navlist .inner-list>ul>li:hover .sec-container {
    display: block;
    border-left: 1px solid #444;
    left: 200px
}

/*.header .mobile-nav .s-navlist .inner-list > ul > li .sec-container:hover {
		color: #fff!important;
		background: #211f1f;
		font-weight: normal;
	}*/

.header .mobile-nav .s-navlist .inner-list>ul>li .sec-container>div.row {
    padding-left: 15px;
    display: flex;
    justify-content: center;
}

.header .mobile-nav .s-navlist .inner-list>ul>li .sec-container div._halfCon {
    width: 152px;
}

.header .mobile-nav .s-navlist .inner-list>ul>li .sec-container ul {
    margin-bottom: 8px;

}

.header .mobile-nav .s-navlist .inner-list>ul>li .sec-container ul li {
    font-size: 14px;
    padding-bottom: 15px;
}

.header .mobile-nav .s-navlist .inner-list>ul>li .sec-container ul li.title {
    color: #949494;
}

.header .subscribe .language {
    line-height: 76px;
    width: 80px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    display: inline-block;
}

/*.header .subscribe .open {
		border: 0.1rem solid #efefef;
	}*/

.header .subscribe .language p {
    background: url(../images/down-black.png) no-repeat 10px center;
    background-size: 10px;
    padding-bottom: 5px;
    cursor: pointer;
    font-weight: normal;
    padding: 0 20px 0 0;
    line-height: 76px;
}

.min-header .subscribe .language p {
    line-height: 46px;
    line-height: width 0.1s ease-in-out;
}


.header .subscribe .language ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    background: #fff;
    z-index: 99;
}

.header .subscribe .language ul li {
    line-height: 24px;
    cursor: pointer;
    padding-right: 20px;
}


/*@media only screen and (min-width: 1600px){
	    .header {
			height: 130px;
		}

		.navbar-header {
			line-height: 130px;
		}

		.header .news-logo {
			line-height: 130px;
		}

		.header .news-logo object {
			width: 332px;
		}

		.header .subscribe span {
			line-height: 130px;
			font-size: 12px;
			padding: 0.7rem 1.2rem;
		}
	}*/

/*頭部-結束*/

/*尾部-開始*/

.footer {
    padding-top: 2rem;
    padding-bottom: 67.5px;
}

.footer>p {
    line-height: 3rem;
    font-size: 13.5px;
    color: #848484;
}

.footer>p.copyright {
    padding-bottom: 0;
}

.footer>p a:hover {
    color: #d51417;
}

.footer>p>span {
    padding: 0 5px;
}

/*尾部-結束*/

.centerbody {
    margin: 0px auto 0;
    max-width: 1280px;
}

.min-header .centerbody {
    margin-top: 10px;
}

.min-header .secondcenter {
    margin-top: 0;
}

/*Safari修正*/
/* Safari 7.1+ */
_::-webkit-full-page-media,
_:future,
:root .slide-btn {

    margin-left: 15px;

}

/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) {
    @media {

        .slide-btn {

            margin-left: 15px;

        }
    }
}