@charset "utf-8";

/* CSS Document */
* {
    box-sizing: border-box;
    font-family: 'microsoft yahei ui', 'microsoft yahei', 'helvetica neue', arial, 'hiragino sans gb', sans-serif;
}



html,
body,
div,
p,
span,
font,
em,
ul,
li,
dl,
dt,
dd,
table,
tr,
td,
input,
button,
a {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    color: #333;
}

html,
body {
    height: 100%;
    width: 100%;

}

h3 {
    margin: 0;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;

}

img {
    border: 0px;
    vertical-align: top;
}

em,
i {
    font-style: normal;
}

.clr {
    margin: 0px;
    padding: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    clear: both;
}

a,
input,
textarea,
button,
select {
    outline: none;
}

/*去掉IE11的叉叉*/
input::-ms-clear,
select::-ms-expand {
    display: none;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

.fixed {
    position: fixed;
    height: 100%;
    width: 100%;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container {
    width: 1300px;
    margin: 0 auto;
}

.header {
    padding-top: 27px;
    height: 170px;
    /* border-bottom: 2px solid #5B9CD2; */
    overflow: hidden;
}

.logo img {
    width: 534px;
}

.logo-en img{
    width: 438px;
}

.otherinfo {
    width: 410px;
}

.otherinfo .lang {
    text-align: right;
    font-size: 18px;

}

.otherinfo .lang a {
    display: inline-block;
    height: 20px;
    background: url(lang.png) left center no-repeat;
    padding-left: 27px;
    color: #3576B2;
}

.otherinfo .searchbox {
    margin-top: 23px;
}

.otherinfo .searchbox input {
    float: left;
    width: 290px;
    height: 46px;
    border: 1px solid #CCCCCC;
    border-right: 0;
    padding: 0 21px;
    font-size: 16px;
}

.otherinfo .searchbox button {
    height: 46px;
    width: 120px;
    background: url(search.png) #3576B2 28px center no-repeat;
    padding-left: 56px;
    font-size: 16px;
    color: #fff;
    border: 0;
    text-align: left;
}

.nav {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin-top: 24px;
    background: #5B9CD2;
}
.nav li{
    background: url(navline.png) right center no-repeat;
    width: 11.1%;
    text-align: center;
}
.nav li:last-child{
    background: none;
}
.nav li.cur,
.nav li:hover {
    background: #4E8DC3;
}

.nav li a {
    display: block;
    height: 50px;
    /* padding: 0 30px; */
    color: #fff;
}

.nav li.cur a,
.nav li:hover a {
    color: #fff;
    font-weight: bold;
}

.nav-en li a{
    padding: 0 20px;
}
.main {
    background: url(maintopbg.png) center top no-repeat;
    background-size: 100%;
    overflow: hidden;
}

.mainbtbg {
    padding-bottom: 67px;
    background: url(mainbottombg.png) center bottom no-repeat;
    background-size: 100%;
}

.mt {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #CCCCCC;
}

.tabmenu {
    display: flex;
    justify-content: start;

}

.tabmenu li {
    position: relative;
    margin-right: 50px;
    font-size: 18px;
    font-weight: bold;
}

.tabmenu li.cur {
    font-size: 22px;
}

.tabmenu li.cur a {
    color: #3576B2;
}

.tabmenu li.cur:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #5B9CD2;
}

.tabconts .tabcont {
    display: none;
}

.tabconts .tabcont:nth-child(1) {
    display: block;
}

.u-list {
    margin-top: 20px;
}

.u-list li {
    background: url(graydot.png) left center no-repeat;
    padding-left: 23px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.u-listtime {
    margin-top: 20px;
}

.u-listtime li {
    background: url(graydot.png) left center no-repeat;
    padding-left: 23px;
    position: relative;
    height: 45px;
    line-height: 45px;
}

.u-listtime li a {

    display: block;
    width: 100%;
    font-size: 18px;
    padding-right: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.u-listtime li span {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    font-size: 16px;
    color: #666666;
}

.whitebg {
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(91, 156, 210, 0.2);
    padding: 20px 50px 0;
    margin-top: 32px;
}


.path {
    background: url(home.png) left center no-repeat;
    padding-left: 21px;
    color: #999999;
}

.path a {
    color: #999999;
}

.path a:last-child {
    color: #3576B2;
    font-weight: bold;
}

.footer {
    background: #3576B2;
    padding: 43px 0;
}

.footer-left {
    width: 1000px;
}

.footer-left p {
    font-size: 16px;
    line-height: 2;
    color: #fff;
}

.footer-left p:nth-child(1) {
    border-bottom: 1px solid #5D91C1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer-left p a {
    font-weight: bold;
    color: #fff;
    margin-right: 15px;
}

.footer-left p.copyright {
    color: #A0C6E9;
    font-size: 14px;
}
.footer-en{
    padding: 24px 0;
}
.footer-en p{
    text-align: center;
    line-height: 2;
    color: #A0C6E9;
    font-size: 16px;
    
}