body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
/*******************************************************************************************/
*{
    margin: 0;
    padding: 0;
}
body{
    overflow-x: hidden;
    position: relative;
    margin: 0;
    font: 12px/1.5 MIcrosoft YaHei,Arial, Helvetica, sans-serif;
}
.mainContainer{
    min-width: 1200px;
    min-height: 768px;
    margin: 0 auto;
    background-color: #fff;
}
.repeatBanner{
    width: 100%;
    height: 123px;
    margin: auto;
    background:url("img/header.jpg") repeat;
}
.topBanner{
    height: 128px;
    margin: auto;
    background:url("img/topBanner.png") no-repeat center;
}
.navBar{
    width: 1200px;
    height: 45px;
    margin: auto;
    background-color: #1976D2;
}
.navBarUl{
    width: 100%;
    height: 100%;
}
.navBarUl li{
    float: left;
    width: 12%;
    height: 100%;
}
.navBarUl li a{
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
}
.navBarUl li a:hover,.navBarUl li a:active,.navBarUl li a:focus{
    text-decoration: none;
    background-color: #439BF0;
}
.mainBlock{
    width: 1200px;
    height: 300px;
    margin: auto;
}
.mainBlock>img{
    width: 100%;
    height: 100%;
}
.linkContain{
    width: 100%;
    height: 100%;
}
.linkBlock{
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    padding: 100px 50px;
}
.partLink{
    text-align: center;
    padding: 20px;
    display: inline-block;
    width: 200px;
    height: 100%;
    margin-right: 15px;
	float: left;
}
.partLink img{
    width: 70px;
    height: 60px;
    margin: auto;
}
.partLink a:hover,.partLink a:active,.partLink a:focus{
    text-decoration: none;
}
/*.partLink a p:hover,.partLink a p:active{*/
    /*text-decoration: none;*/
/*}*/
.bottomLink{
    width: 1200px;
    height: 210px;
    margin: auto;
    background-color: #fff;
}
.bottomTitle{
    width: 1200px;
    margin: auto;
    padding-left: 20px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    background-color: #B2B2B2;
    margin-top: 20px;
}
.footer{
    height: 49px;
    background: #1976D2;
    font-size: 14px;
    color: #BBDEFB;
    line-height: 49px;
    text-align: center;
}
.erweima{
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 5px;
    left: 300px;
    top: 22px;
}
.guanzhu{
    text-align: center;
    margin-top: 10px;
}
.centerBottomTitle{
    width: 300px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 200px;
}
.centerBottomTitle p{
    text-align: left;
}
.threelink{
    display: inline-block;
    position: relative;
    right: -25px;
    top: 7px;
}
.threelink a{
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 40px;
}
.threelink a img{
    width: 100%;
    height: 100%;
}
.threelink a:hover{
    text-decoration: none;
}
.line1{
    display: inline-block;
    width: 1px;
    height: 140px;
    position: relative;
    top: 40px;
    left: 50px;
    background-color: #BFBFBF;
}
.line2{
    display: inline-block;
    width: 1px;
    height: 140px;
    position: relative;
    top: 40px;
    left: 200px;
    background-color: #BFBFBF;
}
.shiyedanwei{
    display: inline-block;
    position: relative;
    top: -30px;
    right: -115px;
}

.introduce{
    position: absolute;
    width: 500px;
    right: 0;
    background: rgba(0,0,0,0.5);
    bottom: 100px;
    font-size: 14px;
    color: #f2f2f2;
    padding: 10px;
}
.introduce .titleName{
    font-size: 20px;
    border-bottom: 1px solid #fff;
}