﻿@charset "utf-8";
/****reset style*****/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "宋体", "PingFang SC", Arial, sans-serif!important;
    /**font-weight: bold!important;*/
}

html{
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    color: #333333;
    word-break: break-all;
    word-wrap: break-word;
    cursor: default;
    background-color: #fff;
	min-width: 800px;
}

h1, h2, h3, h4, h5, h6, blockquote, pre, p, a, address, em, img, strong, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
	font-weight: normal!important;
}

a {
    color: #3364a8;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

em {
    font-style: normal;
}

img {
    border: 0 none;
    vertical-align: bottom;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"] {
    padding: 6px 8px;
    font-size: 14px;
    color: #303d3f;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;*/
    vertical-align: middle;
}

select {
    width: 120px;
    /*height:30px;*/
    /*line-height:30px;*/
    /*[;height:30px;line-height:30px;];*/
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: none;
    outline: none;
    border: 1px solid #ccc;
    /*很关键：将默认的select选择框样式清除*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/arrow-down.png) right 8px center no-repeat;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 18px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

select:hover, textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover, input[type="file"]:hover {
    border-color: #bbb;
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, input[type="file"]:focus {
    color: #696969;
    border-color: #f59942;
    background-color: #fff;
    outline: 0;
}

textarea {
    resize: none;
}

button, .btn, input[type="button"], input[type="submit"] {
    display: inline-block;
    padding: 6px 5px;
    font-size: 14px;
    color: #fff;
    background: #2d9651;
    border: 1px solid #0c692b;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
}

button i, .btn i {
    margin-right: 4px;
}

.btn-disable {
    cursor: not-allowed;
    background: #eaeaea !important;
    color: #777 !important;
    border-color: #aaa !important;
}

input:focus, textarea:focus, button:focus {
    outline: 0;
}

input[readonly] {
    color: #939192;
    background: #f5f5f5 !important;
    cursor: default;
}

/*清除type=password时默认的眼睛*/
input::-ms-reveal {
    display: none;
}

/*清除type=text时默认的清空 小× */
input::-ms-clear {
    display: none;
}

ol, ul, li {
    list-style: none;
}

ol:after, ul:after {
    content: "";
    display: block;
    clear: both;
}


/*******浮动设置********/
.box-l {
    float: left;
}

.box-r {
    float: right;
}

.hide{
    display: none;
}

.show{
    display: block;
}

.no-border{
    border: none;
}

.no-padding{
    padding: 0;
}

.no-margin{
    margin: 0;
}

/*******透明遮罩层*********/
.layer-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 99;
    display: none;
}

/*******重置placeholder颜色*********/
::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

/****css****/
.web {
    /* padding-top: 245px; */
}

.safe-width{
    width: 1200px;
    margin: 0 auto;
}

/*导航*/
.nav-box {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 18px;
}

.nav {
    width: 1418px;
    height: 120px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    /* overflow: hidden; */
    padding: 18px;
    box-shadow: 0 4px 30px #bbb;
}

.nav .logo {
    width: 98px;
    height: 84px;
    float: left;
    margin-right: 45px;
}

.navlist-box {
    float: left;
    margin-top: 17px;
}

.navlist-box ul>li {
    float: left;
    font-size: 26px;
    color: #3364a8;
    padding: 0 16px;
    font-weight: bold !important;
    text-align: center;
    cursor: pointer;
    position: relative;
    height: 78px;
}

.navlist-box ul>li>a {
    color: #3364a8;
	font-weight: bold !important;
}
.navlist-box ul>li:hover span{
    /**font-weight:bold;*/
    border-bottom: 1px solid #3364a8;
}
.navlist-box ul>li span {
    padding: 6px 0;
    display: block;
}
.lang {
    float: right;
    font-size: 24px;
    color: #3364a8;
    margin-top: 25px;
    cursor: pointer;
}

.lang li img {
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px;
}

.nav2 {
    display: none;
    position: absolute;
    top: 68px;
    left: 9px;
}
.nav2 dl{
    border-radius:20px;
    overflow:hidden;
    box-shadow: 0 5px 24px #aaa;
    padding: 10px 0;
    background: #fff;
}
.nav2 dd {
    height: 66px;
    background: #fff;
    line-height: 66px;
    padding: 9px 18px;
}

.nav2 dd a {
    font-size: 21px;
    color: #3364a8;
    letter-spacing: 0;
    display: block;
    text-align: center;
    transition: 0.3s;
    display: block;
    /*font-weight:normal;*/
    line-height: 48px;
}

.nav li:hover .nav2 {
    display: block;
}

.nav2 dd a:hover {
    color: #3364a8;
    /**font-weight:bold;*/
    border-bottom:1px solid #3364a8;
}

/*页脚*/
.foot {
    height: 212px;
    background: #3364a8;
    color: #fff;
    text-align: center;
    padding: 32px 0;
    margin-top: 60px;
}

.foot .links {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
}

.foot .links a {
    color: #fff;
    font-weight: normal!important;
}

.foot p {
    font-size: 22px;
    line-height: 40px;
    margin-top: 24px;
}
.foot2 {
    height: 106px;
    padding: 10px 0;
}


/*页码*/
.h-box-foot {
    text-align: center;
}
.page {
    height: 50px;
    margin-top: 70px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
    display: inline-block;
}

.page a {
    padding: 5px 13px;
    border: solid 1px #d6d6d5;
    /* border-radius: 4px; */
    background-color: #f3f2ef;
    margin: 0 3px;
    color: #777;
    cursor: pointer;
    font-size: 20px;
    float: left;
}

.page .current {
    background-color: #3364a8;
    border: solid 1px #3364a8;
    color: #FFFFFF;
}

.page a:hover {
    background-color: #3364a8;
    border: solid 1px #3364a8;
    color: #FFFFFF;
}

.page span {
    font-size: 20px;
    color: #1e1e1e;
    float: left;
    line-height: 38px;
    margin: 0 4px;
}

.page .input {
    cursor: default;
    display: inline-block;
    /* padding: 5px 4px; */
    border: solid 1px #d6d6d5;
    /* border-radius: 4px; */
    background-color: #f3f2ef;
    margin: 0 5px;
    color: #777;
    font-size: 24px;
    line-height: 31px;
    float: left;
}

.page .input input {
    width: 38px;
    height: 38px;
    font-size: 20px;
    outline: none;
    border: none;
    background: none;
    padding: 0;
    text-align: center;
    line-height: 38px;
}

.nav-box2 {
    height: 120px;
    background: #fff;
    top: 0;
    box-shadow: 0 5px 24px #ccc;
}

.nav-box2 .nav {
    box-shadow: none;
}

.hbanner-box {
    width: 100%;
    min-width: 1418px;
}
.h-box {
    width: 100%;
    text-align: center;
}
.h-box img {
    /*width: 100%;*/
}

.s-title h2 {
    font-size: 40px;
    text-align: center;
    padding: 80px 0;
    color: #3364a8;
    /**letter-spacing: -1px;*/
	letter-spacing: 3px;
	font-weight: bold !important;
}

.s-title h3 {
    font-size: 40px;
    text-align: center;
    padding: 30px 0;
    color: #3364a8;
    letter-spacing: -1px;
}
