/*common部分*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0 auto;
    min-width:1300px;
    
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
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 {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}

body{
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'PingFang SC','Microsoft YaHei','SimSun';
    background: url("../image/backgroung.png") repeat-x top center;
    background-color: #EDF3F9;
    font-size: 14px;
}
a {
    color: #337ab7;
    text-decoration: none!important;
}

ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.more:hover{
    font-weight: bold;
}
.clear{
    clear: both
}

/*header部分*/
.header{
    width:100%;
    height:326px;
}
.header_top{
    background-color: #1369C0;
    width:100%;
    height:91px;
}
.header_top_content{
    width:1200px;
    height:91px;
    margin: auto;
    position: relative;
}
.header_top_logo{
    position: absolute;
    left: 0;
    top: 10px;
    background: url("../image/logo.png");
    background-size: 100%;
    width:440px;
    height:101px;
}
.header_top_ul{
    height: 100%;
    float: right;
    margin:0;
}

.header_top_ul li{
    list-style: none;
    float: right;
    margin-left: 40px;
}
.header_top_ul li img{vertical-align: middle;}

.header_top_ul li a{
    width:284px;
    height:16px;
    font-size:15px;
    font-family:Microsoft YaHei,'SimSun';
    font-weight:400;
    color:#FFFFFF;
    line-height:91px;
    opacity:0.8;
    margin-left: 6px;
}
.header_top_ul li a:hover{opacity:1;}

.header_sosou{
    width:460px;
    height:42px;
    background-color:#FFFFFF;
    box-shadow:0px 0px 7px 0px rgba(19,105,192,0.45);
    border-radius:21px;
    margin: 60px auto 0;
    line-height: 42px;
    overflow: hidden;
}
.header_sosou input{
    background: none;
    outline: none;
    border: none;
    width: 384px;
    height: 32px;
    margin-left: 22px;
    font-size:15px;
    font-weight:400;
}
.header_sosou a{
    display: inline-block;
    width: 42px;
    height: 42px;
    vertical-align: middle;
    margin-left: 6px;
    background: none;
    border: none;
    outline: none;
    background: url("../image/ss.png") no-repeat center;
}
.header_nav{
    width: 1200px;
    height: 120px;
    margin: 54px auto 0;
    text-align: center;
}
.header_nav a{
    min-width: 80px;
    height: 100%;
    margin: 0 32px;
    display: inline-block;
    height: 100%;
}
.header_nav a:hover .header_nav_text{
    font-weight:bold;
}
.header_nav a:hover span{
    opacity: 0.8;
}
.header_nav span{display: block;}
.header_nav_icon,.icon_current{
    width:80px;
    height:80px;
    box-shadow:0px 0px 2px 0px rgba(19,105,192,0.3);
    border-radius:6px;
    text-align: center;
}
.header_nav_text,.text_current{
    font-size:16px;
    font-family:'PingFang SC Medium',Microsoft YaHei,'SimSun';
    color:#1369C0;
    margin-top: 12px;
}
.header_nav_icon img,.icon_current img{border: none;height:37px;margin-top:21px}
.header_nav_icon{background-color:#C8E3FB;}
.header_nav_text{font-weight:500;}
.icon_current{background:#1369C0;}
.text_current{font-weight:bold;}

/*center部分*/
.center{
    width:1200px;
    min-height:500px;
    background:#ffffff;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    margin: -42px auto 0;
}

/*link部分*/
.link{
    width:1200px;
    /*min-height:100px;*/
    margin: 20px auto;
    border-top: 3px #1369C0 solid;
}
.link>div{
    width: 100%;
}
.link_icon{
    background: url("../image/icon13.png") no-repeat left center;
    font-size:16px;
    font-family:'PingFang SC','Microsoft YaHei','SimSun';
    font-weight:bold;
    color:#1369C0;
    line-height:53px;
    height:53px;
    width: 106px;
    float: left;
    text-align: right;
}
.link_title{
    width: 1080px;
    float: left;
    height:53px;
    margin-left: 14px;
    margin-top: 1px;
}
.link_title li{
    height: 100%;
    float: left;
    cursor: pointer;
}


.link_title li a{
    display: inline-block;
    min-width: 90px;
    height: 100%;
    font-size:14px;
    font-family:'PingFang SC','Microsoft YaHei','SimSun';
    color:#505050;
    line-height:53px;
    text-align: center;
    padding: 0 10px;
}
.link_title li span{
    display: inline-block;
    width: 8px;
    height: 53px;
    background: url("../image/icon22.png") no-repeat center;
    margin-right: 10px;
    vertical-align: middle;
}
/* .link_title li:hover{
      background-color: white;

  }
 .link_title li:hover a{
     color:#1369C0;
 }*/
.link_title .active{
    background-color: white;
}
.link_title .active a{
    background-color: white;
    color:#1369C0;
}
.link_title .active span{
    display: inline-block;
    width: 8px;
    height: 53px;
    background: url("../image/icon23.png") no-repeat center;
    margin-right: 10px;
}
.link_content{
    width: 1152px;
    min-height: 40px;
    margin:  auto;
}
.link_content a{
    display: inline-block;
    width: 16%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size:14px;
    font-family:'PingFang SC','Microsoft YaHei','SimSun';
    color:#505050;
    padding: 0 10px;
    overflow: hidden;

}
.link_content a:hover{
    color: #1369C0;
    font-weight: bold;
}

/*footer部分*/
.footer{
    width:100%;
    height:144px;
    background-color:#1369C0;
    font-size:14px;
    font-family:'PingFang SC','Microsoft YaHei','SimSun';
    color:#ffffff;
    line-height:12px;
    text-align: center;
    padding-top: 30px;
}