@charset "utf-8";
/* CSS Document */
body,input,img,p,div,ol,ul,li,dl,dd,dt,a,h1,h2,h3,h4,h5,h6,span,textarea,form{margin:0; padding:0; border:none; list-style:none;}
body{ font-family:"Arial","方正兰亭黑"; font-size: 14px; color: #666; background: #fff; min-width:1240px;}
.con_box{width: 1200px; margin: 0 auto;}
.left{ float:left;}
.right{ float:right;}
.no_borderb{border-bottom: none!important;}
.noborder{border: none!important;}
/*清除浮动*/
.clear{clear:both;}
.of{overflow: hidden;}

/*字体设置*/
h3 { font-size:20px; color: #333; font-weight: normal;}
h4 { font-size:20px;}
h5 { font-size:18px;}
h6 { font-size:16px;}
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}

.intro{font-size: 16px;color: #333; line-height: 40px;}

/*清除浮动*/
.clear{clear:both;}
.welcome{
    width: 100%;
    background-color: #e9f1f9;
}
.welcomebox{
    width: 1200px;
    background-color: #e9f1f9;
    margin: 0 auto;
    overflow: hidden;
}
.welcomebox p{
    line-height: 36px;
    color: #888;
}
.logo{
    width: 1200px;
    margin: 10px auto;
    overflow: hidden;
}
.logo p{
    line-height: 58px;
    color: #888;
    margin-top: 20px;
}
.logo p span{
    font-size: 36px;
    color:#e0623b;
    font-style: oblique;
}

/* 导航 */
.nav{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.nav a{
    width: 133.33px;
    float: left;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 60px;
}
.nav .cur{
    background: url(../images/navBg.png) repeat-x;
    color: #fff;
}
.nav a:hover{
    background: url(../images/navBg.png) repeat-x;
    color: #fff;
}



.bottom{
    width: 100%;
    background-color: #232f3b;
    padding: 20px 0;
}
.FriendLink{
    width: 1200px;
    background-color: #232f3b;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.FriendLink h3{
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    padding-left: 20px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.FriendLink h3 span{
    font-size: 12px;
    color: #a5adb4;
}
.FriendLink a{
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    margin-left: 20px;
    margin-right: 10px;
}
.copyright{
    padding: 10px 0;
 }
 .copyright p{
     background: url(../images/pic1.gif) no-repeat right;
     font-size: 12px;
     color: #232f3b;
     /* text-align: center; */
     line-height: 20px;
     width: 800px;
     margin: 0 auto;
 }