
html,body{
	margin: 0;
	touch-action: manipulation;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9001;
    background: #ffffff00;
    height: 155px;
    transition: background-color 0.3s ease;
}

.clearfix {
    display: NONE;
    margin-right: -5px;
    width: 34px;
}

.clearfix .closed {
    width: 80%;
}




.header.scrolled {
    background: url(../imgs/logos_bg.png) no-repeat;
    background-size: 100% 100%;
}
.container_logo{
	width: 90%;
	margin: 0 auto;
}
.nav_logo_bg{
	width: 100%;
	padding: 20px 0;
}
.top_nav_wrapper{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-logo-left{
	width: 50%;
	display: flex;
	align-items: center;
}
.nav-logo-left .logo_fcvc{
	width: 260px;
	margin-right: 20px;
}
.nav-logo-left .nav_date{
	width: 220px;
}
.nav-logo-right{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-logo-right img{
	width: 70px;
	margin: 0 20px;
}


/*导航*/
.header .nav {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    width: 100%;
	background: linear-gradient(to bottom,#ffffff00,#ffffff00,#00ff9955);
	border-bottom: 3px solid #00ff99;
}
.header.scrolled .nav{
	background: none;
	/*background: linear-gradient(to bottom,#ffffff00,#747474,#00ff9955);*/
}

.header .nav ul {
    display: flex;
    position: relative;
}


/*.header .nav ul:before{
	content: "";
    width: 100px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../imgs/nav_left.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.header .nav ul:after{
    content: "";
    width: 100px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../imgs/nav_right.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}*/

.header .nav .fa-search {
    color: #000;
    font-size: 18px !important;
    cursor: pointer;
    margin-right: 20px;
    display: block;
}

.header .nav .fa-search:hover {
    color: #00639c;
}

.header .nav #searchInput {
    margin-right: 20px;
    height: 32px;
}

.header .nav #searchInput:focus {
    box-shadow: 0 0 3px #00639c;
    border-color: #00639c;
}

.language-wrap {
    display: inline-block;
    width: 40px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    background: transparent;
    border: 1px solid #21d375;
    color: #21d375;
}
.language-wrap a{
	color: #21d375;
}

.header .nav .language {
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #21d375;
    text-decoration: none;
}

.header .nav .language:hover {
    color: #21d375;
    text-decoration: none;
}

.header .navbar_nav li {
    /*	float: left;*/
    position: relative;
    color: #fff;
    display: block;
    background: transparent;
}

.header .navbar_nav li:after {
    content: "";
    width: 0;
    height: 3px;
    background: #21d375;
    /*background-image: linear-gradient(to right,#0171c5,#4dffe7);*/
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: all 0.5s ease 0s;
}


.header .navbar_nav li:hover:after {
    width: 100%;
}

.header .navbar_nav li a {
    text-decoration: none;
    height: 100%;
    padding: 0 24px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.header .navbar_nav li a span{
	font-size: 20px;
}

.header .navbar_nav li a img{
	width: 16px;
	margin-left: 6px;
}

.header .navbar_nav li:hover a {
    color: #fff;
}

.header .navbar_nav li.dropdown {
    display: inherit;
    position: relative;
    z-index: 999;
}

.header .navbar_nav li.dropdown .jt {
    width: 20px;
    height: 20px;
    background: url(i/top.png) no-repeat;
    background-size: 100% 100%;
    display: block;
}

.header .navbar_nav li.dropdown .dropdown_menu {
    display: none;
    position: absolute;
    top: 62px;
	background: #0000009c; 
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    min-width: 100%;
    border: 1px solid #08805a;
}

.header .navbar_nav li.dropdown .dropdown_menu .dropdown_menuimg_top_div{
	width: 100%;
	height: 10px;
    position: absolute;
	top: -10px;
    left: 20px;
	z-index: 999999;
}
.header .navbar_nav li.dropdown .dropdown_menu .dropdown_menuimg_top{
	width: 20px;

}

.header .navbar_nav li.dropdown .dropdown_menu a {
    font-size: 14px;
    color: #ffffff;
    padding-left: 20px;
    line-height: 40px;
    margin-bottom: 2px;
    white-space: nowrap;
/*    border-bottom: 1px solid #ffffff;*/
    
    /*background: linear-gradient(to right,#5bffff,#111165);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.header .navbar_nav li.dropdown .dropdown_menu a:last-child {
	border-bottom: 0px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
    display: block;
    background: #0000009c;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
    color: #ffffff;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
    color: #00ff99;
    font-size: 15px;
    background: linear-gradient(to right ,#00ff9915, #ffffff00);
    border-left: 3px solid #00ff99;
    -webkit-text-fill-color: #00ff99;
}

.top_nav_wrapper_mob{
	display: none;
}
#navToggle {
    display: none;
}

.m_nav {
    position: fixed;
    top: 0px;
    /* box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38); */
    width: 0;
    height: 100%;
    background: linear-gradient(to right,#00ff99,#000000);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 100000;
    opacity: 0;
    visibility: visible;
    margin-top: 0px;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    left: -100%;
    transform: translateX(100%);
    border-top: 1px solid #eee;
}

.m_nav.open {
    transform: translateX(0);
    width: 100%;
    opacity: 1;
    left:0;
}

.m_nav .top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}

.m_nav .top .closed {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
}

.m_nav .logo {
    width: 100%;
    margin: 0 auto;
}

.m_nav .logo img {
    display: block;
    margin: 30px auto;
}

/*.m_nav .language {
    color: #00639c!important;
}*/

.m_nav .ul {
    margin-top: 50px;
}

.m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}

.m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
	background: #fff;
}

.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}

.m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.m_nav .ul li .dropdown_menu {
    display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
    display: block;
}

.m_nav .ul li .dropdown_menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}
.m_nav .ul li .dropdown_menu a:before {
    content: '';
    width: 10px;
    height: 20px;
    background:url(../imgs/nav-mobile-left.png) no-repeat;
    background-size:100% 100%;
    position: absolute;
    top: 15px;
    left: 20px;
}

.m_nav .ul li .dropdown_menu a:last-child {
    border: none;
}

@media screen and (max-width: 1440px) {
    .header .navbar_nav li a {
        padding: 0 22px;
    }
    .header .navbar_nav li a {
	    font-size: 16px;
	}
    .header .navbar_nav li a span {
	    font-size: 16px;
	}
}

.footer{
	width: 100%;
	background: #f2f3f7;
}
.footer_wrap{
	width: 100%;
	height: 380px;
	background: url(../imgs/footer_bg.png) no-repeat;
	background-size: 100% 100%;
	
}
.contact_lists{
	width: 90%;
	margin: 0 auto;
	padding-top: 140px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.contact_lists .contact_item{
	width: 17%;
	color: #ffffff;
}
.contact_item_title{
	font-size: 14px;
	margin: 10px auto 20px;

}
.contact_item_title span{
	padding: 0 0 10px 0;
	border-bottom: 2px solid #21d375;
}
.contact_item_way{
	margin: 8px 0;
	display: flex;
	align-items: center;
}
.contact_item_way img{
	width: 12px;
	margin-right: 8px;
}

@media screen and (max-width: 1420px) {
	.contact_lists{
		width: 94%;
	}
	.contact_lists .contact_item {
	    width: 19%;
	}
}



@media screen and (max-width: 992px) {
	.top_nav_wrapper{
		display: none;
	}
	.header {
        padding: 0 10px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .container_logo {
    	width: 100%;
    }

    .header .navbar_nav li a {
        padding: 0 20px;
    }

    .header .nav {
        display: none;
    }
	.header {
		background: linear-gradient(to bottom,#ffffff00,#ffffff00,#ffffff00,#00ff9955);
		border-bottom: 2px solid #00ff99;
	}
	.header.scrolled {
	    background: #747474;
	}
	.clearfix{
		position: fixed;
		top: 15px;
		left: 26px;
	}
	
	.top_nav_wrapper_mob{
		display: flex;
		width: 90%;
		margin: 0 auto;
		align-items: center;
	}
	
	.nav-logo-mob{
		width: 40%;
		margin: 0 20px 0 20px;
	}
	.nav-logo-mob .nav-logo-mobs{
		width: 170px;
	}
	.nav-logo-mob .nav-logo-mob-date{
		width: 170px;
	}
	
	.nav-logo-right-mob{
		width: 40%;
		text-align: right;
	}
	.nav-logo-right-mob-s{
		display: flex;
		align-items: center;
        justify-content: flex-end;
	}
	.nav-logo-right-mob-s img{
		width: 30px;
		margin: 0 4px;
	}
	
	.header #navToggle {
        display: inline-block;
        margin-top: -6%;
    }

        .header #navToggle span {
            position: relative;
            width: 25px;
            height: 2px;
            margin-top: 21px;
        }

            .header #navToggle span:before,
            .header #navToggle span:after {
                content: '';
                position: relative;
                width: 100%;
                height: 2px;
                left: 0;
            }

            .header #navToggle span,
            .header #navToggle span::before,
            .header #navToggle span::after {
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                display: block;
                background: #ffffff;
            }
	.navToggle-on,
    .navToggle-on::before,
    .navToggle-on::after {
        background: #4f4f4f !important;
    }

    .header #navToggle span:before {
        top: 8px;
    }

    .header #navToggle span:after {
        bottom: 10px;
    }

    .header #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }

    .header #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    .header #navToggle.open span {
        background: none;
    }

        .header #navToggle.open span:before,
        .header #navToggle.open span:after {
            background: #4f4f4f;
        }
        
    
	
	.contact_lists{
		display: block;
        padding-top: 30px;
	}
	.contact_lists .contact_item {
	    width: 97%;
	    margin: 28px auto;
	    color: #ffffff;
	}
	
	.footer_wrap {
	    width: 100%;
	    height: 100%;
	    padding: 0 0 20px 0;
	    background: url(../imgs/footer_mobbg.png) no-repeat;
	    background-size: 100% 100%;
	}
}
