ul,ol{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/NEWRAILALPHABET-BOLD.eot');
    src: url('../fonts/NEWRAILALPHABET-BOLD.eot?#iefix') format('embedded-opentype'), url('../fonts/NEWRAILALPHABET-BOLD.woff') format('woff'), url('../fonts/NEWRAILALPHABET-BOLD.ttf') format('truetype'), url('../fonts/NEWRAILALPHABET-BOLD.svg#YourWebFontName') format('svg');
  }

body{
    min-width: 1200px;
}  

a:hover,
a:focus{
    text-decoration: none;
    color: #47b5f4;
}

.eng-header{
    background-color: #47b5f4;
    padding: 70px 3.15% 20px 3.15%;
    padding-top: 48.8%;
    position: relative;
}

.header-top{
    width: 100%;
    position: fixed;
    top: 0;
    line-height: 60px;
    padding: 0 3.15%;
    height: auto !important;
    left: 0;
    background-color: #47b5f4 !important;
    z-index: 9;
}

.header-top a:hover{
    color: #1d99e0;
}

.logo{
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.english-nav{
    display: inline-block;
    vertical-align: middle;
}

.english-nav li{
    display: inline-block;
    text-align: left;
    margin-left: 40px;
}

.english-nav li a{
    color: #fff;
    font-size: 16px;
}

.chinese-text{
    color: #fff;
    position: absolute;
    right: calc(3.15% + 30px);
}

.chinese-text::after{
    content: "";
    position: absolute;
    left: -16px;
    top: 15px;
    width: 60px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.eng-roll{
    position: absolute;
    top: 70px;
    font-family: 'Gotham';
    height: calc(100% - 70px);
    padding-bottom: 30px;
    overflow: hidden;
}

.roll-list{
    position: relative;
    height: calc(100% - 70px);
    font-size: 60px;
    color: #1d99e0;
}

.roll-big img{
    content: "";
    position: absolute;
    max-width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.eng_h3{
    font-family: 'Gotham';
    font-size: 60px;
    color: #1d99e0;
    padding-bottom: 20px;
}

.eng_cter p.eng-img{
    text-align: center;
    padding: 70px 3.15%;
}

.eng_cter p{
    color: #444;
    font-size: 16px;
}

.eng_cter p img{
    max-width: 100%;
}

.eng-item{
    padding: 70px 3.15%;
}

.eng-item.item-different{
    width: calc(100% + 6.7%);
    margin-left: -3.35%;
    padding: 70px 6.5%;
    background-color: #47b5f4;
}

.eng-item.item-different .eng_h3{
    color: #fff;
}

.eng-item.item-different p{
    color: #fff;
}

.eng_ul li{
    margin-bottom: 5px;
}

.eng_ul li a{
    color: #444;
}

.eng_ul li a:hover{
    color: #1d99e0;
}

.reveal-all{
    text-align: right;
    padding-top: 50px;
}

.reveal-all a{
 color: #1d99e0;   
 position: relative;
}

.reveal-all a::before{
    content: "";
    position: absolute;
    width: 130px;
    height: 33px;
    border: 1px solid #1d99e0;
    border-radius: 30px;
    margin-left: -20px;
    margin-top: -6px;
}

.eng_pic{
    font-size: 0;
    margin-left: -5px;
}

.eng_lo{
    position: relative;
    padding: 0 50px;
}

/* .eng_pic li{
    width: calc(16.6667% - 5px);
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-left: 5px;
} */

.eng_pic li img{
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
}

.eng_pic li p{
    text-align: center;
    padding: 0 5%;
}

.eng_pic li p a{
    font-size: 12px;
    color: #fff;
}

.eng_lo .swiper-button-next,
.eng_lo .swiper-button-prev{
    top: 29%;
}

.logo-content.eng_logo li{
    display: inline-block;
    width: calc(11.11111% - 10px);
    vertical-align: top;
    margin-left: 10px;
}

.logo-content.eng_logo{
    margin-left: -10px;
}

.logo-content.eng_logo li .logo-li-pic{
    border: 1px solid #dddddd;
    text-align: center;
    height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}

.logo-li-pic img{
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    *display:inline; 
    zoom:1
}

.logo-li-pic i{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.logo-content.eng_logo li p{
    text-align: center;
    font-size: 12px;
}

.logo-content.eng_logo li p a{
    color: #444;
}

.relation{
    padding-bottom: 50px;
    border-bottom: 1px solid #acc3da;
    margin-bottom: 20px;
}

.eng_p{
    text-align: center;
}

p.eng-link{
    display: inline;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.eng-link a{ 
    color: #fff;
    font-size: 12px;
}

.eng-link a::after{
    content: "|";
    display: inline-block;
    margin: 0 5px;
}

.eng-link a:last-child::after{
    content: "";
}

p.copyright{
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
}

.copyright a{
    color: #fff;
}

.eng_cont{
    padding: 0 3.15%;
}

.eng_nav a{
    color: #444;
    font-size: 14px;
}

.eng_nav a::after{
    content: "|";
    display: inline-block;
    margin: 0 5px;
}

.eng_nav {
    color: #1d99e0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}


.new-details_content .other-info{
	margin:20px 0;
	text-align: center;
}
.new-details_content .other-info span{
	margin-right: 10px;
	color: #818181;
}