@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
@font-face {
    font-family: 'songti';
    src: url("/gyzcglc/font/KmW6j0oqyhNm.woff") format("woff");
    font-display: swap;
}
html,
body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-family: "Microsoft Yahei", sans-serif;
    overflow-x: hidden;

}
html{font-size: 100px}
html,
body{

    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,b {
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em,b{
    font-style: normal;
}
ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color:inherit;
}
a:focus,div:focus,span:focus
{
    border: none;
    outline: none;
}
img,
input {
    border: 0;
}

input,button{border: none;outline: none;color:inherit;background-color: transparent;}
.f0{
    font-size: 0;
}
input[type='text']:focus-visible{
    outline: none;
}
.phone {
    display: none;
}
.clear:after,.clearfix:after{
    content: '';
    display: block;
    clear: both;
}


.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;
}
.icon img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}

.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in;
}
.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.eclip {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.l2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.pore{position:relative;margin-top: -2px;}
.zi3{position: relative;z-index: 3}

.wp{ width: 1400px; padding: 0; margin: 0 auto;max-width: 100%;}




html,body{
    min-width: 1410px;
    overflow-x: hidden;
}
/*==========================================¹«¹² ¿ªÊ¼=============================================*/
.header_top{
    background: #0F3053;
    overflow: hidden;
    padding: 12px 0 11px;
}
.search{
    font-size: 0;
    position: relative;
    overflow: hidden;
}
.search .inpt{
    display: inline-block;
    vertical-align: middle;
    width: 271px;
    height: 33px;
    line-height: 32px;
    color: #000;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    border-radius:  2px 0 0 2px;
}
.search .subm{
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 33px;
    padding: 7px 8px;
    background: #fff;
    border-radius: 0 2px 2px 0;
    margin-left: 4px;
}

input::placeholder{
    color: #000;
}

.head{
    padding: 38px 0;
    background: url("/gyzcglc/images/head_bg.jpg") no-repeat bottom center;
    background-size: cover;
}
.head .logo img{
    display: block;
    height: 90px;
}



.nav{
    background: #1970CA;
    font-size: 0;
    text-align: center;
}
.nav ul li{
    display: inline-block;
    width: 200px;
    position: relative;
}
.nav ul li a{
    display: block;
}
.nav ul li:first-child{
    margin-left: 0;
}
.nav ul li h2{
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    transition: .5s;
    font-weight: 600;
}
.nav ul li.xiala h2 a:after{
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 9px;
    right: 0;
    top: 50%;
    margin-top: -4px;
    transition: .3s;
    background: url('/gyzcglc/images/xiala.png') center no-repeat;
    background-size: 100% auto !important;
}
.nav ul li.xiala h2 a{
    position: relative;
    padding-right: 22px;
    display: inline-block;
}
.nav ul li:hover h2,.nav ul li.active h2{
    background: #165AA1;
}

.nav ul li .sub {
    position: absolute;
    top: 100%;
    left:0;
    right: 0;
    z-index: 10000;
    transform: scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .25s;
    transform-origin: top;
    background: #fff;
}
.nav ul li .sub .box {
    padding:  0;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.nav ul li .sub a {
    line-height: 34px;
    transition: .6s;
    padding: 8px 10px;
    font-size:16px;
    color: #666666;
    text-align: center;
    display: block;
    width: 100%;
}

.nav ul li .sub a:hover {
    color: #fff;
    background: #165AA1;
}

.nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.nav ul li:hover h2,.nav ul li.on h2{
    font-weight: 600;
}


.foot p{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    line-height: 50px;
}
.foot{
    background: #175BA2;
    background-size: cover;
}