

@media screen and (min-width: 1200px) {
    body {
    margin: 0px;
    background-color:#F7F7F7;
}
}

@media screen and (max-width: 1199px) {
    body {
    margin: 0px;
    background-color:#F7F7F7;
    width:1366px;
    }
}

.section--title{
        margin-bottom: 1px;
    font-size: 30px;
    font-weight: bolder;
}

.container {
    position: relative;
    width: 1200px;
    margin: 0px auto;
    padding: 0;
}

.container .column,
.container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

/* Footer beg ==========================*/
/* .footer p {
    color: #7f8c8d;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    background: #152C6D;
} */

.logo{
    float: left;
    width: 150px;
    margin-left: 52px;
    position: absolute;
    margin-top: -9px;
}

.logo div{
    height:25px;
}

.footer {
    background-color: #152C6D;
    /*border-top: 10px solid #E6E6E6;*/
    color: white;
    padding-top: 40px;
    padding-bottom:40px;
}

.footer h3 {
    border-bottom: 1px dashed #4C4C4C;
    margin-bottom: 25px;
    padding-bottom: 10px;
    color: #E5E5E5;
}

.footer p {
    color: #999999;
}

.footer a {
    color: #FFFFFF;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.footer a:hover {
    color: #04BFEA;
}

.footer-top {
    overflow: hidden;
    padding: 36px 0 20px;
}

.twitter ul {
    margin: 0 0 20px 0;
    padding: 0;

    list-style: none;
}

.twitter li {
    position: relative;
    padding: 0 0 18px 25px;
}

.twitter li:before {
    content: "\f099";

    position: absolute;
    top: 2px;
    left: 0;

    font: 16px 'FontAwesome';
    color: #e2e2e2;
}

.twitter span {
    display: block;
    margin: 2px 0 0;
}

.twit-date {
    font: 11px 'OpenSansItalic';
    color: #d3d3d3;
}

.footer-top .twitter a.link {
    color: #FFFFFF;
}

.footer-top .twitter a.link:hover {
    color: #04BFEA;
}

.twitter li:before {}

.twitter .twit-date {
    color: #E2E2E2;
}

.latest-project {
    margin: 0 -5px 20px;

    font-size: 0px;
    letter-spacing: -.31em;
    word-spacing: -.43em;
}

.latest-project-item {
    display: inline-block;
    position: relative;
    z-index: 2;

    width: 62px;
    height: 62px;

    margin: 0 7px 7px !important;

    background: none;

    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.latest-project a,
.latest-project img {
    position: relative;
    display: block;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
}

.latest-project a:after {
    content: '';

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.latest-project a:hover:after {
    background: rgba(15, 16, 17, 0.5);
}

.latest-project a img {
    max-width: 100%;
}

.latest-project.m-dark a {
    border-color: #2f3132;
}

.latest-project.m-dark a:hover {
    border-color: #F64305;
}

.latest-project.m-dark a:after {
    background: rgba(0, 0, 0, 0.5);
}

.latest-project.m-dark a:hover:after {
    background: none;
}

.contact li {
    margin-bottom: 8px;
}

.contact i:before {
    font-size: 14px;
    color: #ced3d5;
}

.footer .contact-mail a {
    color: #E2E2E2;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.footer .contact-mail a:hover {
    color: #04BFEA;
}

.contact .contact-address i:before {
    font-size: 16px !important;
}

.social-icons-footer li {
    float: left;
    list-style: none;
}

.social-icons-footer li a {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 18px;
}

.footer-bottom {
    background-color: #152c6D;
    border-radius: 2px 2px 0 0;
    font-size: 0.916em;
    overflow: hidden;
    padding: 15px 0;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-bottom a {
    color: #FFFFFF;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.footer-bottom a:hover {
    color: #0080cc;
}

.footer-nav ul {
    float: right;
}

.footer-nav ul li {
    float: left;
    list-style: none;
}

.footer-nav ul li a {
    font-size: 11px;
    color: #FFFFFF;
    padding: 0 18px;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.post iframe {
    margin: 0 10px 0 0;
}

.post .carousel {
    margin: 0;
    padding: 0;
}

.post h6 {
    margin: 15px 0 5px;
    text-align: left;
}

.post a {
    transition: color 0.2s ease 0s;
}

.post p {
    color: #797979;
}

p.info {
    color: #919191;
    font-family: 'OpenSansRegular';
    font-size: 11px;
    font-style: italic;
    text-align: left;
    margin-bottom: 10px;
}

p.info a {
    color: #919191;
    font-family: 'OpenSansRegular';
    font-size: 11px;
    font-style: italic;
}

/* Footer end ==========================*/
/* topbar
==========================*/

.am-topbar-brand {
    width: 30%;
}

.am-topbar {
    margin-bottom: auto;
}

.am-nav-pills>li+li {
    margin-left: 30px;
    margin-top: 0;
}

.am-topbar {
    background: transparent;
    border-style: solid;
    border-color: transparent;
    margin-bottom: auto;
}

.am-nav-pills>li+li {
    margin-left: 30px;
    margin-top: 0;
}

.am-topbar-nav>li>a:hover:after {
    opacity: 1;
    border-bottom-color: transparent
}

.am-topbar a {
    color: white;
}

.am-topbar-nav>li.am-active>a,
.am-topbar-nav>li.am-active>a:focus,
.am-topbar-nav>li.am-active>a:hover {
    color: white;
}

.am-dropdown-content {
    background-color: transparent;
}

.am-dropdown-content:before {
    border-bottom-color: white;
    bottom: 0;
}

.am-dropdown-content:after {
    display: none;
}

.am-topbar-nav>li>a:after {
    display: none;
}

ul.am-dropdown-content>li>a {
    color: white;
}

.am-nav>li>a:focus,
.am-nav>li>a:hover {
    text-decoration: none;
    background-color: transparent
}


.am-btn-secondary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.am-btn-secondary:focus,
.am-btn-secondary:hover {
    background-color: transparent;
}

.am-btn-secondary.am-active,
.am-btn-secondary:active,
.am-btn-secondary:focus,
.am-btn-secondary:hover,
.am-dropdown.am-active .am-btn-secondary.am-dropdown-toggle {
    color: #fff;
    border-color: transparent;
}

.am-topbar {
    position: absolute;
    width: 100%;
    color: white;
    z-index: 999;
    background: transparent;
}

.content {
    background: white;
    color: #101010;
    text-align: center;
}

.am-slider-default .am-control-nav li a {
    width: 82px;
    height: 3px;
}

.am-slider-default .am-control-nav {
    width: 100%;
    position: absolute;
    bottom: 101px;
    text-align: center;
}

.am-slider-default .am-control-nav li a.am-active {
    background-color: white;
    cursor: default;
}

.am-slider-default .am-direction-nav a:before {
    font-size: 250% !important;
    content: "\f053";
}

.am-slider-default .am-direction-nav a.am-next:before {
    font-size: 250% !important;
    content: "\f054";
}


/* footer */

.layout-footer{
    min-width:1200px;
}
.layout-footer .footer {
    width: 100%;
    background-color: #152C6D;
    min-width:1200px;
}

.layout-footer .footer .footer_main--column_title {
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    font-weight: 700;
    display: block;
}

.layout-footer .footer .footer_navigation--item {
    display: block;
    position: relative;
    padding: 0px 25px 12px 0;
    text-align: left;
}

.layout-footer .footer .footer_navigation--link {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}

.layout-footer .footer .footer_main--column {
    margin: 50px 0 0;
}

.layout-footer .footer .footer_navigation {
    padding: 6px 15px 0 0;
}

.layout-footer .footer .footer_contact_info--item i {
    display: block;
    position: absolute;
    left: -2px;
    top: 12px;
}

.layout-footer .footer .footer_contact_info {
    padding: 5px 0 0;
}

.layout-footer .footer .footer_contact_info--item {
    padding: 10px 0;
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    list-style: none;
}

/*@media (min-width: 1200px) {
    .container {
        width: 970 !important;
        margin: 0 auto;
    }
}*/

@media only screen and (min-width: 641px) {
    [class*=am-u-] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media only screen and (min-width: 641px) {
    .am-u-md-2 {
        width: 14%;
    }
}

@media only screen and (min-width: 641px) {
    .am-u-md-3 {
        width: 22%;
    }
}

.s-line {
    width: 41px;
    height: 3px;
    background: #8C8C8C;
    display: inline-block;
    margin-bottom: 5px;
}

h2{
    font-weight: 400;
}


.aboutus{
    position: absolute;
    height: 520px;
    width: 800px;
    margin: 100px 0px 100px 45%;
    background-color: white;
    box-shadow: 3px 3px 5px lightgrey;
    text-align: left;
    /* padding-left: 160px; */
    /* padding-top: 90px; */
    padding: 95px;
    padding-left: 150px;
}


.section{
    width: 100%;
}

.aboutusbg{
    background:url(../images/guanyuwomeng.png) no-repeat;
    height: 700px;
    width: 50%;
    float: left;
    background-size: cover;
}

.chakanquanbu{
    background: url(../images/chakanquanbu.png) no-repeat;
    height: 35px;
    width: 75px;
    position: absolute;
    margin-left: 1100px;
    background-size: 80%;
}

.chakanmore{
    background: url(../images/chakangengduo.png) no-repeat;
    height: 45px;
    width: 140px;
    position: absolute;
    background-size: 80%;
    margin-top:44px;
}

.product {
    height: 400px;
    width: 270px;
    float: left;
    margin: 15px;
    cursor: pointer;
}

.product1{
    background: url(../images/ka1_moren.png);
    background-size: cover;
}

.product1:hover{
    background: url(../images/ka1_xuanzhong.png);
    background-size: cover;
}

.product2{
    background: url(../images/ka2_moren.png);
    background-size: cover;
}

.product2:hover{
    background: url(../images/ka2_xuanzhong.png);
    background-size: cover;
}

.product3{
    background: url(../images/ka3_moren.png);
    background-size: cover;
}

.product3:hover{
    background: url(../images/ka3_xuanzhong.png);
    background-size: cover;
}

.product4{
    background: url(../images/ka4_moren.png);
    background-size: cover;
}

.product4:hover{
    background: url(../images/ka4_xuanzhong.png);
    background-size: cover;
}

[v-cloak] {
    display: none !important;
}
    
.cooperation-container .am-tabs .am-tabs-bd .am-thumbnails li a img {
	border: 0;
	margin: 10px auto
}

.cooperation-container .am-tabs .am-tabs-bd .am-thumbnails li a {
    width: 180px;
    height: 89px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.cooperation-container .am-tabs {
    margin: 0 auto;
    width: 1100px;
    margin-right: 130px;
}

