﻿body {
    width: 100%;
    min-width: 640px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: "Arial";
}

@font-face {
	font-family: "Segoe_UI_Light";
	src: url(Segoe_UI_Light.ttf);
}
@font-face {
	font-family: "Segoe_UI";
	src: url(Segoe_UI.ttf);
}

a.url_logo {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}
a.url_logo:visited {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}
a.url_logo:hover {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}
a.url_menu {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}
a.url_menu:visited {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}
a.url_menu:hover {
	color: rgba(200, 200, 200, 1);
	text-decoration: none;
    border-bottom: 1px solid rgba(90, 60, 130, 1);
}
a.url_navigation {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}
a.url_navigation:visited {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}
a.url_navigation:hover {
	color: rgba(10, 100, 200, 1);
	text-decoration: none;
    border-bottom: 1px solid rgba(10, 100, 200, 1);
}
a.url_navigation_link {
    display: inline-block;
	color: rgba(10, 100, 200, 1);
	text-decoration: none;
    border-bottom: 1px dashed rgba(10, 100, 200, 1);
    border-top: 1px dashed rgba(255, 255, 255, 0);
    line-height: 95%;
	font-family: "Segoe_UI";
}
a.url_navigation_link:visited {
	color: rgba(10, 100, 200, 1);
}
a.url_navigation_link:hover {
	color: rgba(10, 100, 200, 1);
	text-decoration: none;
    border-bottom: 1px solid rgba(10, 100, 200, 1);
}
#index {
    position: relative; width: 100%;
	min-height: 100%;
}
#index_head {
    position: relative; width: 100%; height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
#index_head_logo {
    position: relative; height: 100%; width: 50%;
    float: left;
}
#index_head_logo_img {
    position: relative; height: 100%;
    float: left;
}
#index_head_logo_name {
    position: relative; height: 100%;
    padding-left: 10px;
    padding-top:5px;
    padding-bottom:5px;
    font-size: 20px;
    font-weight: 700;
    box-sizing: border-box;
    float: left;
}
#index_head_logo_name_by {
    font-size: 18px;
}
.index_head_logo_name_line {
    position: relative; height: 50%;
    line-height: 20px;
}

#index_head_phone {
    position: relative; height: 100%; width: 50%;
    line-height: 50px;
    font-size: 26px;
    font-weight: 700;
    text-align: right;
    float: left;
}
#index_head_phone_ico,
#index_head_phone_url {
    float: right; height: 100%;
}
#index_head_phone_min {
    position: relative; top: -5px;
    font-size: 18px;
    display: inline-block;
}
#index_head_phone img {
    position: relative;
}

#index_menu {
    position: relative; width: 100%; height: 50px;
	line-height: 50px;
	text-align: center;
    background: rgba(90, 60, 130, 1);
    color: rgba(255, 255, 255, 1);
	font-size: 14px;
	font-family: "Segoe_UI_Light";
}
#index_menu h1 {
	margin: 0;
	padding: 0;
}
@media (max-width: 1280px) {
    #index_menu {
        font-size: 12px;
    }
}
@media (max-width: 1024px) {
    #index_menu {
        font-size: 8px;
    }
}

#index_body {
    position: relative; width: 100%;
	text-align: justify;
	font-size: 18px;
    padding-left: 20px;
	padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 60px;
    box-sizing: border-box;
	font-family: "Segoe_UI_Light";
}

#index_body_contact {
    position: relative; width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
}

#index_body_video {
    position: relative; width: 100%;
    padding-top: 60px;
    box-sizing: border-box;
	text-align: center;
}

#index_footer {
    position: absolute; width: 100%; bottom: 5px;
	text-align: center;
	font-size: 16px;
}

@media (max-width: 1024px) {
    #index_footer {
        font-size: 14px;
    }
}

#index_footer_informer {
    position: absolute; left: 0; bottom: 0;
}