body,ul,li,p,h1,h2,h3,h4,h5{
    margin:0;
    padding:0;
    font-size:100%;
}
body{
    font-family: 'Calibri', Sans-Serif;
    font-size: 14px;
}
button,input,select,textarea{
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
li{
    list-style: none;
}
a{
    text-decoration:none;
    color:#000;
    background: transparent;
}
a:focus{
    outline: none;
}
img{
    border:0;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.center{
    width: 1200px;
    margin: 0 auto 0;
}
/*header-box*/
.header-box{
    height: 179px;
    background: url(../img/head-bg.png) center 0 no-repeat;
    -webkit-background-size:100% 100%;
    background-size:100% 100%;
}
.header{
    overflow: hidden;
    zoom: 1;
    height: 179px;
}
.logo{
    width: 1010px;
    margin-top: 40px;
}
.top-link{
    width: 190px;
    height: 30px;
    margin-top: 10px;
    overflow: hidden;
}
.top-link a{
    float: left;
    width: 90px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    /*font-size: 18px;*/
    font-size: 1.2rem;
    font-style: italic;
    color: #010132;
    border: 1px solid #0774d3;
}
.top-link .chinese-btn{
    border-left: 0;
}
.top-link a:hover{
    color: #0774d3;
}
/*nav-box*/
.nav-box{
    height: 50px;
    background-color: #0774d3;
}
.nav-list{
    overflow: hidden;
    zoom: 1;
    height: 50px;
}
.nav-list li{
    float: left;
}
.nav-list li a{
    display: block;
    height: 50px;
    margin-right: 5px;
    line-height: 50px;
    padding: 0 28px;
    font-size: 20px;
    color: #ffffff;
}
.nav-list li a:hover,.nav-list li a.active-link{
    background-color: #2b96f3;
}
/*banner*/
.banner{
    overflow: hidden;
    height: 323px;
    margin-top: 15px;
}
.slide {
    overflow:hidden;
    position:relative;
    width:1200px;
    height: 323px;
}
.slide .slide-wrapper {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    height:323px;
}
.slide .slide-wrapper li {
    position:absolute;
}
.slidebox {
    position:absolute;
    right: 8px;
    z-index:30;
    bottom:10px;
}
.slidebox ul {
    height:16px;
}
.slidebox ul li {
    float:left;
    height:16px;
    margin:0 4px;
}
.slidebox ul li em{
    width:16px;
    height:16px;
    text-align: center;
    line-height: 16px;
    cursor:pointer;
    font-size: 16px;
    font-style: normal;
    color: #ffffff;
    background:#0db276;
    display:block;
}
.slidebox ul li.current em {
    background:#a99501;
}
.slidebox ul li em:hover {
    background:#a99501;
}
/*content*/
.content{
    overflow: hidden;
    margin-top: 30px;
}
.l-cnt{
    width: 485px;
}
.section-title{
    height: 44px;
    line-height: 44px;
    text-indent: 45px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #00080e;
    border-bottom: 1px solid #e4e4e4;
}
.top-section .section-title{
    background: url(../../images/platform/enIndex/title-1.png) 0 center no-repeat;
}
.bottom-section .section-title{
    background: url(../../images/platform/enIndex/title-2.png) 0 center no-repeat;
}
.bottom-section{
    margin-top: 15px;
}
.thumbnail{
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 25px;
}
.thumbnail img{
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.thumbnail:hover img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.r-cnt{
    width: 678px;
}
.r-cnt .section-title{
    background: url(../../images/platform/enIndex/title-3.png) 0 center no-repeat;
}
.r-cnt .section-title span{
    float: left;
}
.more-btn{
    float: right;
    font-size: 18px;
    color: #fa7702;
    margin-top: 5px;
}
.section-list{
    overflow: hidden;
    zoom: 1;
    width: 678px;
}
.section-list li{
    overflow: hidden;
    zoom: 1;
    width: 678px;
    height: 138px;
    *height: 134px;
    border-bottom: 1px dashed #c5c5c5;
}
.news-img{
    overflow: hidden;
    display: block;
    float: left;
    width: 181px;
    height: 98px;
    margin-top: 24px;
}
.news-img img{
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.news-img:hover img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.news-main{
    float: right;
    width: 476px;
    *width: 480px;
    margin-top: 22px;
}
.news-main h2{
    font-size: 20px;
    font-weight: 400;
}
.news-main h2 a:hover{
    color: #fa7702;
}
.news-main p{
    margin-top: 11px;
    font-size: 18px;
    color: #6e6b6b;
}
.quick-links{
    overflow: hidden;
    zoom: 1;
    margin-top: 20px;
}
.quick-links .section-title{
    background: url(../../images/platform/enIndex/title-4.png) 0 center no-repeat;
}
.link-list{
    overflow: hidden;
    zoom: 1;
    margin-top: 25px;
}
.link-list ul{
    margin-left: -30px;
}
.link-list li{
    float: left;
    height: 36px;
    line-height: 36px;
    margin-left: 35px;
    padding: 0 17px;
    border: 1px dotted #8f8f8f;
}
.link-list li a{
    font-size: 18px;
    color: #626060;
}
/*footer*/
.footer{
    overflow: hidden;
    margin-top: 50px;
    font-size: 18px;
    background-color: #f2f2f2;
}
.contact-info{
    height: 105px;
    padding-top: 24px;
    text-align: center;
}
.contact-info p{
    margin-top: 20px;
}
.copyright-info{
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background-color: #373535;
}