

/* CSS Document */

@font-face {
    font-family: 'hy';
    src: url('../font/slick.ttf');
    src: url('../font/slick.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, Arial, sans-serif;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    background:url(404.png) no-repeat bottom;
    background-size:100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
svg:not(:root) {
    overflow: hidden;
}
a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #000;
}
a:active {
    outline: 0;
}
a:active {
    color: #000;
}
a:hover {
    color: #f18c29;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    vertical-align: middle;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
html,
button,
input,
select,
textarea {
    font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
    margin: 0;
}
ul,
ol,
li,
dl,
dd {
    margin: 0;
    padding: 0;
}
ul,
ol {
    list-style: none outside none;
}
h1,
h2,
h3 {
    line-height: 2;
    font-weight: normal;
}
h1 {
    font-size: 1.8rem;
}
h2 {
    font-size: 1.6rem;
}
h3 {
    font-size: 1.4rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cccccc;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*samll*/
.clearfix{
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.top{
    width: 100%;
    height: 56px;
    background:#1f7ccc;
}
.seach{
    width: 571px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 10px;
}
.top_xx{
   line-height: 56px;
}
.top_xx i{
    font-style: normal;
    color:#fff;
    padding-left: 20px;
    margin-right: 25px;
 background:url("../image/tel.png") no-repeat left;
}

.top_xx i:last-child{
    background:url("../image/email.png") no-repeat left;
}
.mainwrap{
    width: 1200px;
    margin: 0 auto;
}
.mainwrap:after,.mainnav:after{
    content:"";
    width: 100%;
    height: 0;
    clear: both;
    visibility: hidden;
    display: block;
}
.logo{

    padding: 8px 0 7px 0;
    width:255px;
}
.code{
    width: 450px;
    padding-top: 23px;

}
.code ul li{
    width: 106px;
    float: left;
    margin-right: 20px;
    text-align: center;
}
.code ul li img{
    width: 106px;
    height: 106px;
}
.code ul li span{
    width: 106px;
    line-height: 28px;
    float: left;
    text-align: center;
}
/*导航*/
#nav{
    width: 100%;
    background: #025299;
    height: 50px;
}

.mainnav ul li{
    width: 112px;
    float: left;
    line-height: 88px;
    text-align: center;

}
.mainnav ul li a{
    color: #6e6e6e;
    font-size: 16px;
}
.mainnav ul li .subnav{
    width: 112px;
    display: none;
    position: absolute;
    top: 144px;
    z-index: 2;
}
.mainnav ul li .subnav li{
    width: 100%;
    line-height: 40px;
    height: 40px;
    float: left;
    background: rgba(255,255,255,0.7);

}
.mainnav ul li .subnav li:hover{
    background:#1f7ccc;
    transition-duration: .5s;
}
.subnav li a:hover{
    color: #fff;
}
.mainnav ul li .subnav li a{
    width: 100%;
    line-height: 40px;
    height: 40px;
    float: left;
    font-size: 14px;
}
.mainnav ul li:hover .subnav{
    display: block;
    transition-duration: 1s;
}
.swiper-container{
    width: 100%;
    height: 520px;
    overflow: hidden;
    z-index: 1;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*底部*/

/*版权*/
.footer{
    width: 100%;
    height: 212px;
    background: url(../image/footbg.png) no-repeat center;
margin-top:40px;
}
.copyright{
    width: 500px;
    margin: 0px auto;
    padding-top: 24px;
    text-align: left;
}
.copyright p,.copyright span{
    color: #fff;
    margin-top: 20px;
    float: left;

}
.copyright p{
    width: 100%;
}
.copyright span{
    width: 50%;
}
.left_copy{
	
	width:380px;}
	.ewm{
		width:100px;
		height:100px;
		overflow:hidden;
margin-top:40px;
		}
	.ewm img{
		
		width:100%;}	
.bannerbg{
   width: 100%;
    height: 187px;
    overflow: hidden;
    background: #f1f3f6;
}
.banner{
    width: 1272px;
    margin: 0 auto;
}
.left_nav{
    width: 262px;
    background-color: #1f7ccc;
    margin-top: -40px;

}
.left_nav strong{
    width:250px;
    line-height: 65px;
    height: 65px;
    text-align: left;
    padding-left: 32px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}
.mb_nav {
    width: 250px;
    height: 100%;
    background: #fff;
    margin-left: 12px;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.ui-icon {
    display: inline-block;
       width: 22px;
background:#f1f3f6;
    height: 55px;
    background-position: center;
    float: right;

}
.action{
 display: inline-block;
       width: 22px;
    height: 55px;
    background-position: center;
    float: right;
 background: url(../image/dr_bot.png) no-repeat;

}
.nav-item{
    width: 100%;
    line-height: 55px;
    border-bottom: 1px solid #dddddd;
}
.nav-item span{
    color: #666;
    font-size: 16px;
    padding-left: 15px;
}
/*.nav-item:hover{
    content: "";
    width: 100%;
   border-left: 6px solid #f4a6a3;
    background-position:-1px 0;
}*/
.nav-item:active .item-span{
    color: #3e477a;
    padding-left: 15px;
}

.icon-left {
    background-position: 0 0;
    width: 7px;
    height: 17px
}
.icon-left:hover {
    background-position: -8px 0;
    width: 7px;
    height: 16px
}
ul {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0
}
.nav-children__item{
    width: 100%;
    line-height: 55px;
    border-top: 1px solid #dddddd;
    padding-left: 20px;
    background-color: #f1f3f6;
}
.mb_nav ul {
    display: none
}
.mb_nav .active .ui-icon {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.nav-children{
}
.ui-grandson{
    padding-left: 35px;
}
.ui-grandson__item a{
    color:#666;
}

.rightarea{
    width:934px ;

}
.now{
    width: 100%;
    text-align: right;
    line-height: 40px;
    color: #6a7884;
    padding-right: 20px;
}
.now a{
    color: #6a7884;
}
.now_lanmu{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #003883;
    border-bottom: 1px solid #dddddd;
    font-size: 24px;
}
.subbg{
    background: url(../image/subbg.png) no-repeat center;
}
