@charset "UTF-8";  
@font-face{
    font-family: 'TeX Gyre Heros';
    src: url('../fonts/texgyreheros-regular.eot');
    src: url('../fonts/texgyreheros-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheros-regular.woff') format('woff'),
         url('../fonts/texgyreheros-regular.ttf') format('truetype'),
         url('../fonts/texgyreheros-regular.svg#texgyreherosregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'TeX Gyre Heros';
    src: url('../fonts/texgyreheros-italic.eot');
    src: url('../fonts/texgyreheros-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheros-italic.woff') format('woff'),
         url('../fonts/texgyreheros-italic.ttf') format('truetype'),
         url('../fonts/texgyreheros-italic.svg#texgyreherositalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face{
    font-family: 'TeX Gyre Heros';
    src: url('../fonts/texgyreheros-bold.eot');
    src: url('../fonts/texgyreheros-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheros-bold.woff') format('woff'),
         url('../fonts/texgyreheros-bold.ttf') format('truetype'),
         url('../fonts/texgyreheros-bold.svg#texgyreherosbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: 'TeX Gyre Heros';
    src: url('../fonts/texgyreheros-bolditalic.eot');
    src: url('../fonts/texgyreheros-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheros-bolditalic.woff') format('woff'),
         url('../fonts/texgyreheros-bolditalic.ttf') format('truetype'),
         url('../fonts/texgyreheros-bolditalic.svg#texgyreherosbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face{
    font-family: 'TeX Gyre Heros Cn';
    src: url('../fonts/texgyreheroscn-regular.eot');
    src: url('../fonts/texgyreheroscn-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheroscn-regular.woff') format('woff'),
         url('../fonts/texgyreheroscn-regular.ttf') format('truetype'),
         url('../fonts/texgyreheroscn-regular.svg#texgyreheroscnregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'TeX Gyre Heros Cn';
    src: url('../fonts/texgyreheroscn-italic.eot');
    src: url('../fonts/texgyreheroscn-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheroscn-italic.woff') format('woff'),
         url('../fonts/texgyreheroscn-italic.ttf') format('truetype'),
         url('../fonts/texgyreheroscn-italic.svg#texgyreheroscnitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face{
    font-family: 'TeX Gyre Heros Cn';
    src: url('../fonts/texgyreheroscn-bold.eot');
    src: url('../fonts/texgyreheroscn-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheroscn-bold.woff') format('woff'),
         url('../fonts/texgyreheroscn-bold.ttf') format('truetype'),
         url('../fonts/texgyreheroscn-bold.svg#texgyreheroscnbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: 'TeX Gyre Heros Cn';
    src: url('../fonts/texgyreheroscn-bolditalic.eot');
    src: url('../fonts/texgyreheroscn-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreheroscn-bolditalic.woff') format('woff'),
         url('../fonts/texgyreheroscn-bolditalic.ttf') format('truetype'),
         url('../fonts/texgyreheroscn-bolditalic.svg#texgyreheroscnbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,form,input,button,textarea,p,blockquote,th,td,figure,figcaption,nav,section,menu,main{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,menu,main{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul li,
menu li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
*{
	text-rendering: optimizeLegibility;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,textarea:focus,select:focus,button:focus{
	outline: none;
}
.error::-webkit-input-placeholder{
	color: #c9252c !important;
}
.error:-moz-placeholder{
	color: #c9252c !important;
}
.error::-moz-placeholder{
	color: #c9252c !important;
}
.error:-ms-input-placeholder{
	color: #c9252c !important;
}
:focus::-webkit-input-placeholder,
.error:focus::-webkit-input-placeholder{
	color: transparent !important;
}
:focus:-moz-placeholder,
.error:focus:-moz-placeholder{
	color: transparent !important;
}
:focus::-moz-placeholder,
.error:focus::-moz-placeholder{
	color: transparent !important;
}
:focus:-ms-input-placeholder,
.error:focus:-ms-input-placeholder{
	color: transparent !important;
}
input[type='checkbox'],input[type='submit'],input[type='reset'],input[type='radio'],input[type='image'],input[type='file'],button,label{
	cursor: pointer;
}
input[type='radio'],
input[type='checkbox']{
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}
input[type='radio']+.radio,
input[type='checkbox']+.checkbox{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: -1px 5px -4px 0;
	border: solid 1px #b6b6b6;
}
input[type='radio']+.radio:before,
input[type='checkbox']+.checkbox:before{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	margin: 0;
	content: ' ';
	background: #fb8e36;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
input[type='radio']+.radio,
input[type='radio']+.radio:before{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
input[type='radio']:checked+.radio:before,
input[type='checkbox']:checked+.checkbox:before,
label:hover input[type='radio']+.radio:before,
label:hover input[type='checkbox']+.checkbox:before,
input[type='radio']+.radio:hover:before,
input[type='checkbox']+.checkbox:hover:before{
	width: 5px;
	height: 5px;
	margin: -2.5px 0 0 -2.5px;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
html, body{
	height: 100%;
}
body{
    font-family: 'TeX Gyre Heros', sans-serif;
	font-size: 14px;
	color: #565656;
}
.font{
    font-family: 'TeX Gyre Heros Cn', sans-serif;
}
label{
	font-size: 12px;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], input[type='search'], input[type='url'], input[type='time'], textarea, select{
	display: inline-block;
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0 6px;
	font-size: 12px;
	color: #565656;
	border: solid 1px #a3a3a3;
	background: #fff url('../images/blank.png') no-repeat right center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
textarea{
	padding: 8px 6px;
	height: 94px;
	resize: none;
}
.error{
	color: #c9252c;
	font-weight: bold;
	border-color: #c9252c;
	background: #fff url('../images/error.png') no-repeat right center;
}
textarea,
textarea.error{
	background-position: right 3px;
	background-position: right 6px top 3px;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: 139px;
	height: 35px;
	margin: 0;
	padding: 0 0 4px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	border: 0 none;
	background: #12477c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button:hover{
	background: #0c2742;
}
.button.active{
	cursor: default;
}
.relative{
	position: relative;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:before,
.clearfix:after{
	float: none !important;
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.animate{
	-webkit-transition: 0.25s ease all;
	-moz-transition: 0.25s ease all;
	-o-transition: 0.25s ease all;
	transition: 0.25s ease all;
}
.circle{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.uppercase{
	text-transform: uppercase;
}
hr{
	border: 0 none;
	border-top: solid 2px #f0f0f0;
	height: 0;
	margin: 0;
	padding: 0;
	background: none;
}
.table{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.inline-table{
	display: inline-table;
	border-spacing: 0;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.img{
	font-size: 0;
	line-height: 0;
}
.img img{
	max-width: 100%;
	max-height: 100%;
}
.inline-block{
	display: inline-block;
}
/* off */

/* text */
.plaintext{
	text-align: justify;
}
.plaintext h1,
h1.title,
.plaintext h2,
h2.title{
	margin: 0 0 10px;
	padding-left: 5px;
	font-size: 34px;
	line-height: normal;
	color: #0c2742;
	border-bottom: solid 2px #f0f0f0;
}
.plaintext h1,
.plaintext h2{
	margin: 0 0 20px;
}
.dotted{
	padding-left: 5px;
	font-size: 23px;
	line-height: normal;
	color: #0c2742;
}
.plaintext h2,
h2.title,
.dotted{
	font-size: 23px;
}
.dotted:before,
.headers-dotted h1:before,
.headers-dotted h2:before{
	display: inline-block;
	width: 0;
	height: 22px;
	margin: 5px 5px 0 -5px;
	content: ' ';
	vertical-align: -2px;
	border-left: dotted 2px #0c2742;
}
.headers-dotted h1:before{
	vertical-align: 1px;
}
.plaintext h3,
h3.title{
	margin: 0 0 4px;
	font-size: 14px;
	color: #0c2742;
}
.plaintext a{
	color: #12477c;
}
.plaintext p,
.plaintext img{
	margin: 0 0 20px;
}
.plaintext img{
	max-width: 100%;
}
.plaintext img[style*='float:left'],
.plaintext img[style*='float: left']{
	margin: 0 20px 20px 0 !important;
}
.plaintext img[style*='float:right'],
.plaintext img[style*='float: right']{
	margin: 0 0 20px 20px !important;
}
.plaintext ol,
.plaintext ul{
	font-size: 12px;
	padding: 0 15px 20px;
}
.plaintext ol li,
.plaintext ul li{
	padding: 4px 0 0;
}
.plaintext ol li:first-child,
.plaintext ul li:first-child{
	padding: 0;
}
.plaintext ol ol li{
	list-style: lower-alpha;
}
.plaintext ul li,
.plaintext ol ul li{
	list-style: square;
}
.plaintext table{
	margin: 0 0 20px;
}
.plaintext table img{
	margin: 0;
}
.plaintext .table{
	margin: 0 0 20px;
}
.plaintext .table td{
	padding: 8px;
}
.plaintext .table th{
	padding: 8px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	background: #939598;
}
.plaintext .table tr:nth-child(even) td{
	background: #e7e7e8;
}
.plaintext .table tr:first-child td{
	color: #fff;
	background: #f26122;
}
.plaintext .table p{
	margin: 0;
}
.plaintext sup,
.plaintext sub{
	font-size: 0.7em;
	line-height: 100%;
	vertical-align: 4px;
}
.plaintext sub{
	vertical-align: -2px;
}
.plaintext > *:nth-last-child(2){
	margin-bottom: 0;
}
/* off */

#up2top{
	opacity: 0.75;
	display: none;
	cursor: pointer;
	position: fixed;
	z-index: 200;
	left: 50%;
	bottom: 60px;
	margin-left: 600px;
	-webkit-transform: translate(0);
	-webkit-transition: 0.25s ease opacity;
	-moz-transition: 0.25s ease opacity;
	-o-transition: 0.25s ease opacity;
	transition: 0.25s ease opacity;
/*	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);*/
}
#up2top:hover{
	opacity: 1;
/*	filter: none;
    -webkit-filter: none;*/
}
#wrapper{
	overflow: hidden;
	min-width: 1185px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #fff;
}
.inside{
	width: 1185px;
	margin: 0 auto;
}

/* header */
header{
	padding: 10px 0 0;
	font-size: 16px;
	line-height: 18px;
	color: #0c2742;
}
header a,
header .info a:hover{
	text-decoration: none;
}
header a:hover,
header .active a{
	text-decoration: underline;
}
.active a{
	cursor: default;
}
header .lang{
	padding: 57px 0 0;
}
header .lang li:before{
	margin: 0 2px;
	content: '/';
}
header .lang li:first-child:before{
	display: none;
}
header .info{
	padding: 35px 0 0;
	text-align: right;
}
header .info a{
	display: inline-block;
	margin-bottom: -2px;
	border-bottom: solid 2px transparent;
}
header .info a:hover{
	border-bottom-color: #0c2742; 
}
header .phone{
	font-size: 36px;
	line-height: 60%;
}
header .phone sub{
	font-size: 20px;
}
header .email{
	padding: 10px 0 0;
	font-size: 24px;
	line-height: 100%;
}
header .logo{
	margin: 0 400px;
}
header .logo figcaption{
	padding: 6px 0 0;
	font-size: 16px;
	line-height: 18px;
}
.nav{	
	padding: 30px 0 0;
}
.nav li{
	margin: 0 0 0 60px;
}
.nav li:first-child{
	margin: 0;
}
.nav li.active a{
	text-decoration: underline;
}
/* header off */

/* content */
main{
	padding: 20px 0 430px;
}
.left-sidebar,
.right-sidebar{
	width: 262px;
	margin: 0 20px 45px 0;
	padding: 8px;
	min-height: 472px;
	border: solid 1px #e3e3e3;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.right-sidebar{
	width: 417px;
	margin-right: 0;
}
.sidebar-nav h2,
.right-sidebar h2,
.left-article h2{
	margin: 0 0 20px;
}
.video-right h2{
	margin: 0 0 28px;
}
.sidebar-nav ul+h2{
	margin-top: 40px;
}
.sidebar-nav li{
	margin: 8px 0 0;
}
.sidebar-nav li:first-child{
	margin: 0;
}
.sidebar-nav a{
	color: #12477c;
}
.feedback li{
	padding: 4px 0 0;
}
.feedback li:first-child{
	padding: 0;
}
.feedback li:last-child{
	padding: 20px 0 0;
}
.left-article{
	width: 735px;
	margin: 0 0 40px;
}
.video-right{
	width: 407px;
	margin: 0 0 40px;
}
.content-nav table{
	width: 1210px;
	margin: 20px -10px;
	border-spacing: 10px 0;
	table-layout: fixed;
}
.content-nav table td,
.content-nav table th{
	width: 225px;
	vertical-align: top;
}
.content-nav table th{
	padding-bottom: 10px;
	font-weight: normal;
	text-align: left;
}
.content-nav table th .dotted{
	line-height: 24px;
}
.news-list{
	width: 907px;
	padding: 40px 0;
}
.news-list li{
	margin: 10px 0 0;
	padding: 20px 0 0;
	border-top: dotted 1px #cacbcb;
}
.news-list li:first-child{
	margin: 0;
	border: 0 none;
}
.news-list a{
	color: #12477c;
}
.news-list .txt{
	margin: 0 0 0 126px;
}
.archive{
	font-size: 12px;
	margin: 10px 0 0;
}
.socials{
	width: 236px;
	padding: 40px 0;
}
.socials li{
	margin: 4px 0 0;
	padding: 4px;
	border: solid 1px #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.socials li:first-child{
	margin: 0;
}
.social-title{
	cursor: pointer;
	color: #0c2742;
}
li.active .social-title{
	cursor: default;
}
.social-title img:not(.arrow){
	margin: 0 10px 0 0;
	vertical-align: -9px;
}
.social-title .arrow{
	margin: 12px 5px 0 0;
}
li.active .social-title .arrow{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.social-widget{
	padding: 8px 0 0;
	font-size: 0;
}
.map{
	width: 890px;
	height: 305px;
	padding: 8px;
	border: solid 1px #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.map h2{
	margin: 0 0 10px;
}
.map .img{
	width: 415px;
}
.map .txt{
	width: 456px;
}
.side-banner{
	width: 226px;
	height: 313px;
	padding: 4px;
	color: #0c2742;
	border: solid 1px #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.side-banner .img{
	padding: 20px 0;
}
.photo img{
	width: 100%;
}
.photo figcaption{
	padding: 6px 0 0;
	font-size: 16px;
	text-align: right;
}
.form-desc{
	width: 572px;
}
/* content off */

/* footer */
footer{
	min-width: 1185px;
	height: 360px;
	margin: -370px 0 0;
	padding: 10px 0 0;
	font-size: 13px;
	line-height: 14px;
	color: #fff;
	background: #6c6c6d;
}
.footer-nav a{
	text-decoration: none;
}
.footer-nav a:hover{
	text-decoration: underline;
}
.footer-nav table{
	width: 1205px;
	margin: 0 -10px;
}
.footer-nav table th{
	font-size: 23px;
	line-height: normal;
	font-weight: normal;
	text-align: left;
}
.footer-nav table th,
.footer-nav table td{
	position: relative;
	width: 16.667%;
	padding: 0 10px;
	vertical-align: top;
}
.footer-nav table th{
	padding-bottom: 10px;
}
.footer-nav table td:before{
	position: absolute;
	margin: 0 0 0 -10px;
	width: 0;
	height: 95%;
	content: ' ';
	border-left: solid 1px #818182;
}
.footer-nav table td[rowspan]:before{
	height: 100%;
}
.footer-nav table td:first-child:before{
	display: none;
}
.footer-nav table td[colspan]{
	padding-top: 10px;
}
.footer-nav table td li{
	margin: 4px 0 0;
}
.footer-nav table td li:first-child{
	margin: 0;
}
.footer-nav table .bottom{
	border-top: solid 1px #818182;
	padding-top: 10px;
}
.footer-nav h2{
	margin: 0 0 10px;
	font-size: 22px;
	line-height: normal;
}
.footer-nav h3{
	margin: 20px 0 10px;
	font-size: 15px;
	line-height: 120%;
}
.footer-nav h3:first-child{
	margin-top: 0;
}
.footer-nav .search{
	margin: 0 0 30px;
	padding: 9px;
	border: solid 1px #818182;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.footer-nav .search input[type='text']{
	width: 151px;
	height: 30px;
	color: #838485;
	border: 0 none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.footer-nav .search input[type='submit']{
	float: right;
	width: 28px;
	height: 30px;
	border: 0 none;
	background: url('../images/search.png') no-repeat center center;
}
/* footer off */
















/* eof */