﻿@charset "utf-8";
/*
** Time: 2017.04.26
** Description: Style CSS
**/

/************       Common       ************/
@media screen and (max-width: 640px){
	.new .sm-16{
	font-size:16px;}
}
.font14 {
    font-size: 14px;}

.font16 {
    font-size: 16px;}

.font18 {
    font-size: 18px;}
color3{
	color:#333333;}
color6{
	color:666666;}
color9{
	color:#999999;}

.main {
    overflow: hidden;}

body {
    background: #fff;}

.main .contain {
    width: 1200px;
    height: 100%;
    margin: auto;}

.main .contain:after {
    display: table;
    content: "";
    clear: both;}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;}

.clearfix {
    *zoom: 1;}

.pic-wrap {
    height: 100%;
    overflow: hidden;}

.pic-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;}

.matrix-img,
.animation-time {
    transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;}

.matrix-img:hover {
    transform: matrix(1.08, 0, 0, 1.08, 0, 0);
    -o-transform: matrix(1.08, 0, 0, 1.08, 0, 0);
    -ms-transform: matrix(1.08, 0, 0, 1.08, 0, 0);
    -moz-transform: matrix(1.08, 0, 0, 1.08, 0, 0);
    -webkit-transform: matrix(1.08, 0, 0, 1.08, 0, 0);}

/************       Common       ************/
.clear {
    clear: both;}

input,
button {
    border: none;}

.wd100 {
    width: 100%;}

.wd1200 {
    max-width: 1200px;
    margin: 0 auto;}

header {
    height: 44px;
    line-height: 44px;
    background-color: #01437f;}

header .head .welcome {
    color: #fff;}

header .head .right .English {
    display: block;
    color: #fff;
    margin-right: 20px;}

header form .sousuo {
    height: 26px;}

.clear {
    clear: both;}

.nav {
    height: 80px;
    line-height: 80px;}

.nav .nav-c .first-div {
    display: inline-block;
    position: relative;}

.nav .nav-c .first-div .first-a {
    display: block;
    padding: 0 10px;
    color: #333333;}

.nav .nav-c .first-div:hover {
    background: #096192;}

.nav .nav-c .first-div:hover .first-a {
    color: #fff;}

.nav .nav-c .first-div .second {
    position: absolute;
    top: 80;
    left: 0;
    z-index: 999;
    color: #000;
    background: #fff;
    padding: 0;
    margin: 0;
    width: 150px;
    height: 0;
    text-align: left;
    overflow: hidden;
    transition: .4s;}

.nav .nav-c .first-div:hover .second {
    height: auto;}

.nav .nav-c .first-div .second li a {
    width: 100%;
    height: 100%;
    display: block;
line-height:50px;
    transition: .4s;
    cursor: pointer;
    font-size: 12px;
    padding: 0 10px;}

.nav .nav-c .first-div .second li a:hover {
    background: #096192;
    color: #fff;
    cursor: pointer;}

.nav .am-menu-offcanvas2 .am-menu-toggle {
    color: #01437f;
    top: -75px;}

.nav .am-menu-offcanvas2 .am-menu-toggle {
    width: 100px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;}

.nav .am-offcanvas-bar {
    background: #fff;}

.nav .am-menu-offcanvas2 .am-menu-nav>li>a {
    color: #fff;
    background: #999;}

.nav .am-menu-offcanvas2 .am-menu-nav>li {
    width: 100%;}

.nav .am-menu-offcanvas2 .am-menu-nav>li>a:focus,
.am-menu-offcanvas2 .am-menu-nav>li>a:hover {
    background-color: #024788;}

.nav .am-offcanvas-bar:after {
    content: none;}

.nav .am-offcanvas-bar {
    width: 450px;}

.banner {}

/* footer */
footer {
    /* height: 223px; */
    height: auto;
    background: url(../img/f-banner.jpg) no-repeat;
    background-size: cover;}

footer .fot {
    border-bottom: 1px solid #fff;}

footer .fot .lianjie {
    color: #fff;
    margin: 0 !important;}

footer .footer .bot p {
    color: #fff;
    margin: 0;}
footer .footer .bot .admin{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;}
footer .footer .bot .admin >div{
    padding: 0 20px;}
footer .footer .bot .admin .bei{
    border-right: 1px solid #fff;}
footer .footer .bot .admin .todo{
    display: flex;}
footer .footer .bot .admin .todo span a{
    color: #fff;}
footer .footer .bot .admin .todo img{
    margin-right: 10px;}

footer .footer .fot-center {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;}

footer .footer .fot-right {
    color: #fff;
    margin-top: -10px;}

.font12 {
    font-size: 12px;}

.nav {
    position: relative;}

.form {
    position: relative;
    margin-top: 7px;
   
    height: 30px;
    background: #fff;
    border-radius: 20px;}

.form .button {
    text-align: center;
    float: right;
    position: absolute;
    top: 5px;
    right: 5px;
    outline: none;}

header form .search {
    padding-top: 16px;}

header form .input {
    height: 30px;
    float: left;
    padding-right: 20px;
    padding-left: 5px;}

header form .input input {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    outline: none;
    border-radius: 20px;
    color: #c8c8c8;
    font-size: 12px;}

header form .button button {
    width: 100%;
    height: 100%;
    border: none;
    color: #fff;
    display: block;
    background: #fff;
    font-size: 14px;
    outline: none;}

.yq {
    margin-top: 50px;
    color: #666666;}

.yq a {
    color: #666666;}


.fenye {
    width: 100%;
    text-align: center;
    line-height: 40px;}

.pagelist li {
    float: left;
    margin-right: 5px;}

.pagelist li a {
    padding: 5px 10px;
    background-color: #eeeeee;
    border-radius: 4px;}

.pagelist .info-con {
    padding: 5px 10px;
    background-color: #eeeeee;
    border-radius: 4px;}


.nav .nav-c .first-div.current {
    background: #096192;}

.nav .nav-c .first-div.current .first-a {
    color: #fff;}




/************       Footer       ************/