/*页面初始化*/

*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    /*font-size: 14px;*/
}
body{
	min-width:1200px;}
.clear{
    clear: both;
}

/*页面初始化*/

/*header*/

.header{
    width: 100%;
}

.header .header_nei{
    width: 1200px;
    height: 66px;
    line-height: 66px;
    margin: 0 auto;
}

.header .header_nei .logo{
    float: left;
    height: 42px;
    margin-top: 15px;
}

.header .header_nei ul{
    float: left;
    margin-left: 30px;
}

.header .header_nei ul li{
    float: left;
    height: 66px;
    line-height: 66px;
    padding: 0 20px;
}

.header .header_nei ul li a{
    color: #444444;
    font-size: 14px;
}

.header .header_nei ul li span{
    display: block;
    width: 29px;
    margin: -20px auto 0 auto;
    border-top: 2px solid white;
}

.header .header_nei ul .lan{
    background: #21a4da;
}

.header .header_nei ul .lan a{
    color: white;
}

/*header*/

/*main*/

.main{
    width: 100%;
    margin: 30px auto 0 auto;
}

.main .left{
    height: 944px;
    float: left;
    background: #f8f8f8;
}

.main .left ul li:nth-child(1){
    width: 347px;
    height: 62px;
    background: #21a4da;
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 0 23px;
    border-bottom: 0px;
    text-align: left;
    line-height: normal;
}

.main .left ul li:nth-child(1) a{
    color: white;
}

.main .left ul li:nth-child(1) a span{
    font-weight: normal;
}

.main .left ul li{
    width: 370px;
    height: 54px;
    background: #f2f1f1;
    border-bottom: 1px dashed #d9d8d8;
    text-align: center;
    line-height: 54px;
}

.main .left ul li a{
    color: #444444;
}

.main .left ul .lan{
    background: #c5e8f6;
}


.main .right{
    width: 795px;
    float: left;
    margin-left: 35px;
}

.main .right .top{
    height: 40px;
    border-bottom: 2px solid #2595c4;
}

.main .right .top h2{
    display: inline-block;
    border-left:4px solid #1a90c1 ;
    color: #21a4da;
    padding-left: 10px;
}

.main .right .top ul{
    float: right;
}

.main .right .top ul li{
    float: left;
}

.main .right .top ul li a{
    color: #444444;
}

.main .right p{
    text-indent: 30px;
    line-height: 23px;
    font-size: 15px;
    margin: 45px 0;
    color: #444444;
}


.main .right .bottom{
    margin-top: 50px;
}

.main .right .bottom li{
    margin-bottom: 30px;
}

.main .right .bottom li img{
    float: left;
    vertical-align: text-bottom;
}

.main .right .bottom li .you{
    float: left;
    width: 685px;
    padding: 18px 0 15px 30px;
    border: 1px solid #21a4da;
    margin-left: 20px;

    position: relative;
}

.main .right .bottom li .you img{
    position: absolute;
    left: -10px;
    top:50%;
    margin-top: -9px;
}

.main .right .bottom li .you span{
    color: #fe9a44;
    font-weight: bold;
}

.main .right .bottom li .you p{
    color: #1c92c3;
    margin: 12px 0 0 0 ;
    text-indent: 0;
}

/*main*/

/*footer*/

.footer{
    width: 100%;
    height: 260px;
    background: #333333;
}

.footer .footer_nei{
    width: 1200px;
    margin: 0 auto;
    padding-top: 65px;
}

.footer .footer_nei p{
    color: white;
    font-size: 16px;
    margin-bottom: 30px;
}

/*footer*/


/*  欢迎辞 */
.main .right .huanyingci{

    position: relative;
	min-height:1200px;;
}        

.main .right .huanyingci img{
    margin:13px 0 0 3px;
}
.main .right .huanyingci .bottom{
    width: 640px;
    padding: 0 15px;
    background: white;
    box-shadow: #2222 0 0 10px 10px;

    position: absolute;
    top:230px;
    left: 50%;
    margin-left: -335px;
}

.main .right .huanyingci .bottom h2{
    display:block;
    width: 640px;
    border-bottom: 2px solid #21a4da;
    padding: 17px 0;
    margin: 10px 0 20px 0;
    font-size: 30px;
    color: #21a4da;
    text-align: center;
}

.main .right .huanyingci .bottom p{
    text-indent: 30px;
    line-height: 25px;
    margin-bottom: 25px;
    font-size: 14px;
	margin:15px;
}

.main .right .huanyingci .bottom ul{
    float: left;
    text-align: center;
    margin: 30px 25px 30px 25px;
}



.main .right .bottom .h h3{
   text-align:center;
   font-family:"黑体";
   font-size:22px;
}

.main .right .bottom .h .sp1{
    float: right;
    display:block;
    color: #858484;
}