/* Write your styles */
body{
	background: url('../../images/index_bg.png') no-repeat top center;
	background-size: cover;
	background-color: #d0dee8;
}
@media (min-width: 1200px){
body{
	background: url('../../images/index_bg.png') no-repeat top center;
	background-size: contain;
	background-color: #d0dee8;
}
.container {
    width: 1200px!important;
    margin: 0 auto;
}
}
.page-header {
    text-align: center;
    font-weight: bold;
	font-size:18px;
	padding:16px 0;
}
.page-button {
    text-align: center;
    font-weight: bold;
	font-size:18px;
	/*padding:20px 0;*/
}
.page-button1 {
    text-align: center;
    font-weight: bold;
	font-size:18px;
	padding:20px 0;
}
/*.layout-container{
	background: #f0f5f8;
}*/
.doc-example {
    border: 1px solid #eee;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    padding: 0 15px 15px;
}
.am-gallery-bordered .am-gallery-title {
    font-size: 2rem;
	text-align:center;
	font-weight: 600;
}
.am-gallery-bordered .am-gallery-desc {
    font-size: 1.8rem;
	text-align:center;
	color: #555;
}
.am-gallery-imgbordered .am-gallery-title {
    font-size: 2rem;
	text-align:center;
	font-weight: 600;
}
.am-gallery-imgbordered .am-gallery-desc {
    font-size: 1.8rem;
	text-align:center;
	color: #555;
}
.m-header {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 1020;
    background: #5980c5;
	padding-top:10px;
	padding-bottom:10px;
}
.layout-header{
	padding-top:20px;
	padding-bottom:10px;
}
.layout-header{
    /*border-bottom: 1px solid #e9e9e9;*/
}
.breadcrumb-box {
    border-bottom: 1px solid #e9e9e9;
}
.breadcrumb-box .am-breadcrumb {
    padding: 16px 0 0;
    margin-bottom: 1rem;
}
@media screen and (max-width:970px){
.main-banner {
    margin-top: 0px;
	margin-bottom: 0px;
}
}
@media screen and (max-width: 640px){
.main-banner {
    margin-top: 71px;
	margin-bottom: 49px;
}
}
@media screen and (max-width: 767px){
.main-banner {
    margin-top: 71px;
	margin-bottom: 49px;
}
}
/*.main-banner {
    margin-top: 71px;
}*/
.am-container{
	margin-left:0px;
}
.contact-info {
    margin: 30px 0 0;
    width: 100%;
    background-color: #3a3d42;
    opacity: .95;
    color: #fff;
}
.copyright-info {
    margin: 0;
    width: 100%;
    background-color: #2a2b2f;
    opacity: .95;
    color: #797979;
	margin-top:7px;
}

.copyright-info .footer--copyright {
    font-size: 14px;
    padding: 13px 0;
}
.am-with-fixed-navbar {
    padding-bottom: 0px;
}
/*.page-header {
    text-align: center;
    font-weight: 300;
}
@media screen and (max-width: 640px){
.page-header {
    width: 200%;
    margin-left: -50%;
}
}*/

.layout-container .business-scope .section--header {
    background-color: #5980c5;
}
.layout-container .section .section--header {
    padding: 3px 0;
    /*background-color: #900;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.layout-container .business-scope ul {
    margin: 0;
    padding: 10px 10px;
    background-color: #e7eefb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.layout-container .business-scope ul li {
    list-style: none;
    margin: 0;
    padding: 10px 10px;
    color: #000;
    text-align: center;
}
.layout-container .business-scope ul li a {
    display: block;
    margin: 0;
    padding: 5px 0;
    border: 1px solid #5980c5;
}
.layout-container .business-scope ul li i {
    display: none;
    font-size: 25px;
    margin: 0;
    color: #900;
}
.layout-container .business-scope ul li h3 {
    display: inline;
    font-size: 16px;
    font-weight: 400;
}
.layout-container .section .section--header .section--title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.layout-container .section {
    margin: 12px 0 0;
}
.am-nav>li>a {
    padding: .4em 1em;
}
.am-nav {
	font-size:2rem;
}

[class*=am-icon-] {
	font-size:2rem;
	display: inline-block;/*加上下面三句，图标可以旋转*/
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
[class*=am-icon-]:hover {
	transform:rotate(360deg) scale(1.0);/*2D旋转 deg参数为旋转的角度*/
	-ms-transform:rotate(360deg) scale(1.0);/*兼容IE9浏览器*/
	-webkit-transform:rotate(360deg) scale(1.0);/*兼容谷歌浏览器*/
	-o-transform:rotate(360deg) scale(1.0);/*兼容opera浏览器*/
	-moz-transform:rotate(360deg) scale(1.0);/*兼容火狐浏览器*/ 
}
.iconfont:not(.iconlogo) {
    font-size:2rem;
	display: inline-block;/*加上下面三句，图标可以旋转*/
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.iconfont:not(.iconlogo):hover {
	transform:rotate(360deg) scale(1.0);/*2D旋转 deg参数为旋转的角度*/
	-ms-transform:rotate(360deg) scale(1.0);/*兼容IE9浏览器*/
	-webkit-transform:rotate(360deg) scale(1.0);/*兼容谷歌浏览器*/
	-o-transform:rotate(360deg) scale(1.0);/*兼容opera浏览器*/
	-moz-transform:rotate(360deg) scale(1.0);/*兼容火狐浏览器*/ 
}
.am-navbar {
    /*height: 55px;
    line-height: 55px;*/
}
.am-breadcrumb>.am-active {
    font-size:2rem;
}
.am-nav>li.am-active>a, .am-nav>li.am-active>a:focus, .am-nav>li.am-active>a:hover {
    background-color: #5980c5;
}
a {
    color: #5980c5;
}
a:focus, a:hover {
    color: #005bac;
}
.am-btn-primary {
    background-color: #5980c5;
    border-color: #5980c5;
}
.am-btn-primary:focus, .am-btn-primary:hover {
    background-color: #005bac;
}
.am-btn-primary.am-active, .am-btn-primary:active, .am-btn-primary:focus, .am-btn-primary:hover, .am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
    color: #fff;
    border-color: #005bac; 
}
.am-form input[type=number]:focus, .am-form input[type=search]:focus, .am-form input[type=text]:focus, .am-form input[type=password]:focus, .am-form input[type=datetime]:focus, .am-form input[type=datetime-local]:focus, .am-form input[type=date]:focus, .am-form input[type=month]:focus, .am-form input[type=time]:focus, .am-form input[type=week]:focus, .am-form input[type=email]:focus, .am-form input[type=url]:focus, .am-form input[type=tel]:focus, .am-form input[type=color]:focus, .am-form select:focus, .am-form textarea:focus, .am-form-field:focus {
    border-color: #5980c5;
}
.am-navbar-default .am-navbar-nav {
    background-color: #5980c5;
}
ul.am-dropdown-content>li>a {
    color: #5980c5;
}
ul.am-dropdown-content>li>a:focus, ul.am-dropdown-content>li>a:hover {
    color: #ffffff;
    background-color: #5980c5;
}
.am-u-lg-9{
	/*margin-bottom:15px;*/
	padding-left:0px;
	padding-right: 0px;	
}
.am-btn:not(.am-btn-sm) {
    padding: 0.3em 1.6em;
	border-radius: 10px;
	
}
.am-show-lg-only .imgxx{
	margin-top:37px;
}
.am-show-lg-only .imglx{
	margin-top:27px;
}
.am-btn.am-btn-xx{
    /*padding: 2.7em 1.6em;*/
	width:150px;
	height:150px;
	background-color: #54c3cc;
	border-color: #54c3cc;
	border-radius: 30px;
	
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
    transition: all .1s ease;
	
	box-shadow: 0px 9px 0px #2d9ccd, 0px 17px 1px #b1bec4;
	-webkit-box-shadow: 0px 9px 0px #2d9ccd, 0px 17px 1px #b1bec4;
	-moz-box-shadow: 0px 9px 0px #2d9ccd, 0px 17px 1px #b1bec4;
	-o-box-shadow: 0px 9px 0px #2d9ccd, 0px 17px 1px #b1bec4;
	-ms-box-shadow: 0px 9px 0px #2d9ccd, 0px 17px 1px #b1bec4;	
}
.am-btn.am-btn-xx:focus,.am-btn.am-btn-xx:hover {
		
	box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-webkit-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-moz-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-o-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-ms-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
}
.am-btn.am-btn-lx{
    /*padding: 2.7em 1.6em;*/
	width:150px;
	height:150px;
	background-color: #ff784f;
	border-color: #ff784f;
	border-radius: 30px;
	
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
    transition: all .1s ease;
	
	box-shadow: 0px 9px 0px #de5528, 0px 17px 1px #b1bec4;
	-webkit-box-shadow: 0px 9px 0px #de5528, 0px 17px 1px #b1bec4;
	-moz-box-shadow: 0px 9px 0px #de5528, 0px 17px 1px #b1bec4;
	-o-box-shadow: 0px 9px 0px #de5528, 0px 17px 1px #b1bec4;
	-ms-box-shadow: 0px 9px 0px #de5528, 0px 17px 1px #b1bec4;	
}

.am-btn.am-btn-cy{
	float:left;
	color:#ffffff;
	padding: 0.3em 1.2em;
	width:70px;
	height:70px;
	background-color: #ead424;
	border-color: #ead424;
	border-radius: 15px;
	
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
    transition: all .1s ease;
	
	box-shadow: 0px 5px 0px #e5bc04, 0px 9px 1px #c3c8be;
	-webkit-box-shadow: 0px 5px 0px #e5bc04, 0px 9px 1px #c3c8be;
	-moz-box-shadow: 0px 5px 0px #e5bc04, 0px 9px 1px #c3c8be;
	-o-box-shadow: 0px 5px 0px #e5bc04, 0px 9px 1px #c3c8be;
	-ms-box-shadow: 0px 5px 0px #e5bc04, 0px 9px 1px #c3c8be;	
}
.am-btn.am-btn-cy:focus,.am-btn.am-btn-cy:hover {
	
	background-color: #ead424;
	border-color: #ead424;	
	box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-webkit-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-moz-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-o-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-ms-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
}

.am-btn.am-btn-tl{
	float:left;
	color:#ffffff;
	padding: 0.3em 1.2em;
	width:70px;
	height:70px;
	background-color: #5dc44d;
	border-color: #5dc44d;
	border-radius: 15px;
	
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
    transition: all .1s ease;
	
	box-shadow: 0px 5px 0px #00b037, 0px 9px 1px #c3c8be;
	-webkit-box-shadow: 0px 5px 0px #00b037, 0px 9px 1px #c3c8be;
	-moz-box-shadow: 0px 5px 0px #00b037, 0px 9px 1px #c3c8be;
	-o-box-shadow: 0px 5px 0px #00b037, 0px 9px 1px #c3c8be;
	-ms-box-shadow: 0px 5px 0px #00b037, 0px 9px 1px #c3c8be;	
}
.am-btn.am-btn-tl:focus,.am-btn.am-btn-tl:hover {
	
	background-color: #5dc44d;
	border-color: #5dc44d;	
	box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-webkit-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-moz-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-o-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-ms-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
}

.am-btn.am-btn-tk{
	float:left;
	color:#ffffff;
	padding: 0.3em 1.2em;
	width:70px;
	height:70px;
	background-color: #9baef3;
	border-color: #9baef3;
	border-radius: 15px;
	
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
    transition: all .1s ease;
	
	box-shadow: 0px 5px 0px #3f71d2, 0px 9px 1px #c3c8be;
	-webkit-box-shadow: 0px 5px 0px #3f71d2, 0px 9px 1px #c3c8be;
	-moz-box-shadow: 0px 5px 0px #3f71d2, 0px 9px 1px #c3c8be;
	-o-box-shadow: 0px 5px 0px #3f71d2, 0px 9px 1px #c3c8be;
	-ms-box-shadow: 0px 5px 0px #3f71d2, 0px 9px 1px #c3c8be;	
}
.am-btn.am-btn-tk:focus,.am-btn.am-btn-tk:hover {
	
	background-color: #9baef3;
	border-color: #9baef3;	
	box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-webkit-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-moz-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-o-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-ms-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
}

.am-btn.am-btn-px{
	float:left;
	color:#ffffff;
	padding: 0.3em 1.2em;
	width:70px;
	height:70px;
	background-color: #eaadd9;
	border-color: #eaadd9;
	border-radius: 15px;
	
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
    transition: all .1s ease;
	
	box-shadow: 0px 5px 0px #ad76ad, 0px 9px 1px #c3c8be;
	-webkit-box-shadow: 0px 5px 0px #ad76ad, 0px 9px 1px #c3c8be;
	-moz-box-shadow: 0px 5px 0px #ad76ad, 0px 9px 1px #c3c8be;
	-o-box-shadow: 0px 5px 0px #ad76ad, 0px 9px 1px #c3c8be;
	-ms-box-shadow: 0px 5px 0px #ad76ad, 0px 9px 1px #c3c8be;	
}
.am-btn.am-btn-px:focus,.am-btn.am-btn-px:hover {
	
	background-color: #eaadd9;
	border-color: #eaadd9;	
	box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-webkit-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-moz-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-o-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-ms-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
}

.am-hide-lg-only .imgxx{
	margin-top:27px;
	width:74px;
    margin-left: -5px;
}
.am-hide-lg-only .imglx{
	margin-top:17px;
	width:100%
}
.am-hide-lg-only .am-btn.am-btn-xx1{
	width:120px;
	height:120px;
	background-color: #54c3cc;
	border-color: #54c3cc;
	border-radius: 30px;
	
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
    transition: all .1s ease;
	
	box-shadow: 0px 9px 0px #2d9ccd, 0px 17px 1px #b1bec4;
	-webkit-box-shadow: 0px 9px 0px #2d9ccd, 0px 17px 1px #b1bec4;
	-moz-box-shadow: 0px 9px 0px #2d9ccd, 0px 17px 1px #b1bec4;
	-o-box-shadow: 0px 9px 0px #2d9ccd, 0px 17px 1px #b1bec4;
	-ms-box-shadow: 0px 9px 0px #2d9ccd, 0px 17px 1px #b1bec4;	
}
.am-hide-lg-only .am-btn.am-btn-xx1:focus,.am-hide-lg-only .am-btn.am-btn-xx1:hover {
		
	box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-webkit-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-moz-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-o-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
	-ms-box-shadow: inset 0px 3px 5px rgba(0,0,0,.125);
}
.am-hide-lg-only .am-btn.am-btn-lx1{
    /*padding: 2.7em 1.6em;*/
	width:120px;
	height:120px;
	background-color: #ff784f;
	border-color: #ff784f;
	border-radius: 30px;
	
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
    transition: all .1s ease;
	
	box-shadow: 0px 9px 0px #de5528, 0px 17px 1px #b1bec4;
	-webkit-box-shadow: 0px 9px 0px #de5528, 0px 17px 1px #b1bec4;
	-moz-box-shadow: 0px 9px 0px #de5528, 0px 17px 1px #b1bec4;
	-o-box-shadow: 0px 9px 0px #de5528, 0px 17px 1px #b1bec4;
	-ms-box-shadow: 0px 9px 0px #de5528, 0px 17px 1px #b1bec4;	
}

ul.am-dropdown-content>li>a {
    padding: 0em 1.6em;
}
.am-gallery-imgbordered .am-gallery-item img {
    box-shadow: 0 0 3px 0 #5980c5;
}
.am-form select {
	background-color: #d0dee7;
    border-color: #5980c5;
	border-radius: 5px;
}
.am-dropdown-content:after, .am-dropdown-content:before {
    left: 67px;
}
	