html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 15px;
    vertical-align: baseline;
    background: transparent;
}


/*body {
    line-height:1;
}*/

@charset "utf-8":focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

img {
    vertical-align: middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #000000;
}

a,
span,
b,
p,
h1,
h2,
h3,
h4,
h5,
div,
i {
    font-family: Microsoft YaHei;
    color: #363635;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    border: 1px solid #000000;
}

table td {
    border: 1px solid #000000;
}

input,
select {
    outline: medium none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input {
    padding: 0;
    border: none;
}

input,
select {
    vertical-align: middle;
}

li {
    list-style: none;
}

body {
    background-color: #ffffff;
    min-width: 1200px;
}

.martop {
    padding: 20px 0;
}

.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.clearfix::after {
    display: block;
    content: '';
    height: 0;
    width: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.top {
    width: 100%;
    height: 75px;
    line-height: 75px;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #ededed\0;
    z-index: 99999;
    position: relative;
    background: rgba(255, 255, 255, 0.7)
}

.logo {
    float: left;
    height: 76px;
    line-height: 76px;
}

.nav {
    width: 716px;
    height: 75px;
    line-height: 75px;
    position: relative;
    z-index: 0;
    float: left;
    margin-left: 26px;
}

.nav a {
    font-size: 15px;
    color: #302e2e;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.nav .nLi:nth-child(5) {
    margin: 0 4px;
}

.nav .nLi h3 {
    float: left;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: block;
    width: 82px;
    text-align: center;
    font-size: 15px;
    height: 76px;
    line-height: 76px;
}

.nav .sub {
    background: rgba(0, 0, 0, 0.5);
    background: #333\9;
    display: none;
    width: 90px;
    left: 0px;
    top: 75px;
    position: absolute;
    line-height: 26px;
    padding: 5px 0;
}

.nav .sub li {
    zoom: 1;
}

.nav .sub a {
    display: block;
    padding: 0px 7px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.nav .sub li:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.3)
}

.nav .sub li:hover a {
    color: #fff;
}

.nav .on h3 a {
    /*background:url(../images/line1.png) no-repeat center 70px;*/
}

.nav em {
    position: absolute;
    left: 0%;
    right: 0px;
    bottom: 0;
    width: 0%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background-color: #1853ad;
}

.nav .nLi:hover em {
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #1853ad;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.nav .active {
    display: block;
    background: url(../images/line1.png) no-repeat center bottom;
}

.seacher {
    /* padding-left:15px; */
    height: 75px;
    line-height: 75px;
    float: right;
    position: relative;
    /*border-left: 1px solid #cdcdcd;*/
}

.search_wrap {
    background: #fff;
    width: 220px;
    width: 150px\9;
    right: -1px;
    position: absolute;
    top: 75px;
    border: 1px solid #c5c5c5;
    z-index: 999999999;
    display: none;
}

.search_wrap input::placeholder {
    font-size: 14px;
}

.search_box_button {
    height: 42px;
    width: 25px;
    background: url(../images/ss.png) no-repeat center;
    border: 0;
    outline: none;
    float: right;
}

.search_box_text {
    /* width:calc(100% - 58px); */
    /* padding:0 10px; */
    float: left;
    border: 0;
    height: 41px;
    outline: none;
    line-height: 41px;
    background: #fff;
    float: left;
    width: 100px\9;
    display: block;
    padding-left: 10px;
}

.search_wrap.on {
    width: 200px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

.header_search {
    cursor: pointer;
}

.header_search span {
    display: block;
    width: 75px;
    height: 75px;
    text-align: center;
    border: none;
    background: url(../images/ss.png) no-repeat center center;
    position: relative;
    margin: auto;
}

.header_search span img {
    vertical-align: middle;
    margin-top: -3px;
}

.header_search.on span {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}


/* 
@media only screen and (min-width:1025px) {

    .search_wrap{visibility: hidden;  transition:all 0.3s; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;/* opacity:0; */

filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity:0;

}

}
*/ .yqlj img {
    float: left;
    margin-top:15px;
}
.yqlj {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #1853ad;
}
.yqlj select {
    width: 225px;
    height: 25px;
    display: block;
    float: left;
    background: url(../images/yqlj_bg.png) no-repeat center;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    margin-left: 40px;
    margin-top:13px;
}
select::-ms-expand {
    display: none;
}
.footer {
    width: 100%;
    height: 175px;
    background-color: #f4f2f2;
}
.footer .width1200 {}
.footer .left {
    float: left;
    padding-top: 45px;
}
.footer .left p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 1px;
    color: #2e2d2d;
    opacity: 0.82;
}
.footer .left p a {
    color: #2e2d2d;
    opacity: 1;
    font-size: 14px;
}
.footer .gfwx {
    float: right;
    padding-top: 25px;
}