@import url("reset.css");

/* color css */
@import url("color.css");

.warp {
    width: 1200px;
    margin: 0 auto;
}

/* 头部 */
p.eng{
 width: 1200px;
 margin: auto;
 text-align: end;
 padding-top: 10px;
}
p.eng a{
    color: #fff;
    font-size: 14px;
}
.g-hd .m-subNav {
    height: 140px;
    line-height: 140px;
}

.g-hd .m-subNav .logo img {
    width: 433px;
}

.g-hd .m-subNav form {
    display: inline-block;
    margin: 0 0 0 35px;
    position: relative;
}

.g-hd .m-subNav input {
    width: 205px;
    height: 38px;
    background-color: transparent;
    border-radius: 19px;
    border: solid 1px #ffffff;
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
}

.g-hd .m-subNav .submit {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 0;
    background-image: url("base_3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    position: absolute;
    right: 10px;
    top: 52px;
}

.g-hd .m-nav {
    font-size: 0;
    vertical-align: middle;
    height: 55px;
    line-height: 55px;
}

.g-hd .m-nav .warp div {
    width: 11%;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    transition: ease-in 0.3s;
}

.g-hd .m-nav a {
    display: inline-block;
    height: 100%;
}

.g-hd .m-nav .warp div:hover {
    font-weight: bold;
}

/* 底部 */
.g-ft {
    /*height: 280px;*/
}

.g-ft .info {
    /*height: 229px;*/
    height: 245px;
    background-position: center;
    background-size: cover;
}

.g-ft .info .warp {
    display: table;
}

.g-ft .info .title {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    margin: 0 0 10px;
}

.g-ft .info .title::after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: -7px;
}

.g-ft .info .link,
.g-ft .info .logo,
.g-ft .info .contact {
    display: table-cell;
    width: 400px;
    vertical-align: middle;
    /*height: 229px;*/
    height: 245px;
}

.g-ft .info .logo img {
    width: 400px;
}

.g-ft .link .ctx {
    font-size: 16px;
    line-height: 32px;
    padding: 10px 0 0;
}


.g-ft .link .ctx div {
    display: inline-block;
    /*width: 34%;*/
    width: 45%;
}

.g-ft .link .ctx a {
    color: #ffffff;
}

.g-ft .contact {
    box-sizing: border-box;
    padding: 0 0 0 70px;
}

.g-ft .contact .ctx {
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    padding: 10px 0 0;
}


.g-ft .contact .ctx img {
    width: 16px;
    margin: -3px 8px 0 0;
}

.g-ft .copyright {
    height: 51px;
    line-height: 51px;
    text-align: center;
    color: #ffffff;
}



/* 导航栏通用 */
.b-channel {padding: 10px 10px 0; height: 46px; line-height: 46px; border-bottom: solid 2px #003e78; position: relative;}
.b-channel .channel img {width: 22px; margin: -3px 5px 0 0;}
.b-channel .channel { font-size: 22px; color: #003e78;}
.b-channel .subChannel {font-size: 14px; position: absolute; right: 10px; top: 10px; color: #666666; vertical-align: middle; }
.b-channel .subChannel a {color: #666666; vertical-align: middle;}


/* 手机版适配 */
@media screen and (max-width: 600px) {
     p.eng{width: 93%;}
    .warp { width: 100%; box-sizing: border-box; padding: 0 0.35rem; }
    .g-hd .m-subNav {height: auto; line-height: initial;}
    .g-hd .m-subNav img { width: 100% !important; margin: 0.7rem 0; }
    .g-hd .m-subNav form {display: none;}
    .g-hd .search.f-fr {float: unset;}
    .g-hd .m-nav { height: auto; }
    .g-hd .m-nav {line-height: 36px;}
    .g-hd .m-nav .warp div {width: 25%; font-size: 16px;}
    .g-ft {height: auto;}
    .g-ft .info {height: auto;}
    .g-ft .info .link, .g-ft .info .logo, .g-ft .info .contact {display: block; height: auto; width: 100%;}
    .g-ft .info .link, .g-ft .info .logo {display: none;}
    .g-ft .contact {padding: 15px;}
    .g-ft .copyright {height: auto; line-height: 32px;}
    .b-channel .subChannel {display: none;}
}



