@import url('https://fonts.googleapis.com/css?family=Cinzel');
@import "mCustomScrollbar.css";
@import "lightbox.css";
@import "default.css";
@import "fonts/css/fontello.css";
@import "plugins.css";

/* ==========================================================================
    header
 ==========================================================================*/

#header {
	width: 100%;
	height: 70px;
	padding-right: 200px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	visibility: hidden;
	background-color: #fff;
	box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.3);
	animation-delay: 0.3s;
}

#home #header {
	height: 110px;
	padding-top: 38px;
	padding-right: 310px;
	background-color: transparent;
	box-shadow: none;
	transition: height 0.5s, background 0.5s;
}

.max-bg-size #header {
	padding-right: 200px !important;
}

.max-bg-size #home #header {
	padding-top: 30px;
}

.max-lg-size #header {
	padding-right: 140px !important;
}

.max-md-size #header {
	height: 70px !important;
	padding-top: 0 !important;
	background-color: #fff !important;
}

#home #header.actived {
	height: 70px;
	padding-top: 0;
	padding-right: 200px;
	background-color: #fff;
	box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.3);
}

#header .logo {
	position: absolute;
	left: 30px;
	top: 50%;
}

.max-lg-size #header .logo {
	left: 15px;
}

.max-md-size #header .logo {
	left: 85px;
}

.max-sm-size #header .logo {
	left: 70px;
}

#header .logo a {
	display: block;
	width: 260px;
	height: 60px;
	margin-top: -30px;
	background: url('images/logo.png') center no-repeat;
	background-size: contain;
}

#home #header .logo a {
	width: 298px;
}

#home #header.actived .logo a {
	width: 260px;
}

.max-bg-size #header .logo a {
	width: 220px !important;
}

.max-ss-size #header .logo a {
	width: 180px !important;
}

#header .language {
	display: block;
	width: 120px;
	height: 100%;
	padding-top: 21px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #2660ad;
	color: #fff;
	text-align: center;
	transition: background 0.5s;
}

#home #header .language {
	padding-top: 57px;
}

.max-bg-size #home #header .language {
	padding-top: 49px;
}

.max-bg-size #header .language {
	width: 80px;
	font-size: 14px;
}

#home #header.actived .language {
	padding-top: 21px;
}

.max-md-size #header .language {
	display: none;
}

.min-md-size #header .language:hover {
	background-color: #03a034;
}

#header .fixed-box {
	display: none;
	width: 100%;
	padding: 50px 10px;
	position: absolute;
	left: 0;
	top: 70px;
	border-top: 1px solid #ddd;
	background-color: #fff;
	text-align: center;
	transition: opacity 0.3s;
}

#home #header .fixed-box {
	top: 110px;
	border-top: none;
	font-size: 0;
}

.max-md-size #home #header .fixed-box,
.max-md-size #header .fixed-box {
	padding: 15px 10px;
	top: 70px;
	border-top: 1px solid #ddd;
}

#home #header.actived .fixed-box {
	top: 70px;
	border-top: 1px solid #ddd;
}

#header .fixed-box .form-control,
#header .fixed-box .button {
	margin: 0 5px;
}

#header .fixed-box .form-control {
	height: 50px;
	border: none;
	background-color: #f1f1f1;
}

.min-md-size #header .fixed-box .form-control:hover {
	background-color: #e1e0e0;
}

.max-sm-size #header .fixed-box .form-control {
	height: 40px;
}

#header .searchBox .form-control {
	max-width: 440px;
}

.max-md-size #header .searchBox .form-control {
	max-width: none;
	width: -moz-calc(100% - 235px);
	width: -webkit-calc(100% - 235px);
	width: calc(100% - 235px);
}

.max-sm-size #header .searchBox .form-control {
	width: -moz-calc(100% - 170px);
	width: -webkit-calc(100% - 170px);
	width: calc(100% - 170px);
}

#header .AdvancedBox .form-control {
	max-width: 300px;
}

.max-lg-size #header .AdvancedBox .form-control {
	max-width: none;
	width: -moz-calc(33% - 55px);
	width: -webkit-calc(33% - 55px);
	width: calc(33% - 55px);
}

.max-sm-size #header .AdvancedBox button,
.max-sm-size #header .AdvancedBox .form-control {
	width: -moz-calc(50% - 15px);
	width: -webkit-calc(50% - 15px);
	width: calc(50% - 15px);
}

.max-sm-size #header .AdvancedBox input.form-control {
	margin-bottom: 10px;
}

#header .search {
	position: absolute;
	right: 150px;
	top: 21px;
}

.max-lg-size #header .search {
	right: 100px;
}

#home #header .search {
	top: 57px;
}

.max-bg-size #home #header .search {
	top: 49px;
}

#home #header.actived .search {
	top: 21px;
}

.max-md-size #header .search {
	top: 23px !important;
	right: 10px;
}

#header .search button {
	line-height: 26px;
	transition: color 0.5s, border 0.5s;
}

#header .search .openSearch {
	color: #03a034;
	font-size: 25px;
}

#home #header .search .openSearch {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.min-md-size #header .search .openSearch:hover {
	color: #00d542;
}

#header .search .openAdvanced {
	display: none;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
	border-left: 1px solid #3d8af0;
	color: #3d8af0;
	font-size: 20px;
}

#home #header .search .openAdvanced {
	display: inline-block;
	text-shadow: 0 0 5px rgba(0, 0, 0, 1.0);
}

.max-bg-size #home #header .search .openAdvanced,
#home #header.actived .search .openAdvanced {
	display: none;
}

.max-md-size #home #header .search .openAdvanced {
	display: inline-block;
}

.max-xs-size #home #header .search .openAdvanced {
	display: none;
}

#home #header.actived .search button {
	text-shadow: none;
}

.max-md-size #header .search button {
	text-shadow: none !important;
}

.min-md-size #header .search .openAdvanced:hover {
	color: #75b0ff;
	border-color: #75b0ff;
}

#header .menu {
	display: table;
	margin-left: auto;
}

.max-md-size #header .menu {
	display: block;
	width: 250px;
	height: 500px;
	height: 100vh;
	position: absolute;
	left: -250px;
	top: 70px;
	background-color: rgba(0, 0, 0, 0.85);
	text-align: center;
	-webkit-transition: left 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: left 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-o-transition: left 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: left 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.max-xs-size #header .menu {
	width: 200px;
}

.max-md-size #header .menu.actived {
	left: 0;
}

.max-md-size #header .menu>ul {
	height: -moz-calc(100vh - 70px);
	height: -webkit-calc(100vh - 70px);
	height: calc(100vh - 70px);
	overflow: auto;
}

#header .menu>ul>li {
	display: inline-block;
	margin-right: 20px;
}

.max-lg-size #header .menu>ul>li {
	margin-right: 10px;
}

.max-md-size #header .menu>ul>li {
	display: block;
	margin-right: 0;
}

#header .menu>ul>li>a {
	display: block;
	padding: 20px 0;
	color: #646464;
	font-size: 18px;
	transition: color 0.5s, text-shadow 0.5s;
}

.max-lg-size #header .menu>ul>li>a {
	font-size: 16px;
}

.max-sm-size #header .menu>ul>li>a {
	padding: 15px 0;
}

#home #header .menu>ul>li>a {
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 1.0);
}

#home #header .menu>ul>li:hover>a {
	text-shadow: 0 0 10px #2660ad, 0 0 10px #2660ad;
}

.max-md-size #header .menu>ul>li>a {
	text-shadow: none !important;
}

#home #header.actived .menu>ul>li>a {
	color: #646464;
	text-shadow: none;
}

#header.actived .menu>ul>li:hover>a {
	color: #000;
}

.max-md-size #header .menu>ul>li>a {
	color: #fff !important;
	border-bottom: 1px solid #777;
}

#header .menu>ul>li:hover>a,
#home #header.actived .menu>ul>li:hover>a {
	color: #000;
}

#header .menu>ul>li.actived>a,
#header.actived .menu>ul>li.actived>a,
#home #header.actived .menu>ul>li.actived>a {
	color: #2660ad;
}

.max-md-size #header .menu>ul>li.actived>a {
	background-color: rgba(242, 12, 12, 0.8);
}

#header .menu .sub {
	width: 100%;
	padding: 50px 10px;
	position: absolute;
	left: 0;
	top: 70px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}

#home #header .menu .sub {
	top: 110px;
	border: none;
}

#home #header.actived .menu .sub {
	top: 70px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.min-md-size #header .menu>ul>li:hover .sub {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s 0.3s, visibility 0.3s;
}

.max-md-size #header .menu .sub {
	display: none;
}

#header .menu .sub ul.list {
	max-width: 1500px;
	margin: auto;
}

#header .menu .sub ul.list>li {
	float: left;
	width: 25%;
	padding-left: 20px;
	position: relative;
}

#header .menu .sub ul.list>li:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 0;
	background-color: #000;
}

#header .menu .sub ul.list>li .scrollbar {
	height: 320px;
	position: relative;
	z-index: 1;
}

#header .menu .sub ul.list ul li {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
	color: #999999;
	transition: color 0.5s;
}

.min-md-size #header .menu .sub ul.list ul li:hover {
	color: #000;
}

#header .menu .sub ul.list ul li.actived {
	color: #ff0000;
	background: url('images/menu-arrow.png') left 9px no-repeat;
}

#header .menu .sub ul.list li.links ul li {
	padding-left: 0;
}

#header .menu .sub ul.list li.links ul li a {
	display: block;
	padding-left: 30px;
	color: #000;
	transition: color 0.5s;
}

#header .menu .lang {
	display: none;
	background-color: #2660ad;
}

.max-sm-size #header .menu .lang {
	display: block;
}

.min-md-size #header .menu .sub ul.list li.links ul li a:hover {
	color: #ff0000;
	background: url('images/menu-arrow.png') left 9px no-repeat;
}

.fixed-box .button {
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	padding: 0 25px;
	background-color: #03a034;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	transition: background 0.5s;
}

.min-md-size .fixed-box .button:hover {
	background-color: #03822a;
}

.max-sm-size .fixed-box .button {
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	font-size: 15px;
}

.fixed-box .button.red {
	background-color: #f20c0c;
}

.min-md-size .fixed-box .button.red:hover {
	background-color: #c50707;
}

#header .toggle {
	display: none;
	width: 70px;
	height: 70px;
	padding: 18px;
	position: absolute;
	left: 0;
	top: 0;
	background: #f20c0c;
	cursor: pointer;
}

.max-md-size #header .toggle {
	display: block;
}

.max-sm-size #header .toggle {
	width: 60px;
	padding: 14px;
}

#header .toggle div {
	width: 30px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	-o-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	transition: 0.5s ease 0s;
}

#header .toggle div.bar1 {
	top: 23px;
}

#header .toggle div.bar2 {
	top: 34px;
}

#header .toggle div.bar3 {
	top: 44px;
}

#header .toggle.actived div {
	-o-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;
	transition: 0.5s ease 0s;
	top: 34px;
}

#header .toggle.actived .bar1 {
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center;
}

#header .toggle.actived .bar2 {
	width: 0;
}

#header .toggle.actived .bar3 {
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transform-origin: center;
}

/* ==========================================================================
    home
 ==========================================================================*/

#home .banner {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#home .banner ul li.slick-slide {
	height: 820px;
	padding: 0 15px;
	position: relative;
}

.max-sm-size #home .banner ul li.slick-slide {
	height: 500px;
}

#home .banner .pic:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #000;
	opacity: 0.4;
}

#home .banner .text {
	display: table;
	max-width: 1280px;
	margin: auto;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
}

#home .banner .text-inner {
	display: table-cell;
	vertical-align: middle;
	height: 650px;
}

.max-md-size #home .banner .text-inner {
	height: 820px;
}

.max-sm-size #home .banner .text-inner {
	height: 500px;
}

#home .banner .text .title,
#home .banner .text .summary {
	-webkit-animation: fadeOut 0.8s both;
	-moz-animation: fadeOut 0.8s both;
	animation: fadeOut 0.8s both;
}

#home .banner .text .title {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 50px;
	line-height: normal;
}

.max-bg-size #home .banner .text .title {
	font-size: 45px;
}

.max-sm-size #home .banner .text .title {
	font-size: 30px;
}

.max-ss-size #home .banner .text .title {
	font-size: 20px;
}

#home .banner .text .summary {
	font-size: 25px;
	line-height: 1.5em;
}

.max-bg-size #home .banner .text .summary {
	font-size: 20px;
}

.max-sm-size #home .banner .text .summary {
	font-size: 15px;
}

#home .banner .slick-current .text .title {
	-webkit-animation: fadeInUp 1s 0.3s both;
	-moz-animation: fadeInUp 1s 0.3s both;
	animation: fadeInUp 1s 0.3s both;
}

#home .banner .slick-current .text .summary {
	-webkit-animation: fadeIn 1s 0.7s both;
	-moz-animation: fadeIn 1s 0.7s both;
	animation: fadeIn 1s 0.7s both;
}


/* products */

#home .products {
	padding: 0 30px 50px 30px;
	position: relative;
	z-index: 1;
}

.max-md-size #home .products {
	padding-left: 0;
	padding-right: 0;
}

#home .products ul.slider {
	margin-top: -50px;
	padding: 0 70px;
	text-align: center;
}

.max-md-size #home .products ul.slider {
	padding-left: 50px;
	padding-right: 50px;
}

.max-sm-size #home .products ul.slider {
	padding: 0 30px;
}

.max-sm-size #home .products ul.slider li.slick-slide {
	padding: 0 5px;
}

#home .products ul.slider .pic {
	transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

#home .products ul.slider a:hover .pic {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

#home .products ul.slider .name {
	margin: 0;
	color: #333;
	font-weight: normal;
	transition: color 0.5s;
}

.max-md-size #home .products ul.slider .name {
	font-size: 16px;
}

.min-md-size #home .products ul.slider a:hover .name {
	color: #03a034;
}

#home .products ul.slider .btn {
	margin-top: 10px;
	padding: 5px 15px;
	border: none;
	background-color: #f20c0c;
	color: #fff;
}

.min-md-size #home .products ul.slider a:hover .btn {
	background-color: #2660ad;
}

#home .products ul.slider .slick-arrow {
	width: 70px;
}

.max-md-size #home .products ul.slider .slick-arrow {
	width: 50px;
}

.max-sm-size #home .products ul.slider .slick-arrow {
	width: 40px;
	height: 40px;
	margin-top: -20px;
}

#home .products ul.slider .slick-prev {
	border-right: 1px solid #cecece;
}

.max-sm-size #home .products ul.slider .slick-prev {
	border: none;
}

#home .products ul.slider .slick-next {
	border-left: 1px solid #cecece;
}

.max-sm-size #home .products ul.slider .slick-next {
	border: none;
}



/* apply */

.apply ul li {
	float: left;
	width: 20%;
	overflow: hidden;
}

.apply ul li:nth-of-type(2) {
	animation-delay: 0.4s;
}

.apply ul li:nth-of-type(3) {
	animation-delay: 0.3s;
}

.apply ul li:nth-of-type(4) {
	animation-delay: 0.2s;
}

.apply ul li:nth-of-type(5) {
	animation-delay: 0.4s;
}

.max-md-size .apply ul li {
	width: 50%;
	animation-delay: 0s !important;
}

.max-md-size .apply ul li:nth-of-type(3) {
	width: 100%;
}

.apply ul li .inner {
	display: table;
	width: 101%;
	height: 450px;
	position: relative;
}

.max-xs-size .apply ul li .inner {
	height: 250px;
}

.apply ul li .pic {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.apply ul li:hover .pic {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.apply ul li .pic:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: #2660ad;
	opacity: 0;
	transition: opacity 0.5s;
}

.apply ul li.actived .pic:after,
.apply ul li:hover .pic:after {
	opacity: 0.8;
}

.apply ul li .text {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	position: relative;
	z-index: 3;
	color: #fff;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}

.max-xs-size .apply ul li .text {
	padding: 0;
}

.apply ul li .text .icon {
	padding-top: 50px;
	transition: padding 0.5s;
}

.max-xs-size .apply ul li .text .icon img {
	width: 80px;
}

.apply ul li.actived .text .icon,
.apply ul li:hover .text .icon {
	padding-top: 0;
}

.apply ul li .text .summary {
	display: inline-block;
	max-width: 270px;
	transition: height 0.8s 0.8s, opacity 0.8s, margin 0.5s;
}

.apply ul li .text .btn {
	display: table;
	margin: auto;
	color: #fff;
	border-color: #fff;
	transition: height 0.8s 0.8s, opacity 0.8s, background 0.5s, color 0.5s;
}

.apply ul li .text .btn,
.apply ul li .text .summary {
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.apply ul li:hover .text .btn,
.apply ul li:hover .text .summary,
.apply ul li.actived .text .btn,
.apply ul li.actived .text .summary {
	height: auto;
	opacity: 1;
}

.apply ul li .text .btn:hover {
	background-color: #fff;
	color: #2660ad;
}

.apply ul li.actived .text .summary,
.apply ul li:hover .text .summary {
	margin: 30px 0;
}

.max-xs-size .apply ul li.actived .text .summary,
.max-xs-size .apply ul li:hover .text .summary {
	margin: 10px 0;
}

.max-xs-size .apply ul li .ellipsis {
	max-height: 4.5em;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
}


/* news */

#home .news {
	position: relative;
	color: #fff;
	text-align: center;
}

#home .news .title {
	width: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 5;
	font-size: 48px;
	font-weight: normal;
}

.max-md-size #home .news .title {
	top: 40px;
	font-size: 40px;
}

.max-ss-size #home .news .title {
	font-size: 30px;
}

#home .news ul.slider li.slick-slide {
	position: relative;
	overflow: hidden;
}

#home .news ul.slider .pic {
	z-index: 1;
}

#home .news ul.slider .pic:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: #000;
	opacity: 0.8;
	transition: opacity 1s;
}

.min-md-size #home .news ul.slider li:hover .pic:after {
	opacity: 0.5;
}

.min-md-size #home .news ul.slider li.slick-center .pic:after {
	opacity: 0.2;
}

.max-md-size #home .news ul.slider .pic:after {
	opacity: 0.2;
}

#home .news ul.slider .text {
	display: table;
	width: 100%;
	padding-top: 150px;
	position: relative;
	z-index: 3;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.max-md-size #home .news ul.slider .text {
	padding-top: 50px;
}

#home .news ul.slider .text .inner {
	display: table-cell;
	vertical-align: middle;
	height: 380px;
	padding: 15px;
}

.max-md-size #home .news ul.slider .text .inner {
	padding: 15px 60px;
}

#home .news ul.slider .date {
	color: #cacaca;
	font-size: 15px;
}

#home .news ul.slider .name {
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 25px;
	font-weight: normal;
	position: relative;
	max-height: 2em;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-ms-line-clamp: 1;
}

.max-xs-size #home .news ul.slider .name {
	margin-bottom: 10px;
	font-size: 20px;
}

#home .news ul.slider .name:after {
	content: '';
	width: 70px;
	height: 5px;
	margin-left: -35px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #f20c0c;
}

#home .news ul.slider .summary {
	display: inline-block;
	max-width: 810px;
	font-size: 15px;
}

#home .news ul.slider .summary .ellipsis {
	max-height: 7.5em;
	-webkit-line-clamp: 5;
	-moz-line-clamp: 5;
	-ms-line-clamp: 5;
}

.min-md-size #home .news ul.slider .text .inner div,
.min-md-size #home .news ul.slider .name {
	-webkit-animation: fadeOut 0.8s both;
	-moz-animation: fadeOut 0.8s both;
	animation: fadeOut 0.8s both;
}

.min-md-size #home .news ul.slider .slick-center .text .date,
.min-md-size #home .news ul.slider .slick-center .text .name {
	-webkit-animation: fadeInDown 1s 0.3s both;
	-moz-animation: fadeInDown 1s 0.3s both;
	animation: fadeInDown 1s 0.3s both;
}

.min-md-size #home .news ul.slider .slick-center .text .summary {
	-webkit-animation: fadeIn 1s 0.7s both;
	-moz-animation: fadeIn 1s 0.7s both;
	animation: fadeIn 1s 0.7s both;
}

.min-md-size #home .news ul.slider .slick-center .text .buttonBlock {
	-webkit-animation: fadeInUp 1s 1s both;
	-moz-animation: fadeInUp 1s 1s both;
	animation: fadeInUp 1s 1s both;
}

#home .news ul.slider .btn {
	margin: 0 5px;
	color: #fff;
	border-color: #fff;
	transition: color 0.5s, border 0.5s, background 0.5s;
}

.max-ss-size #home .news ul.slider .btn {
	display: table;
	margin: auto;
	margin-bottom: 10px;
}

#home .news ul.slider .btn:hover {
	background-color: #f20c0c;
	border-color: #f20c0c;
	color: #fff;
}

#home .news ul.slider .slick-arrow {
	width: 70px;
	height: 70px;
	margin-top: -35px;
	border: 1px solid #cecece;
}

.max-md-size #home .news ul.slider .slick-arrow {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border-radius: 50%;
	background-color: #fff;
	border: none;
	opacity: 1;
}

.min-md-size #home .news ul.slider .slick-arrow:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

#home .news ul.slider .slick-prev {
	margin-left: -71px;
	left: 25%;
	background-image: url('images/arrow-prev2.png');
}

.max-bg-size #home .news ul.slider .slick-prev {
	left: 15%;
}

.max-md-size #home .news ul.slider .slick-prev {
	margin-left: 0;
	left: 5px;
	background-image: url('images/arrow-prev.png');
}

#home .news ul.slider .slick-next {
	margin-right: -71px;
	right: 25%;
	background-image: url('images/arrow-next2.png');
}

.max-bg-size #home .news ul.slider .slick-next {
	right: 15%;
}

.max-md-size #home .news ul.slider .slick-next {
	margin-right: 0;
	right: 5px;
	background-image: url('images/arrow-next.png');
}

/* service */

#home .service {
	padding: 50px 0 150px 0;
	position: relative;
	overflow: hidden;
}

.max-md-size #home .service {
	padding-bottom: 0;
}

#home .service .container {
	position: relative;
	z-index: 2;
	font-size: 0;
}

#home .service ul {
	text-align: center;
}

#home .service ul li {
	display: inline-block;
	vertical-align: top;
	width: 16%;
	margin: 0 2%;
	font-size: 15px;
}

#home .service ul li:nth-of-type(2n) {
	animation-delay: 0.4s;
}

#home .service ul li:nth-of-type(3n) {
	animation-delay: 0.2s;
}

.max-md-size #home .service ul li {
	width: 44%;
	margin: 0 3% 50px 3%;
	animation-delay: 0s !important;
}

.max-ss-size #home .service ul li {
	width: 100%;
	margin: 0;
	margin-bottom: 50px;
}

#home .service ul li .icon {
	transition: padding 0.5s, margin 0.5s;
}

.min-md-size #home .service ul li a:hover .icon {
	padding-top: 10px;
	margin-bottom: -10px;
}

.max-xs-size #home .service ul li .icon img {
	width: 50px;
}

#home .service ul li .name {
	color: #000;
	font-size: 20px;
	font-weight: normal;
}

.max-xs-size #home .service ul li .name {
	margin: 10px 0;
	font-size: 18px;
}

#home .service ul li .summary {
	color: #777777;
}

#home .service ul li .ellipsis {
	line-height: 2em;
	max-height: 10em;
	height: 10em;
	-webkit-line-clamp: 5;
	-moz-line-clamp: 5;
	-ms-line-clamp: 5;
}

.max-md-size #home .service ul li .ellipsis {
	height: auto;
}

#home .service ul li .btn {
	margin-top: 30px;
	color: #535353;
	border-color: #535353;
}

.max-md-size #home .service ul li .btn {
	margin-top: 20px;
}

.min-md-size #home .service ul li a:hover .btn {
	background-color: #2660ad;
	border-color: #2660ad;
	color: #fff;
}


/* ==========================================================================
    共用
 ==========================================================================*/

.in-banner {
	min-height: 285px;
	position: relative;
	overflow: hidden;
}

.max-sm-size .in-banner {
	min-height: 200px;
}

.in-banner .pic:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: #062a6d;
	opacity: 0.65;
}

.in-banner .text {
	padding-top: 130px;
	position: relative;
	z-index: 3;
	color: #fff;
}

.max-sm-size .in-banner .text {
	padding-top: 100px;
	padding-bottom: 20px;
}

.in-banner .text .title {
	margin: 0;
	padding-top: 15px;
	position: relative;
	font-size: 35px;
	font-weight: normal;
}

.max-sm-size .in-banner .text .title {
	font-size: 25px;
}

.in-banner .text .title:before {
	content: '';
	width: 30px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f20c0c;
}

.in-banner .text .cn {
	margin-top: 10px;
	font-size: 18px;
}

/**/

.where {
	margin: 30px 0;
}

.max-sm-size .where {
	margin: 20px 0;
}

.where ul li {
	display: inline-block;
	padding-right: 30px;
	position: relative;
}

.where ul li:after {
	content: url('images/where-arrow.jpg');
	position: absolute;
	right: 10px;
	top: -1px;
}

.where ul li:last-of-type:after {
	content: normal;
}

.where ul li a {
	color: #999999;
	font-size: 14px;
}

.where ul li:last-of-type a {
	color: #000;
}


/* content */

.content {
	margin: 50px 0 100px 0;
}

.max-md-size .content {
	margin: 30px 0 50px 0;
}

.content .left-main {
	float: left;
	width: -moz-calc(100% - 400px);
	width: -webkit-calc(100% - 400px);
	width: calc(100% - 400px);
}

.content .right-nav {
	float: right;
	width: 340px;
}

.max-md-size .content .left-main,
.max-md-size .content .right-nav {
	float: none;
	width: 100%;
}

.max-md-size .content .right-nav {
	margin-bottom: 30px;
}

.content .right-nav .nav {
	border: 1px solid #d4d4d4;
}

.content .right-nav .title {
	padding: 15px 30px;
	position: relative;
	background-color: #f4f4f4;
	font-size: 15px;
	text-align: center;
}

.max-md-size .content .right-nav .title {
	padding: 10px 30px;
}

.content .right-nav .title .toggle {
	display: none;
	z-index: 1;
	cursor: pointer;
}

.max-md-size .content .right-nav .title .toggle {
	display: block;
}

.content .right-nav .title .toggle:after {
	content: url('images/arrow-down.png');
	position: absolute;
	right: 15px;
	top: 10px;
	opacity: 0.5;
}

.content .right-nav .title .toggle.actived:after {
	content: url('images/arrow-up.png');
}

.min-md-size .content .right-nav .nav>ul {
	display: block !important;
}

.max-md-size .content .right-nav .nav>ul {
	display: none;
}

.content .right-nav .nav>ul>li>a {
	display: block;
	padding: 15px 30px;
	position: relative;
	background: #fff;
	background: linear-gradient(bottom, #f8f8f8, #fff 30%);
	background: -moz-linear-gradient(bottom, #f8f8f8, #fff 30%);
	background: -webkit-linear-gradient(bottom, #f8f8f8, #fff 30%);
	color: #023fa4;
	transition: color 0.5s;
}

.max-md-size .content .right-nav .nav>ul>li>a {
	padding: 10px 30px;
}

.content .right-nav .nav ul li a:hover {
	color: #f20c0c;
}

.content .right-nav .nav>ul>li>a:before {
	content: '';
	width: 24px;
	height: 24px;
	margin-top: -12px;
	position: absolute;
	left: 30px;
	top: 50%;
	background: url('images/news/right-nav-icon.png') center no-repeat;
	opacity: 0;
}

.content .right-nav .nav>ul>li.actived>a:before {
	opacity: 1;
}

.content .right-nav .nav>ul>li.actived>a {
	padding-left: 60px;
	background: #2660ad;
	color: #fff;
	font-weight: bold;
}

.content .right-nav .nav>ul>li.actived>a span {
	text-decoration: underline;
}

.content .right-nav .nav ul.sub {
	display: none;
}

.content .right-nav .nav ul li.actived ul.sub {
	display: block;
}

.content .right-nav .nav ul.sub li a {
	display: block;
	padding: 5px 5px 5px 60px;
	border-top: 2px solid #fff;
	background-color: #f2f2f2;
}

.content .right-nav .nav ul.sub li.actived a {
	background-color: #dceafb;
}


/* pages & back */

.pages ul,
.back ul {
	margin-top: 50px;
	text-align: center;
}

.max-xs-size .pages ul,
.max-xs-size .back ul {
	margin-top: 30px;
}

.pages ul li,
.back ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}

.pages ul li a {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #d4d4d4;
	color: #000;
	line-height: 36px;
	transition: color 0.5s, border 0.5s;
}

.back ul li a {
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #d4d4d4;
	color: #cfcfcf;
	font-size: 30px;
	line-height: 36px;
	transition: color 0.5s, border 0.5s;
	cursor: pointer;
}

.back ul li.button a {
	width: auto;
	padding: 0 30px;
	border-radius: 30px;
	font-size: 15px;
	color: #000;
}

.pages ul li.prev a,
.pages ul li.next a {
	color: #cfcfcf;
	font-size: 30px;
}

.back ul li i,
.pages ul li.prev i,
.pages ul li.next i {
	margin-left: -3px;
}

.back ul li a:hover,
.pages ul li a:hover {
	color: #2660ad;
	border-color: #2660ad;
}

.pages ul li.actived a {
	background-color: #2660ad;
	border-color: #2660ad;
	color: #fff;
}


/* share */

ul.share {
	text-align: center;
}

ul.share li {
	float: left;
	margin: 0 5px;
}

ul.share li a {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #c1c1c1;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	transition: background 0.5s, transform 0.5s;
}

ul.share li a:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

ul.share li.facebook a:hover {
	background-color: #3b73ca;
}

ul.share li.gplus a:hover {
	background-color: #d64136;
}

ul.share li.twitter a:hover {
	background-color: #4099FF;
}

/* ==========================================================================
    about
 ==========================================================================*/

#about h3.title,
#contact h3.title {
	display: table;
	margin: 0 auto 50px auto;
	padding: 0 55px;
	position: relative;
	color: #f20c0c;
	font-size: 20px;
	font-weight: normal;
}

.max-sm-size #contact h3.title,
.max-sm-size #about h3.title {
	margin-bottom: 20px;
	font-size: 18px;
}

#about h3.title:before,
#about h3.title:after,
#contact h3.title:before,
#contact h3.title:after {
	content: '';
	width: 30px;
	height: 1px;
	position: absolute;
	top: 50%;
	background-color: #f20c0c;
}

#contact h3.title:before,
#about h3.title:before {
	left: 0;
}

#contact h3.title:after,
#about h3.title:after {
	right: 0;
}

/* info */

#about .info {
	margin: 50px 0;
}

.max-sm-size #about .info {
	margin: 20px 0;
}

#about .info .left {
	float: left;
	width: 50%;
}

#about .info .left img {
	width: 100%;
}

#about .info .right {
	float: right;
	width: 45%;
}

.max-lg-size #about .info .left,
.max-lg-size #about .info .right {
	float: none;
	width: 100%;
}

.max-lg-size #about .info .left {
	margin-bottom: 30px;
}

.max-sm-size #about .info .left {
	margin-bottom: 10px;
}

#about .info ul.list li {
	margin-bottom: 10px;
}

.max-sm-size #about .info ul.list li {
	margin-bottom: 0;
}

/* history */

#about .history {
	padding: 50px 0;
	background-color: #f6f6f6;
}

.max-sm-size #about .history {
	padding: 30px 0;
}

#about .history table td {
	padding: 20px 30px;
	border-bottom: 1px solid #cecece;
}

#about .history table td.year {
	min-width: 110px;
}

.max-md-size #about .history table td {
	padding: 10px;
}

.max-sm-size #about .history table td {
	padding: 5px 0;
}

#about .history table tr:last-of-type td {
	border-bottom: none;
}

#about .history ul li {
	margin: 5px 0;
	padding-left: 10px;
	position: relative;
}

#about .history ul li:before {
	content: '-';
	position: absolute;
	left: 0;
	top: 0;
}

/* certificate */

#about .certificate {
	padding: 50px 0;
}

.max-sm-size #about .certificate {
	padding: 30px 0;
}

#about .certificate ul {
	text-align: center;
	font-size: 0;
}

#about .certificate ul li {
	display: inline-block;
	vertical-align: top;
	max-width: 23.5%;
	margin: 0 1.5% 50px 1.5%;
}

.max-xs-size #about .certificate ul li {
	max-width: none;
	margin: 0 0 30px 0;
}

#about .certificate ul li .pic {
	width: 100%;
	display: inline-block;
	padding: 10px;
	border: 1px solid #d7d7d7;
}

#about .certificate ul li .pic img {
	display: block;
}

#about .certificate ul li .text {
	margin-top: 5px;
	color: #266eca;
	font-size: 16px;
}

.max-xs-size #about .certificate ul li .text {
	margin-top: 0;
	font-size: 15px;
}

/* ==========================================================================
    news
 ==========================================================================*/

#news .search .left {
	float: left;
	width: 60%;
	padding-right: 20px;
}

.max-md-size #news .search .left {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	padding-right: 0;
}

.max-xs-size #news .search .left {
	margin-bottom: 30px;
}

#news .search .left .form-control {
	width: -moz-calc(50% - 85px);
	width: -webkit-calc(50% - 85px);
	width: calc(50% - 85px);
	margin-right: 5px;
}

.max-xs-size #news .search .left .form-control {
	width: 100%;
	margin-bottom: 10px;
	margin-right: 0;
}

#news .search .right {
	float: left;
	width: 40%;
}

.max-md-size #news .search .right {
	float: none;
	width: 100%;
}

#news .search .right .form-control {
	width: -moz-calc(100% - 160px);
	width: -webkit-calc(100% - 160px);
	width: calc(100% - 160px);
	margin-right: 5px;
}

.max-xs-size #news .search .right .form-control {
	width: 100%;
	margin-bottom: 10px;
	margin-right: 0;
}

.max-xs-size #news .search .button {
	width: 100%;
}

ul.news-list li a {
	display: block;
	height: 60px;
	padding: 0 120px 0 15px;
	position: relative;
	border-bottom: 1px solid #d4d4d4;
	font-size: 18px;
	line-height: 60px;
	transition: border 0.5s;
}

.max-md-size ul.news-list li a {
	font-size: 16px;
}

.max-xs-size ul.news-list li a {
	height: auto;
	padding: 5px 15px;
	font-size: 14px;
}

ul.news-list li a:hover {
	border-color: #2660ad;
}

ul.news-list li a .name {
	margin: 0;
	font-weight: normal;
	transition: color 0.5s, font 0.5s;
}

.max-md-size ul.news-list li a .name {
	transition: color 0.5s;
}

ul.news-list li a:hover .name {
	color: #2660ad;
	font-size: 22px;
	font-weight: bold;
}

.max-md-size ul.news-list li a:hover .name {
	font-size: 18px;
}

.max-xs-size ul.news-list li a:hover .name {
	font-size: 16px;
}

ul.news-list li a .ellipsis {
	max-height: 60px;
	line-height: 60px;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-ms-line-clamp: 1;
}

.max-xs-size ul.news-list li a .ellipsis {
	max-height: 30px;
	line-height: 30px;
}

ul.news-list li a .date {
	position: absolute;
	right: 15px;
	top: 0;
	color: #a39f9f;
}

.max-xs-size ul.news-list li a .date {
	position: relative;
	right: 0;
	line-height: normal;
}

.new .title {
	margin-bottom: 50px;
	padding: 10px 15px;
	position: relative;
	border-bottom: 1px solid #2660ad;
}

.max-sm-size .new .title {
	margin-bottom: 30px;
}

.new .title .left {
	padding-right: 130px;
}

.max-xs-size .new .title .left {
	padding-right: 0;
}

.new .title .left .date,
.new .title .left .name {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}

.max-xs-size .new .title .left .date {
	display: block;
	font-size: 16px;
}

.new .title .left .date {
	padding-right: 20px;
	color: #949494;
}

.new .title .left .name {
	margin: 0;
	color: #2660ad;
}

.new .title .right {
	width: 130px;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.max-xs-size .new .title .right {
	width: auto;
	margin: 10px 0 0 -5px;
	position: relative;
	bottom: 0;
}

.new .editor .pic {
	float: left;
	padding-right: 30px;
}

.max-sm-size .new .editor .pic {
	float: none;
	padding-right: 0;
	text-align: center;
}

.new .editor,
.new .editor a {
	color: #949494;
}

.new .editor a:hover {
	color: #f20c0c;
}


/* ==========================================================================
    applications
 ==========================================================================*/

#applications>.inner {
	padding-top: 70px;
}

/* top */

#applications .top .pic {
	float: left;
	width: 450px;
}

.max-md-size #applications .top .pic {
	float: none;
	width: 100%;
	text-align: center;
}

.max-xs-size #applications .top .pic img {
	width: 80%;
}

#applications .top .nav {
	float: left;
	width: -moz-calc(100% - 450px);
	width: -webkit-calc(100% - 450px);
	width: calc(100% - 450px);
	margin-top: 100px;
	padding-left: 50px;
}

.max-md-size #applications .top .nav {
	float: none;
	width: 100%;
	margin-top: 30px;
	padding-left: 0;
}

#applications .top .nav ul {
	font-size: 0;
}

.max-xs-size #applications .top .nav ul {
	margin: 0 -5px;
}

#applications .top .nav ul li {
	display: inline-block;
	vertical-align: top;
	max-width: 40%;
	width: 100%;
	font-size: 16px;
}

.max-lg-size #applications .top .nav ul li {
	max-width: 50%;
}

#applications .top .nav ul li span {
	display: block;
	height: 50px;
	max-height: none;
	margin: 10px 20px;
	padding: 0 30px;
	border-radius: 5px;
	border: 1px solid #2660ad;
	color: #2660ad;
	line-height: 50px;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-ms-line-clamp: 1;
	cursor: pointer;
	transition: color 0.5s, background 0.5s;
}

.max-xs-size #applications .top .nav ul li span {
	margin: 5px;
	padding: 0 10px;
	font-size: 15px;
}

#applications .top .nav ul li:hover span {
	background-color: #2660ad;
	color: #fff;
}


/* list */

#applications .list {
	margin-top: 50px;
}

.max-xs-size #applications .list {
	margin-top: 20px;
}

#applications .list .title {
	padding: 10px 90px 10px 0;
	position: relative;
	border-bottom: 2px solid #499aea;
}

#applications .list .title .name {
	margin: 0;
	color: #499aea;
	font-size: 20px;
	font-weight: normal;
}

.max-xs-size #applications .list .title .name {
	font-size: 18px;
}

#applications .list .title .goTop {
	padding-right: 30px;
	position: absolute;
	right: 0;
	bottom: 10px;
	color: #ff0000;
	background: url('images/applications/goTop.png') center right no-repeat;
	cursor: pointer;
}

#applications .list td {
	padding: 10px 30px;
	border: 1px solid #d9d9d9;
	color: #666666;
	font-size: 14px;
	line-height: 1.5em;
}

/* --- fix Brice - 19/9/9 */

#applications .list td a {
	display: block;
}

/* fix Brice - 19/9/9 --- */

.max-xs-size #applications .list td {
	padding: 10px;
}

#applications .list img {
	display: block;
	margin: auto;
}

#applications .list .pic img {
	width: 40px;
}

#applications .list .download {
	display: inline-block;
}

#applications .list .download img {
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

#applications .list .download:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#applications .list .width160 {
	width: 160px;
	text-align: center;
}

.max-xs-size #applications .list .width160 {
	width: 50px;
	padding: 10px 0;
}


/* apply */

#applications .apply ul li .pic:after {
	background-color: #000;
}

#applications .apply ul li:hover .pic:after {
	opacity: 0.5;
}

#applications .apply ul li.actived .pic:after {
	background-color: #2660ad;
}

#applications .apply ul li .text .summary {
	margin-bottom: 0;
}

.max-md-size #applications .apply ul li {
	width: 20%;
}

.max-md-size #applications .apply ul li .inner {
	height: 100px;
}

.max-md-size #applications .apply ul li .text .summary {
	display: none;
}

.max-md-size #applications .apply ul li .text .icon {
	padding-top: 0;
	transition: none;
}

.max-md-size #applications .apply ul li .pic:after {
	opacity: 0.5;
}

.max-md-size #applications .apply ul li.actived .pic:after {
	opacity: 1;
}


/* ==========================================================================
    catalog
 ==========================================================================*/

#catalog .in-banner {
	min-height: 300px;
}

.max-sm-size #catalog .in-banner {
	min-height: 200px;
}

.max-xs-size #catalog .in-banner .text .cn {
	font-size: 15px;
}

#catalog .in-banner .pic:after {
	background-color: #001732;
}

#catalog .in-banner .text {
	width: 50%;
	margin-left: auto;
	padding-right: 80px;
}

.max-md-size #catalog .in-banner .text {
	width: 100%;
	padding-right: 0;
}

#catalog .in-banner .products {
	width: 100%;
	position: absolute;
	left: 0;
	top: 70px;
	z-index: 3;
	text-align: center;
}

#catalog .in-banner .products:before {
	content: '';
	width: 1000px;
	height: 1100px;
	background: url('images/catalog/banner-bg.png') center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -500px;
	opacity: 0.8;
}

#catalog .in-banner .products ul.slider {
	padding: 0 50% 0 70px;
}

.max-md-size #catalog .in-banner .products ul.slider {
	display: none;
}

#catalog .in-banner .products ul.slider img {
	max-height: 230px;
}

#catalog .in-banner .products ul.slider .slick-arrow {
	width: 70px;
	opacity: 1;
}

.max-md-size #catalog .in-banner .products ul.slider .slick-arrow {
	width: 40px;
}

#catalog .in-banner .products ul.slider .slick-prev {
	background-image: url('images/arrow-prev2.png');
	border-right: 1px solid #fff;
}

#catalog .in-banner .products ul.slider .slick-next {
	background-image: url('images/arrow-next2.png');
	border-left: 1px solid #fff;
}

.max-md-size #catalog .search {
	margin-right: -5px;
}

.max-xs-size #catalog .search {
	margin-right: 0;
}

#catalog .search .form-control {
	width: -moz-calc(25% - 47px);
	width: -webkit-calc(25% - 47px);
	width: calc(25% - 47px);
	margin-right: 5px;
}

.max-md-size #catalog .search .form-control,
.max-md-size #catalog .search .button {
	width: -moz-calc(50% - 8px);
	width: -webkit-calc(50% - 8px);
	width: calc(50% - 8px);
	margin-bottom: 10px;
}

.max-xs-size #catalog .search .button,
.max-xs-size #catalog .search .form-control {
	width: 100%;
	margin-right: 0;
}

.max-bg-size #catalog .content .left-main {
	width: -moz-calc(100% - 360px);
	width: -webkit-calc(100% - 360px);
	width: calc(100% - 360px);
}

.max-md-size #catalog .content .left-main {
	width: 100%
}

#catalog .left-main ul.list {
	font-size: 0;
}

#catalog .left-main ul.list li {
	display: inline-block;
	vertical-align: top;
	width: 23.5%;
	margin: 0 2% 100px 0;
	position: relative;
	/* float: left;
	width: 23.5%;
	margin: 0 2% 50px 0; */
}

/* #catalog .informations ul.list li:nth-of-type(3n) {
	margin-right: 0;
}

#catalog .informations ul.list li:nth-of-type(4n) {
	margin-right: 9%;
} */

#catalog .left-main ul.list li:nth-of-type(4n) {
	margin-right: 0;
}

.max-bg-size #catalog .left-main ul.list li {
	width: 32%;
	margin-right: 2%;
}

.max-bg-size #catalog .left-main ul.list li:nth-of-type(3n) {
	margin-right: 0;
}

.max-lg-size #catalog .left-main ul.list li,
.max-lg-size #catalog .left-main ul.list li:nth-of-type(3n) {
	width: 48%;
	margin-right: 3%;
	/* margin-bottom: 30px; */
}

.max-lg-size #catalog .left-main ul.list li:nth-of-type(2n) {
	margin-right: 0;
}

.max-xs-size #catalog .left-main ul.list li,
.max-xs-size #catalog .left-main ul.list li:nth-of-type(3n) {
	width: 100%;
	margin-right: 0;
}

#catalog .left-main ul.list li a {
	display: block;
	border: 1px solid transparent;
	transition: border 0.5s;
}

@media (min-width: 1025px){
	#catalog .left-main ul.list li a:hover {
		border-color: #2660ad;
	}
	#catalog .left-main ul.list li a:hover .text__switch{
		border-color: #2660ad;

	}
}



#catalog .left-main ul.list li .pic {
	padding: 30px;
	background: #f4f4f4 url('images/catalog/list-bg.jpg') center no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
}
#catalog .left-main ul.list li .pic::before{
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 71.42857%;
}
#catalog .left-main ul.list li .pic__ctr{
	position: absolute;
	left: 30px;
	top: 30px;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	display: flex;
	justify-content: center;
	align-items: center;
}
#catalog .left-main ul.list li .pic img {
	display: block;
	margin: auto;
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

#catalog .left-main ul.list li a:hover .pic img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#catalog .left-main ul.list li .text {
	/* min-height: 135px; */
	/* padding: 20px 15px; */
}

#catalog .left-main ul.list li .text .name {
	margin: 0;
	color: #2660ad;
	font-size: 16px;
	padding: 0 10px;
	padding-top: 20px;
	display: block;
	position: relative;
}
@media all and (max-width: 1024px){
	#catalog .left-main ul.list li .text .name{
		padding-right: 40px;
		pointer-events: auto;
	}
}
#catalog .left-main ul.list li .text .name__toggle {
	position: absolute;
	z-index: 2;
	top: 15px;
	right: 0px;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#catalog .left-main ul.list li .text .name__toggle::before{
	content: '';
	display: block;
	border-width: 5px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #2660ad;
}
@media all and (min-width: 1025px) {
	#catalog .left-main ul.list li .text .name__toggle{
		display: none;
	}
}
#catalog .left-main ul.list li .text .name .ellipsis {
	max-height: 1.5em;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-ms-line-clamp: 1;
}
@media all and (max-width: 1024px){
	#catalog .left-main ul.list li .text .name .ellipsis{
		pointer-events: none;
	}
}
/*.summary*/
#catalog .left-main ul.list li .text .summary {
	max-height: 380px;
	color: #333;
	font-size: 14px;
	display: none;
	position: absolute;
	top: -1px;
    left: 100%;
	background: #fff;
	/* background: #2660ad; */
	width: 257PX;
	z-index: 10;
	text-align: left;
	box-shadow: 0 10px 10px rgba(0,0,0, .1);
	/* transition: border 0.5s, opacity 0.5s, color 0.5s; */
	/* transform: translateY(-10px); */
    /* transition: all .2s; */
}
@media all and (max-width: 1024px){
	#catalog .left-main ul.list li .text .summary{
		left: 0;
		width: 100%;

	}
	#catalog .left-main ul.list li{
		margin-bottom: 20px;
	}
	#catalog .left-main ul.list li .text .summary .ellipsis{
		max-height: initial;
	}
	#catalog .left-main ul.list li a{
    color: inherit;
    cursor: pointer;
    text-decoration: none;
	    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
	    outline: none !important;
	}

	#catalog .left-main ul.list li a:hover{
    text-decoration: none;
    color: inherit;
	}
}
#catalog .left-main ul.list li .text .summary .mCSB_scrollTools .mCSB_draggerRail{
	background: white;
}
#catalog .left-main ul.list li .text .summary .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 4px;
	background-color: #4A9BEA;
}
#catalog .left-main ul.list li .text .summary .ellipsis {
	line-height: 1.7em;
	overflow-y: auto;
	width: 100%;
	max-height: initial;
	box-shadow: 0 10px 10px rgba(0,0,0, .1);
	/* padding-left: 10px; */
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
}

#catalog .left-main ul.list li .more {
	margin-top: 20px;
	padding: 10px;
	border-top: 1px solid #ddd;
	color: #949494;
	font-size: 15px;
	text-align: center;
	/* opacity: 0.5; */
	position: relative;
}

#catalog .left-main ul.list li a:hover .more {
	color: #2660ad;
	border-color: #2660ad;
	opacity: 1;

}

@media (min-width: 1025px){
	/* #catalog .left-main ul.list li a:hover .more .summary{
		display: block;
	} */
	#catalog .left-main ul.list li a:hover .more{
		color: #2660ad;
		border-color: #2660ad;
	}
}

#catalog .left-main ul.list li .more i,
#catalog .left-main ul.list li .more span {
	display: inline-block;
	vertical-align: middle;
}

#catalog .left-main ul.list li .more i {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	padding-left: 2px;
	border-radius: 50%;
	border: 1px solid #949494;
	font-size: 12px;
	line-height: 24px;
	transition: border 0.5s;
}

#catalog .left-main ul.list li a:hover .more i {
	border-color: #2660ad;
}

/* start add css catalog 2020-07-21 */
#catalog .left-main ul.list li .text .summary .ellipsis span{
	padding: 5px 8px;
	background: #fff;
	line-height: 1.5;
	position: relative;
	width: 100%;
	/* display: block; *//*影響下拉跑順暢*/
	border: 1px solid #ededed;
}
#catalog .left-main ul.list li .text .summary .ellipsis span:not(:last-child){
	width: 100%;
	border-bottom: 1px dotted #efefef;
}
#catalog .left-main ul.list li .text .summary .ellipsis span:hover{
	background: #2660AD;
	color: #fff;
	opacity: 1;
	pointer-events: auto;
	-o-transition: color .50s ease-in-out;
	-webkit-transition: color .50s ease-in-out;
	-moz-transition: color .50s ease-in-out;
	transition: color .50s ease-in-out;
}
#catalog .pro-search {
	border: 1px solid #d2d2d2;
	font-size: 15px;
}

#catalog .pro-search ul.tabs {
	background-color: #f4f4f4;
}

#catalog .pro-search ul.tabs li {
	float: left;
	width: 50%;
}

#catalog .pro-search ul.tabs li a {
	display: block;
	padding: 15px;
	text-align: center;
}

#catalog .pro-search ul.tabs li.actived a {
	background-color: #fff;
}

#catalog .pro-search ul.tabs li:hover a {
	color: #0ea43d;
}

#catalog .pro-search .tab-block {
	padding: 10px;
}

#catalog .pro-search .tab-block form.normal {
	position: relative;
}

#catalog .pro-search .tab-block form.normal .form-control {
	border: none;
	font-size: 15px;
	text-align: center;
}

#catalog .pro-search .tab-block form.normal button {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	position: absolute;
	right: 5px;
	top: 50%;
	border-radius: 50%;
	border: 2px solid #0ea43d;
	color: #0ea43d;
	transition: color 0.5s, background 0.5s;
}

#catalog .pro-search .tab-block form.normal button:hover {
	background-color: #0ea43d;
	color: #fff;
}

#catalog .pro-search .tab-block form.advanced .form-control {
	margin-bottom: 10px;
	border: none;
	border-bottom: 1px solid #e3e3e3;
	font-size: 15px;
}

#catalog .pro-search .tab-block form.advanced button {
	width: 100%;
	height: 40px;
	background-color: #0ea43d;
	color: #fff;
	transition: background 0.5s;
}

#catalog .pro-search .tab-block form.advanced button:hover {
	background-color: #0a8932;
}

#catalog .pro-search .tab-block form.advanced button i {
	padding-left: 5px;
}

#catalog .recommend {
	margin-top: 10px;
	border: 1px solid #d2d2d2;
}

#catalog .recommend ul {
	padding-bottom: 50px;
}

.max-md-size #catalog .recommend ul {
	padding: 0 50px;
}

#catalog .recommend ul li a {
	display: block;
	padding: 20px;
	background: linear-gradient(bottom, #f8f8f8, #fff 30%);
	background: -moz-linear-gradient(bottom, #f8f8f8, #fff 30%);
	background: -webkit-linear-gradient(bottom, #f8f8f8, #fff 30%);
}

.max-xs-size #catalog .recommend ul li a {
	padding: 10px;
}

#catalog .recommend ul li a:after {
	content: '';
	display: block;
	clear: both;
}

#catalog .recommend ul li .pic {
	float: left;
	width: 60px;
	position: relative;
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.max-ss-size #catalog .recommend ul li .pic {
	float: none;
	margin: auto;
}

#catalog .recommend ul li .pic:after {
	content: '';
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: -10px;
	background: url('images/catalog/recommend-shadow.png') center no-repeat;
}

#catalog .recommend ul li a:hover .pic {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#catalog .recommend ul li .text {
	float: left;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	padding-left: 20px;
}

.max-ss-size #catalog .recommend ul li .text {
	float: none;
	width: 100%;
	padding-left: 0;
	text-align: center;
}

#catalog .recommend ul li .text .name {
	color: #2660ad;
	font-size: 15px;
	transition: color 0.5s;
}

#catalog .recommend ul li a:hover .text .name {
	color: #0ea43d;
}

#catalog .recommend ul li .text .summary {
	color: #949494;
	font-size: 14px;
}

#catalog .recommend .ellipsis {
	max-height: 1.5em;
	-webkit-line-clamp: 1;
	-moz-line-clamp: 1;
	-ms-line-clamp: 1;
}

#catalog .recommend ul li .text .button {
	display: inline-block;
	max-width: 130px;
	width: 100%;
	margin-top: 10px;
	background-color: #499aea;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	transition: background 0.5s;
}

#catalog .recommend ul li a:hover .text .button {
	background-color: #0ea43d;
}

#catalog .recommend .slick-arrow {
	width: 50%;
	height: 50px;
	margin-top: 0;
	top: auto;
	bottom: 0;
	border-top: 1px solid #d2d2d2;
	opacity: 1;
	transition: background 0.5s;
}

.max-md-size #catalog .recommend .slick-arrow {
	width: 50px;
	height: 100%;
	border-top: none;
}

.min-md-size #catalog .recommend .slick-arrow:hover {
	background-color: #f4f4f4;
}

#catalog .recommend .slick-prev {
	border-right: 1px solid #d2d2d2;
	background-image: url('images/arrow-up2.png');
}

.max-md-size #catalog .recommend .slick-prev {
	background-image: url('images/arrow-prev3.png');
}

#catalog .recommend .slick-next {
	background-image: url('images/arrow-down2.png');
}

.max-md-size #catalog .recommend .slick-next {
	border-left: 1px solid #d2d2d2;
	background-image: url('images/arrow-next3.png');
}


/* class */

#catalog .class {
	padding-top: 70px;
}

#catalog .class .content>.title {
	margin: 50px 0;
	color: #2660ad;
	font-size: 25px;
	font-weight: normal;
}

.max-sm-size #catalog .class .content>.title {
	margin: 30px 0 15px 0;
	font-size: 20px;
}

#catalog .class .content .list {
	margin-bottom: 50px;
}

.max-xs-size #catalog .class .content .list {
	margin-bottom: 20px;
}

#catalog .class .content .list .name {
	margin: 10px 0;
	color: #499aea;
	font-size: 20px;
	font-weight: normal;
}

.max-sm-size #catalog .class .content .list .name {
	font-size: 18px;
}

#catalog .class .content .list .name ul li {
	display: inline-block;
}

#catalog .class .content .list .name ul li:after {
	content: ">";
	padding: 0 10px;
}

#catalog .class .content .list .name ul li:last-of-type:after {
	content: normal;
}

#catalog .class .content .list table {
	min-width: 1000px;
}

#catalog .class .content .list table th,
#catalog .class .content .list table td {
	padding: 10px;
	min-width: 80px;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	line-height: normal;
	text-align: center;
}

#catalog .class .content .list table img {
	display: block;
}

#catalog .class .content .list table th {
	border-bottom: 3px solid #499aea;
	font-weight: normal;
}

#catalog .class .content .list table td {
	color: #666666;
}

#catalog .class .content .list table td.photo {
	width: 80px;
	padding: 5px 20px !important;
}

#catalog .class .content .list table td.photo img {
	width: 40px;
}

#catalog .class .content .list table td.link {
	padding: 0;
	background-color: #f4f5f5;
}

#catalog .class .content .list table td.link a {
	display: block;
	padding: 10px;
}

#catalog .class .content .list table .download {
	display: inline-block;
}

#catalog .class .content .list table .download img {
	transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

#catalog .class .content .list table .download:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#catalog .class .content .status {
	display: inline-block;
	width: 50px;
	padding: 3px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: normal;
}

#catalog .class .content .status.new {
	background-color: #f20c0c;
}

#catalog .class .content .status.np {
	background-color: #48a808;
}

#catalog .class .content .list table.pro td {
	min-width: 0;
	padding: 5px;
}

#catalog .class .content .list table.pro th {
	padding: 5px;
}

#catalog .class .content .list table.pro td.link {
	min-width: 180px;
}

#catalog .class .content .list table.pro td.uh {
	min-width: 100px;
}

/* pro-inner */

#catalog .class .content .pro-inner .title {
	margin: 50px 0;
	padding: 0 0 10px 70px;
	position: relative;
	border-bottom: 3px solid #499aea;
}

.max-md-size #catalog .class .content .pro-inner .title {
	margin: 30px 0 20px 0;
}

.max-xs-size #catalog .class .content .pro-inner .title {
	padding-left: 0;
}

#catalog .class .content .pro-inner .title .status {
	position: absolute;
	left: 0;
	top: 3px;
}

.max-xs-size #catalog .class .content .pro-inner .title .status {
	margin-bottom: 10px;
	position: relative;
	top: 0;
}

#catalog .class .content .pro-inner .title .name {
	margin: 0;
	color: #499aea;
	font-size: 25px;
	font-weight: normal;
}

.max-xs-size #catalog .class .content .pro-inner .title .name {
	font-size: 20px;
}

#catalog .class .content .pro-inner .left {
	float: left;
	width: 400px;
	text-align: center;
}

.max-md-size #catalog .class .content .pro-inner .left {
	width: 300px;
}

.max-sm-size #catalog .class .content .pro-inner .left {
	float: none;
	margin: auto;
}

.max-ss-size #catalog .class .content .pro-inner .left {
	width: 100%;
}

#catalog .class .content .pro-inner .right {
	float: left;
	width: -moz-calc(100% - 400px);
	width: -webkit-calc(100% - 400px);
	width: calc(100% - 400px);
	padding-left: 50px;
}

.max-md-size #catalog .class .content .pro-inner .right {
	width: -moz-calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
	padding-left: 20px;
}

.max-sm-size #catalog .class .content .pro-inner .right {
	float: none;
	width: 100%;
	margin-top: 20px;
	padding-left: 0;
}

#catalog .class .content .pro-inner .tab-block {
	height: 400px;
	border: 1px solid #cccccc;
	position: relative;
}

.max-md-size #catalog .class .content .pro-inner .tab-block {
	height: 300px;
}

#catalog .class .content .pro-inner .tab-block .pic {
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	display: inline-block;
	position: absolute;
}

#catalog .class .content .pro-inner ul.tabs {
	margin-top: 10px;
}

#catalog .class .content .pro-inner ul.tabs li {
	display: inline-block;
	margin: 5px;
	width: 60px;
	height: 60px;
	border: 1px solid #eee;
	transition: border 0.5s;
}

#catalog .class .content .pro-inner ul.tabs li:hover {
	border-color: #ddd;
}

#catalog .class .content .pro-inner ul.tabs li.actived {
	border-color: #cccccc;
}

#catalog .class .content .pro-inner table {
	font-size: 14px;
}

#catalog .class .content .pro-inner table td {
	padding: 5px 15px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

#catalog .class .content .pro-inner table td:nth-of-type(1) {
	background-color: #f4f5f5;
	width: 230px;
}

.max-xs-size #catalog .class .content .pro-inner table td:nth-of-type(1) {
	width: auto;
}

/* ==========================================================================
    investor
 ==========================================================================*/

#investor .left-main>ul .title {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2660ad;
	color: #2660ad;
	font-size: 18px;
	text-align: center;
}

#investor ul.report {
	font-size: 0;
}

#investor ul.report>li {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 50px;
	font-size: 16px;
}

.max-bg-size #investor ul.report>li {
	width: 47%;
}

.max-md-size #investor ul.report>li {
	width: 31%;
	margin-bottom: 30px;
}

.max-md-size #investor ul.report>li:nth-of-type(3n) {
	margin-right: 0;
}

.max-sm-size #investor ul.report>li,
.max-sm-size #investor ul.report>li:nth-of-type(3n) {
	width: 48%;
	margin-right: 3%;
}

.max-sm-size #investor ul.report>li:nth-of-type(2n) {
	margin-right: 0;
}

.max-xs-size #investor ul.report>li {
	width: 100% !important;
	margin-right: 0 !important;
	margin-bottom: 10px;
}

.max-xs-size #investor ul.report>li li {
	border-bottom: 1px solid #dbdbdb;
}

.max-xs-size #investor ul.report>li li a {
	display: inline-block;
}

#investor ul.report ul li {
	padding: 10px;
}

.max-xs-size #investor ul.report ul li {
	padding: 5px;
	font-size: 15px;
}

#investor ul.report ul li a {
	display: block;
	padding-left: 40px;
	position: relative;
	line-height: 1.5em;
}

.max-xs-size #investor ul.report ul li a {
	padding-left: 30px;
}

#investor ul.report ul li a:before {
	content: url('images/icon-pdf.png');
	position: absolute;
	left: 0;
	top: 3px;
}

.max-xs-size #investor ul.report ul li a:before {
	top: 0;
}

#investor ul.report.only>li {
	width: 100%;
}

#investor ul.report.only>li li {
	border-bottom: 1px solid #dbdbdb;
}

#investor ul.report.only>li a {
	display: inline-block;
}

#investor table.interest {
	text-align: center;
}

#investor table.interest th,
#investor table.interest td {
	padding: 10px;
	border: 1px solid #d9d9d9;
}

#investor table.interest th {
	width: 25%;
	color: #3399ff;
	border-bottom: 3px solid #3399ff;
	font-weight: normal;
}

#investor table.interest th:nth-of-type(even),
#investor table.interest td:nth-of-type(even) {
	background-color: #f2f2f2;
}

.editor .title {
	font-size: 18px;
	font-weight: normal;
}

#investor .service ul.padding30 {
	padding-left: 1em;
}

#investor .service ul.padding30 li {
	list-style: none;
}

#investor table.director {
	border-collapse: separate;
	border-spacing: 10px;
}

#investor table.director th,
#investor table.director td {
	padding: 5px 30px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
}

#investor table.director tr:last-of-type td {
	border-bottom: none;
}

.max-sm-size #investor table.director th,
.max-sm-size #investor table.director td {
	padding: 5px 10px;
}

#investor table.director th {
	background-color: #f4f4f4;
}

#investor table.director ul {
	padding-left: 2em;
}


/* ==========================================================================
    contact
 ==========================================================================*/

#contact .place {
	max-width: 1290px;
	margin: auto;
}

#contact .place .name {
	margin: 5px 0 20px 0;
	color: #2660ad;
	font-size: 20px;
	font-weight: normal;
}

.max-xs-size #contact .place .name {
	margin-bottom: 10px;
	font-size: 16px;
}

#contact .place>ul {
	font-size: 0;
}

#contact .place>ul>li {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-bottom: 50px;
	margin-right: 5%;
	color: #666666;
	font-size: 16px;
}

#contact .place>ul>li:nth-of-type(3n) {
	margin-right: 0;
}

.max-md-size #contact .place>ul>li {
	width: 47%;
	margin-right: 5%;
}

.max-md-size #contact .place>ul>li:nth-of-type(2n) {
	margin-right: 0;
}

.max-xs-size #contact .place>ul>li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
	font-size: 15px;
}

#contact .place>ul>li .pic img {
	width: 100%;
}

#contact .place>ul>li a {
	color: #666666;
}

#contact .place>ul>li a:hover {
	color: #f20c0c;
}

#contact .place ul ul li {
	margin-bottom: 5px;
	padding-left: 40px;
	position: relative;
}

#contact .place ul ul li:before {
	content: '';
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 0;
	background: center no-repeat;
}

#contact .place ul ul li.address:before {
	background-image: url('images/contact/icon-address.png');
}

#contact .place ul ul li.tel:before {
	background-image: url('images/contact/icon-tel.png');
}

#contact .place ul ul li.fax:before {
	background-image: url('images/contact/icon-fax.png');
}

#contact .place ul ul li.mail:before {
	background-image: url('images/contact/icon-mail.png');
}

#contact .place .map {
	height: 460px;
}

.max-md-size #contact .place .map {
	height: 300px;
}


/* ==========================================================================
    sitemap
 ==========================================================================*/

#sitemap .content>ul>li>a {
	display: block;
	padding: 15px 100px 15px 20px;
	position: relative;
	border-top: 1px solid #dddddd;
	font-size: 18px;
	transition: color 0.5s, font 0.5s, background 0.5s;
}

.max-xs-size #sitemap .content>ul>li>a {
	padding: 10px 50px 10px 15px;
	font-size: 16px;
}

#sitemap .content>ul>li>a:hover {
	color: #2660ad;
}

#sitemap .content>ul>li>a.actived {
	color: #2660ad;
	font-size: 20px;
	font-weight: bold;
	background-color: #ebf2fb;
}

.max-xs-size #sitemap .content>ul>li>a.actived {
	font-size: 18px;
}

#sitemap .content>ul>li>a.toggle:after {
	content: '';
	width: 33px;
	height: 33px;
	position: absolute;
	right: 20px;
	top: 14px;
	background: url('images/sitemap/arrow-down.png') center no-repeat;
	background-size: contain;
	opacity: 0.2;
	transition: opacity 0.5s;
}

.max-xs-size #sitemap .content>ul>li>a.toggle:after {
	width: 25px;
	height: 30px;
	top: 7px;
	right: 15px;
}

#sitemap .content>ul>li:hover>a.toggle:after {
	opacity: 0.5;
}

#sitemap .content>ul>li>a.actived.toggle:after {
	opacity: 1;
	background-image: url('images/sitemap/arrow-up.png');
}

#sitemap .content ul ul {
	display: none;
	margin-top: 2px;
	padding: 15px 20px 0 20px;
	background-color: #f4f4f4;
}

.max-xs-size #sitemap .content ul ul {
	padding: 10px 15px 5px 15px;
}

#sitemap .content ul ul li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}

.max-xs-size #sitemap .content ul ul li {
	margin-right: 10px;
	margin-bottom: 5px;
}

#sitemap .content ul ul li a {
	color: #2660ad;
	font-size: 16px;
	border-bottom: 1px solid transparent;
	transition: font 0.5s, border 0.5s;
}

#sitemap .content ul ul li a:hover {
	font-weight: bold;
	border-bottom: 1px solid #2660ad;
}

/* ==========================================================================
    footer
 ==========================================================================*/

#footer {
	padding: 50px 0;
	background-color: #f7f7f7;
}

#home #footer {
	background-color: #fff;
}

.max-xs-size #footer {
	padding: 20px 0;
}

#footer .container>ul {
	padding-right: 35px;
	position: relative;
	color: #585757;
}

.max-sm-size #footer .container>ul {
	padding-right: 0;
}

#footer .container a {
	color: #585757;
}

.min-md-size #footer .container a:hover {
	color: #2660ad;
}

#footer .container>ul>li {
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
	font-size: 15px;
}

#footer .container>ul>li.info {
	width: 260px;
}

.max-sm-size #footer .container>ul>li.info {
	width: 100%;
	padding-right: 35px;
}

#footer .container>ul>li.links {
	width: -moz-calc(46% - 205px);
	width: -webkit-calc(46% - 205px);
	width: calc(46% - 205px);
}

.max-md-size #footer .container>ul>li.links {
	width: -moz-calc(100% - 360px);
	width: -webkit-calc(100% - 360px);
	width: calc(100% - 360px);
}

.max-sm-size #footer .container>ul>li.links {
	width: 100%;
	margin-right: 0;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

#footer .container>ul>li.links li {
	display: inline-block;
	margin: 0 10px;
}

.max-sm-size #footer .container>ul>li.links li {
	margin-left: 0;
}

#footer .container>ul>li.rights {
	width: -moz-calc(54% - 170px);
	width: -webkit-calc(54% - 170px);
	width: calc(54% - 170px);
	margin-right: 15px;
	font-size: 14px;
}

.max-md-size #footer .container>ul>li.rights {
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

#footer .container>ul>li.facebook {
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#footer .container>ul>li.facebook a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #385e98;
	color: #fff;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	transition: background 0.5s, transform 0.5s;
}

.min-md-size #footer .container>ul>li.facebook a:hover {
	color: #fff;
	background-color: #3b73ca;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


