@font-face {
    font-family: "Roboto Regular";
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Roboto Bold";
    src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Roboto Italic";
    src: url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Roboto Medium";
    src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    font: 16px/24px "Roboto Regular";
    background: #4B4C5E;
    overflow-y: scroll;
    min-width: 980px;
}

input {
    font-family: "Roboto Regular";
    font-size: 16px;
    padding: 0 5px;
}

a {
    border-bottom: 1px solid #CFAA30;
    text-decoration: none;
}

h1{
	font-size: 24px;
    margin-bottom: 25px;
    font-weight: bold;
}

h2{
	font-size: 20px;
    margin-bottom: 25px;
    line-height: 26px;
    font-weight: bold;
}

header {
    background: #F5F8F9;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.header-content {
    height: 135px;
    padding: 39px 70px 0 4%;
    position: relative;
}

.header-left-text {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    max-width: 430px;
}

    .header-left-text a {
        text-decoration: none;
        color: #000;
        border-bottom: 0;
    }

    .header-left-text-title {
        font-family: "Roboto Medium";
        font-size: 18px;
        display: block;
        color: #D90009;
    }


.header-logo {
    position: absolute;
    left: 50%;
    margin-left: -106px;
    display: inline-block;
}

    .header-logo a {
        text-decoration: none;
        border-bottom: 0;
        display: inline-block;
        vertical-align: top;
    }

        a.header-1c-logo {
            margin-left: 5px;
        }

.header-feedback {
    position: absolute;
    right: 6%;
    display: inline-block;
    margin-top: 13px;
}

    .header-phone-code {
        font-size: 18px;
    }

    .header-phone-number {
        font-family: "Roboto Medium";
        text-decoration: none;
        font-size: 18px;
        border-bottom: 0;
    }

.feedback-open {
    color: #CFAA30;
    font-family: "Roboto Medium";
    border-bottom: 1px dashed;
    cursor: pointer;
    font-size: 18px;
}

.feedback-open:hover {
    color: #D90009;
}

.feedback-open-img {
    border: 1px dashed #CFAA30;
    padding: 4px;
    display: inline-block;
    position: relative;
    top: 8px;
    left: 8px;
    border-radius: 5px;
    cursor: pointer;
}

.feedback-open-img:hover {
    border: 1px dashed #D90009;
}

header nav {
    background: #FADE53;
    display: table;
    width: 100%;
    height: 52px;
    transition: all .4s;
    overflow: hidden;
    /*border-spacing: 15px 0;*/
    position: absolute;
}

header nav.active {
    transition: height .3s, margin .3s, box-shadow .7s;
    height: 310px;
    box-shadow: 0px 5px 13px -4px rgba(0, 0, 0, .25);
}

header li.active .nav-title a {
    color: #D90009;
    padding: 11px 0;
}

header .nav-title {
    display: inline-block;
    height: 35px;
    padding-top: 14px;
    width: 100%;
    position: relative;
    z-index: 91;
}

header .nav-title a {
    text-decoration: none;
    color: #000;
    border-bottom: 0;
}

header .line {
    display: none;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid rgb(216, 188, 69);
    height: 48px;
    z-index: 2;
}

header nav ul {
    text-align: center;
    display: table-row;
    position: relative;
    overflow: hidden;
}

header nav ul li {
    font-size: 17px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    min-width: 17px;
}

.menu-item-depth-1 {
    position: relative;
    min-width: 60px;
}

.menu-item-depth-1.active {
    z-index: 90;
}

header nav ul li .nav-title a:hover {
    color: #D90009;
}

header .menu-item-content {
    display: none;
    position: absolute;
    width: 800px;
    text-align: left;
    z-index: 10;
    padding-top: 12px;
}

header .menu-item-content .item-left {
    display: inline-block;
    margin-right: 40px;
    max-width: 390px;
}

header .menu-item-content .item-right {
    display: inline-block;
    vertical-align: top;
    max-width: 390px;
}

header .menu-item-content .item-left a, .menu-item-content .item-right a {
    display: block;
    border-bottom: 0;
    border-top: 1px solid rgb(229, 199, 58);
    color: #000;
    text-decoration: none;
    padding: 10px 5px 10px 0;
    font-weight: normal;
    font-size: 15px;
}

header .menu-item-content .item-left a:hover, .menu-item-content .item-right a:hover {
    text-decoration: underline;
}

header .menu-item-content .item-left a:first-child, .menu-item-content .item-right a:first-child {
    border-top: 0;
}

header li.active .menu-item-content {
    display: block;
}

header .search {
    position: relative;
    z-index: 90;
    padding: 0 1% 0 0;
}

header .search-icon {
    background: url('../images/search.png') no-repeat center;
    height: 51px;
    cursor: pointer;
}

header .search-background {
    position: absolute;
    background: #FADE53;
    width: 100%;
    height: 53px;
    opacity: 0;
    z-index: 0;
    right: 0;
    overflow: hidden;
    text-align: center;
}

header .search-wrap {
    width: 980px;
    display: inline-block;
    text-align: left;
    opacity: 0;
    margin-left: 5000px;
}

header .search-background #search-input {
    width: 800px;
    height: 39px;
    padding: 0 40px 0 10px;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    margin-top: 7px;
    outline: none;
    cursor: pointer;
}

header .search-background .search-icon-submit {
    background: url('../images/search-active.png') no-repeat center;
    height: 51px;
    cursor: pointer;
    width: 20px;
    display: inline-block;
    margin-left: -40px;
    position: relative;
    top: -15px;
    padding: 0 10px 0 0;
}

header .search-background .search-icon-close {
    cursor: pointer;
    border-bottom: 1px dashed #000;
    display: inline-block;
    width: 170px;
    margin-left: 15px;
    opacity: 0;
    margin-right: -155px;
}

/*section*/

section{
	background: #fff;
    padding-top: 3em;
    padding-bottom: 3em;
}
 
.center-wrapper{
	margin-top: 3em;
    padding-left: 16%;
    padding-right: 16%;
}
	.news-item{
		position: relative;
   		padding-left: 85px;
	}
		.news-img{
			left: 0px;
		    position: absolute;
		    display: inline-block;
		    height: 76px;
		}
		.news-content{
			display: inline-block;
		    vertical-align: top;
		    margin-left: 15px;
		    font-size: 16px;
		    line-height: 22px;
		}

.news-item-banner-left{
	position: relative;
    padding-left: 450px;
    height: 220px;
    min-width: 300px;
}

.news-item-banner-down{
	position: relative;
    padding-left: 85px;
}
	.banner-down-img{
		margin-top: 20px;
	}
		.banner-down-img img{
			width: 100%;
		    height: auto;
		    max-width: 802px;
		    text-align: center;
		}

.news-item-slider-down{
	position: relative;
    padding-left: 85px;
}	

.slider-down-img{
    margin-top: 20px;
    height: 133px;
    overflow: hidden;
    white-space: nowrap;
}	

/*footer*/
footer {
    clear: both;
    background: #4B4C5E;
    height: 110px;
    color: #CFAA30;
    background: url("../images/footer-shadow.png") repeat-x;
    position: relative;
}

footer span {
    display: block;
}

.footer-logo {
    padding-left: 30px;
    padding-top: 24px;
    display: inline-block;
}

.footer-address {
    padding-top: 30px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    width: 225px;
    position: absolute;
    left: 16%;
}

.footer-phone {
    padding-top: 30px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 40%;
}

.footer-phone a {
    color: #CFAA30;
    text-decoration: none;
}
    .footer-phone .yellow{
        color: #FADE53;
        border-bottom: 1px solid #4B4C5E;
    }

.footer-email {
    padding-top: 30px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 57%;
}

a:hover {
    text-decoration: none;
}

.gold {
    color: #CFAA30;
}

.red {
    color: #D90009;
}

.gray {
    color: #B3B3B6;
}

.link-gold-normal {
    color: #CFAA30;
    border-bottom: 1px solid #e7d497;
}

.link-gold-dashed {
    color: #CFAA30;
    border-bottom: 1px dashed #e7d497;
}

.link-black-normal {
    color: #000;
    border-bottom: 1px solid #e7d497;
    line-height: 26px;
}

.link-black-dashed {
    color: #000;
    border-bottom: 1px dashed #e7d497;
}

.link-black-all-dashed {
    color: #000;
    border-bottom: 1px dashed #7f7f7f;
}

.yellow a{
    color: #FADE53;
    border-bottom: 1px solid #fceea9;
}

.link-footer-normal {
    color: #FADE53;
    border-bottom: 1px solid #fceea9;
}

.link-gold-black-normal {
    color: #CFAA30;
    border-bottom: 1px solid #7f7f7f;
}