@charset "utf-8";
body {
    margin:0 auto;background: #fff;
    font-family: "Microsoft YaHei","Arial";
    font-size: 16px;
    color:#222;
}
html{
    padding:0;
    height:0;
}
ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,button {
    margin:0;
    padding:0;
}
ul,ol {
    list-style: none;
}
img{
    border:none;
	max-width: 100%;
}
.lf{
    float: left;
}
.rt{
    float:right;
}
input,button,textarea {
    outline:none;
    font-family: "Microsoft YaHei";
}
a {
    color:#333;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
em{
    font-style: normal;
}
.link {
    display: block;
    width: 100%;
}

input, button, textarea,select, optgroup, option { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit;}

ul, li, dl, dt, dd, ol { display: block; list-style: none; }

img{border:0;}

.clear {clear:both;height: 0; }
.clearfix:after{
    content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;
}
.clear-fix:after{content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}

a{text-decoration:none;outline:0;}
#Wrapper{
    width: 100%;
    max-width: 100%;
    position: relative;
}
.top{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 30;
    line-height: 21px;
    height: 60px;
    background-color: rgba(0,0,0,.2);
    box-sizing: border-box;
    padding: 0 5%;
}
.logo{
    width: 40px;
    float:left;
    margin-top: 10px;
}

.logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.menuIcon{
    float:right;
    height: 40px;
    margin-top: 18px;
    width: 30px;
    cursor: pointer;
}
.menuIcon span{
    display: block;
    width: 100%;
    height: 2px;
    background: #00A0EA;
    margin-top: 10px;
}
.top p{
    float:right;
    height: 80px;
    line-height: 80px;
    color:#fff;
    padding-right: 60px;
}
.top p i{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -5px;
}
.top p a{
    font-size: 16px;
    color: #fff;
}
.menu{
    position: fixed;
    width: 100%;
    height: 100%;
    padding:0 5%;
    background: #00A0EA;
    z-index: 9999;
    display: none;
}
.menu .close{
    width: 100%;
    height: 60px;
    opacity: 1;
}
.menu .close i{
    display: block;
    float:right;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    opacity: 1;
}
.menu .close i img{
    display: block;
    width: 100%;
    height: 100%;
}
.menu ul li{
    text-align: center;
    font-size: 34px;
    line-height: 52px;
    letter-spacing: 3px;
    text-decoration: none;
}
.menu ul li a{
    font-size: 34px;
    line-height: 52px;
    letter-spacing: 3px;
    text-decoration: none;
    color:#fff;
}
.menu ul li a:before{
    margin-right: 20px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s,opacity .2s;
    -moz-transition: -moz-transform 0.3s,opacity .2s;
    transition: transform 0.3s,opacity .2s;
}
.menu ul li a:after{
    margin-left: 20px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s,opacity .2s;
    -moz-transition: -moz-transform 0.3s,opacity .2s;
    transition: transform 0.3s,opacity .2s;
}
.menu ul li a:hover:before,.menu ul li a:hover:after{
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.fotTit{
    font-size: 15px;
    color:#555;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Montserrat",Arial,Tahoma,sans-serif;
}
.fot1{
    padding-top: 70px;
    padding-bottom: 60px;
}
.fot1 .left ul li{
    padding: 5px 15px;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
    color: #333;
    background: rgba(0,0,0,.1);
}
.fot1 .left ul li a{
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 2;
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom-width: 1px;
    color:#333;
    font-size: 16px;
    text-align: center;
    /* border-style: solid; */
}
.fot1 .left ul li:before{
    position: absolute;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #00A0EA;
}
.fot1  .left ul li:hover:before{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
}
.fot1  .left ul li:hover a{
    color:#fff;
}
.textwidget{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-family: "Roboto",Arial,Tahoma,sans-serif;
}
.textwidget a{
    color:#00A0EA;
}
.indexAbout img{
    display: block;
    width: 100%;
}
.indexAbout{
    position: relative;
}
.indexAbout p{
    position: absolute;
    width: 100%;
    padding:5px 10px;
    left: 0;
    bottom: 0;
    background: #00A0EA;
    color:#fff;
    margin-bottom: 0px;
}
.fot2{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
}
.goTop{
    display: block;
    float:right;
    width: 46px;
    height: 46px;
    border-radius: 5px;
    box-sizing: border-box;
    border:2px solid #00A0EA;
    text-align: center;
    line-height: 42px;
    color:#333;
    font-size: 16px;
}
.fot2 p{
    line-height: 42px;
    font-size: 16px;
}
.tabbar{
    border-bottom: 1px solid #ddd;
}
.tabbar .nav{
    text-align: center;
}
.tabbar .nav li{
    display: inline-block;
    float: none;
}
.tabbar .nav li a{
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #84878a;
    cursor: pointer;
}
.tabbar .nav li a:hover{
    background: none;
}
.tabbar .nav li.active a{
    background: none;
    border-bottom: 2px solid #00A0EA;
    color: #fff;
    border-radius: 0px;
}
.tabbar .nav li.active a:hover{
    background: none;
    color:#84878a;
}
.tabbar .nav li a:focus{
    background: none;
    color: #84878a;
}
.section1_box{
    width: 100%;
    box-sizing: border-box;
    padding: 90px 8% 0;
    padding-bottom: 5%;
}
.one-second{
    text-align: center;
    box-sizing: border-box;
    padding-left: 10%;
}
.one-second h2{
    font-family: "Montserrat",Arial,Tahoma,sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 0;
    color: #1a1b1c;
}
.one-second h5{
    font-size: 18px;
}
.section2{
    width: 100%;
    background: #00A0EA;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.section2:hover{
    background: #f1991b;
}
.section2 h2{
    color:#fff;
    text-align: center;
    line-height: 40px;
}
.section2 a{
    display: block;
    width: 100%;
    height: 100%;
}
.section2 a:hover{
    text-decoration: none;
}
.section3{
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../img/china-bg.jpg) no-repeat;
    background-size: cover;
}
.section3 img{
    margin: 0 auto;
    display: block;
    max-width: 90%;
}
.section4{
    background: #00A0EA;
}
.section4 .text{
    display: block;
    width: 100%;
}
.section4 .text a{
    display: block;
    width: 100%;
    height: 100%;
    color:#fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.section4 .text .container{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.section4 .text a:hover{
    text-decoration: none;
    background: #f1991b;
}
.section4 .list{
    padding-bottom: 20px;
}
.section4 .list .item{
    text-align: center;
    color:rgba(255,255,255,0.6);
    font-weight: normal;
}
.section4 .list .item i{
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.advert{
    width: 100%;
}
.advert img{
    display: block;
    width: 100%;
}
#main{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
	max-width: 100%;
	overflow-x: hidden;
}
.leftMenu ul li a{
    color:#333;
}
.leftMenu ul li a:hover{
    text-decoration: none;
    color:#fff;
}
.leftMenu ul li:hover{
    background: #00A0EA;
}
.leftMenu ul li:hover a{
    color:#fff;
}
.newsList ul li{
    height: 40px;
    border-bottom: 1px dashed #ddd;
}
.newsList ul li p{
    width: 80%;
    float:left;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
height: 40px;
line-height: 40px;
white-space:nowrap;

overflow:hidden;
margin:0px;

text-overflow:ellipsis;
}
.newsList ul li span{
    float:right;
    width: 20%;
    text-align: right;
    line-height: 40px;
    display: block;
}
#pages{
    text-align: center;
    padding-top:20px;
    padding-bottom: 20px;
}
#pages a{
    font-size: 16px;
    margin:0 5px;
}
#pages a.cur{
    font-weight: bold;
    color:#00A0EA
}
.tuwen h4{
    text-align: center;
    color:#fff;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
background: #00A0EA;
line-height: 35px;
}
.tuwen h4 a{
    color:#fff;
}
.tuwen h4:hover{
    background: #f1991b;
}
@media screen and (max-width: 768px) {
    .fot2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .fot2 .goTop{
        display: block;
        margin: 0 auto;
        float: none;
    }
    .fot2 p{
        float: none;
        text-align: center;
    }
    .menu ul li a{
        font-size: 16px;
        /* height: 40px;
        line-height: 40px; */
        display: block;
    }
    .menu ul li{
        /* height: 40px;
        line-height: 40px; */
    }
    .menu ul li a:after{
        display: none;
    }
    .menu ul li a:before{
        display: none;
    }
    .top p{
        padding-right: 20px;
    }
    .section2 h2{
        font-size: 16px;
    }
    .section4 .text h2{
        font-size: 16px;
        line-height: 40px;
    }
    .section4 .text .container{
        margin-bottom: 0px;
    }
    .section4 .list .item h2{
        font-size: 16px;
    }
}