@charset "utf-8";
/* CSS Document */

*{
				box-sizing: border-box;
			}
			body,ul,li,p,span,h1,h2,h3,h4,h5,h6,dl,dt,dd{
				padding: 0;
				margin: 0;
			}
			body,html{
				font-family: "微软雅黑","sans-serif","Arial";
				font-size: 14px;
			}
			a{
				text-decoration: none;
				color: #333333;
			}
			a:hover{
				color:#1864d0;
			}
            ul li{
                list-style: none;
            }
			
			/*总体布局*/
			.header,.headerBox{
				height: 50px;
				background: #737373;
				color: #e7e7e7;
			}
			.nav,.navBox{
			    height: 100px;
			}
			.nav{
				border-bottom: 7px solid #1f75b1;
			}
			.content{
				background: #e6e6e6;
			}
			.contentBox{
			    background: #FFFFFF;
			    width: 1200px;
			    margin: 0 auto;
			}
			.footer,.footerBox{
				height: 130px;
				background: #333333;
			}
			.headerBox,.navBox,.footerBox{
				width: 1200px;
				margin: 0 auto;
			}
			
			
			/*头部*/
			.headerBoxL{
				float: left;
			}
			.headerBoxL>p{
				line-height: 50px;
			}
			.headerBoxL>p span:nth-child(2){
				margin: 0 10px;
			}
			.headerBoxR>ul{
				float: right;
				line-height: 50px;
			}
			.headerBoxR>ul>li{
				float: left;
				margin: 0 20px;
			}
			.headerBoxR>ul>li>a{
				color: #e7e7e7;
			}
			
			
			/*内容*/
            .content{
                overflow: hidden;
            }
            .contentBox{
                margin-bottom: 50px;
            }
            .contentBox>.topTitle{
                height: 40px;
                background: #e6e6e6;
                line-height: 40px;
                border-bottom: 2px solid #1f75b1;
            }
            .mainContent{
                padding: 0px 50px;
            }
            .mainContentTitle{
                margin-top: 50px;
                height: 12px;
                border-bottom: 1px solid #e0e0e0;
            }
            .mainContentTitle span{
                height: 23px;
                line-height: 23px;
                display: block;
                padding-left: 10px;
                border-left: 10px solid #1864d0;
                width: 230px;
                color: #1864d0;
                font-size: 20px;
                background-color: #fff;
            }
            .mainContentList{
                margin-top: 30px;
                line-height: 30px;
            }
            #mainContentText{
                height: 180px;
                overflow: hidden;
            }
            #mainContentText p{
                text-indent: 25px;
            }
            .mainContentList #more{
                font-size: 18px;
                color: #0167cc;
                text-align: center;
                margin-top: 20px;
            }
            .mainContentList #more:hover{
                cursor: pointer;
            }
            .mainContent .ulList{
                margin-top: 30px;
            }
            .mainContent .ulList li{
                float: left;
                width: 210px;
                margin:5px 5px 25px 0;
            }
            .mainContent .ulList ul li:nth-child(5n+1){
                margin-left: 20px;
            }
            .mainContent .ulList .clr{
                width: 0;
                height: 0;
                clear: both;
                margin-bottom: 50px;
            }


            /*尾部*/
			.footerBoxL{
				float: left;
				margin-top: 40px;
			}
			.footerBoxL a,span{
				color: #FFFFFF;
			}
			.aboutUs{
				overflow: hidden;
			}
			.aboutUs li{
				float: left;
				border-left: 1px solid #595959;
				padding:0px 15px;
			}
			.aboutUs li:first-child{
				padding-left: 0px;
				border: none;
			}
			.support{
				line-height: 40px;
				
			}
			.support span{
				color: #bfbfbf;
				margin-right: 10px;
			}
			.footerBoxR{
				float:right;
				margin-top: 10px;
			}
			.footerBoxR1,.footerBoxR2{
				display: inline-block;
			}
			.footerBoxR1 p{
				text-align: right;
			}
			.footerBoxR1 p span{
				color: #bfbfbf;
				margin-right: 10px;
			}
			.red{
			    width: 75px;
			    height:75px;
			    vertical-align: baseline;
			    position: relative;
			    top: 20px;
			}
			.jiucuo{
				position: relative;
				top: 10px;
			}
			.address{
				line-height: 40px;
			}