body {
	font-family: "微软雅黑";
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 15px;

}

body,
div,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #6E6E6E;
}

.clear {
	clear: both;
}


.fl {
	float: left;
	overflow: hidden;
}

.fr {
	float: right;
	overflow: hidden;
}

.BGBG {
    background: no-repeat center;
    background-size: cover;
}

/*头部*/

/*电脑端导航*/


	.header{
		display: block;
	}
	
	.phone_nav {
        display: none;
    }
	
	.header {
	width: 100%;
    height: 100px;
    /*line-height: 130px;*/
	overflow: hidden;
	z-index: 200;
}

.header .logo{
	width: 20%;
	height: 60px;
	margin-top: 20px;
	float: left;
}

.header .logo img{
	width: 100%;
}

.header ul.nav-ul {
	width: 70%;
	/*margin: 0 auto;*/
	float: right;
	position: relative;
	margin-top: 40px;
}

.header ul.nav-ul > li {
	width: 9%;
	float: left;
	margin: 0 20px;
	height: 100px;
}

.header ul.nav-ul> li> a {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #000002;
}

.header ul.nav-ul> li> img {
	margin: 10px -20px;
}

.header ul.nav-ul > li.active >a {
	height:30px;
	width: 100%;
	border-bottom: 2px solid #2f55a6;
	color: #2f55a6;
	/*background: #fff;
    -moz-box-shadow: 0px 0px 2px #cecece inset;
    -webkit-box-shadow: 0px 0px 2px #cecece inset;
    box-shadow: 0px 0px 2px #cecece inset;*/
}

.header ul.nav-ul .span_1{
	position: absolute;
    top: -2px;
    left: 239px;
}

.header ul.nav-ul .span_2{
	position: absolute;
	top: -3px;
	right: 384px;
}

.header ul.nav-ul .span_3{
	position: absolute;
	top: -2px;
	right:140px;
}

.header ul.nav-ul > li:hover >a {
	height:30px;
	width: 100%;
	border-bottom: 2px solid #2f55a6;
	color: #2f55a6;
	/* background: #fff;*/
	/*-moz-box-shadow: 0px 0px 4px #cecece inset;
    -webkit-box-shadow: 0px 0px 4px #cecece inset;
    box-shadow: 0px 0px 4px #cecece ;*/
}



.nav-ul  .children-nav {
	width: 125px;
    text-align: center;
    background: rgba(47, 85, 166, .85);
    margin-top: 5px;
    margin-left: -36px;
    display: none;
    padding: 18px;
    /*border: 1px solid rgba(0, 0, 0, .85);*/
    z-index: 9999;
    position: fixed;
    top: 95px;
}


/*.header ul.nav-ul > li:hover .subnav1 {
	display: block;
}*/


.nav-ul li:hover .subnav1 {
	display: block;
}

.nav-ul li:hover .subnav{
	display: block;
}


.children-nav p:hover a {
	color: #3fb93d;
}

.children-nav p {
	height: 50px;
	line-height: 50px;
}

.children-nav p a {
	color: #fff;
	font-size: 16px;
}

.children-nav p.active {
	/*background: #f1f1f1;*/
}

.scheme-nav {
	width: 670px;
	height: 310px;
	background: rgba(0, 0, 0, .85);
	margin: -1px 0 0 -250px;
	padding: 35px 70px;
	overflow: hidden;
	display: none;
}

.scheme-children-nav {
	overflow: hidden;
	float: left;
}

.hangye {
	width: 260px;
}
	
	
	


/* 导航手机端 */
/*@media screen and (min-width:320px) and (max-width:1200px) {
    .header {
        display: none !important;
    }
    .nav_h {
        height: 80px;
    }
    .phone_nav {
        position: fixed;
        top: 0;
        width: 100%;
        display: block;
        background-color: #fff;
        height: 80px;
        z-index: 99;
    }
    .head_logo {
        float: left;
    }
    .search {
        float: right;
    }
    .head_logo {
        float: left;
        width: 19%;
        display: table;
        height: 80px;
    }
    .head_logo_box {
        display: table-cell;
        vertical-align: middle;
    }
    .head_logo img {
        width: 100%;
    }
    .search {
        position: relative;
        width: 20%;
        height: 40px;
        border: 1px solid #ffffff;
        border-radius: 20px;
        margin-top: 15px;
        margin-right: 20px;
    }
    .search form {
        height: 40px;
    }
    .search input {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
        width: 100%;
        border-radius: 20px;
        background-color: transparent;
        box-sizing: border-box;
        padding-left: 70px;
        color: #fff;
    }
    .search img {
        position: absolute;
        left: 20%;
        top: 50%;
        margin-top: -10px;
    }
    .search input::placeholder {
        color: #fff;
    }
    .caidan {
        float: right;
        width: 60px;
    }
    .caidan {
        margin-top: 5px;
    }
    .navImgFiexd {
        position: absolute;
        top: 80px;
        z-index: 88;
        width: 100%;
        background-color: #F4F4F4;
        padding: 0 40px 0;
        box-sizing: border-box;
    }
    .navImgFiexd li{
    	border-top: 1px solid #ddd;
    }
    
    .navImgFiexd .t_nav .t_nav_1 .li1 a {
        font-size: 16px;
        line-height: 60px;
        color: #333;
    }
    .navImgFiexd .t_nav .t_nav_1 .li1 {
        width: 100%;
    }
    .left_title {
        width: 20px;
        float: right;
        margin-top: 17px;
        transform: rotate(-90deg);
       transition: 0.2s;
    }
    
    .left_title1{
    	transform: rotate(0deg);
     }
    
    .t_nav_drop li p {
        font-size: 16px;
        text-align: left;
        margin-left: 20px;
        color: #999;
        line-height: 60px;
    }
    .left_title img {
        width: 100%;
    }
    
}*/


/*底部*/

/*手机端样式*/

/*@media screen and (min-width:1200px){
	.footer2{
	width: 100%;
	background: url(../img/foot_bg.jpg) no-repeat center;
	height: 363px;
	overflow: hidden;
}

.foot_left{
	display: block;
}

.foot_z{
	width:454px;
}
	
}*/

/*@media screen and (min-width:960px) and (max-width:1200px){
	.footer2{
	width: 100%;
	background: url(../img/foot_bg.png) no-repeat center;
	height: 363px;
	overflow: hidden;
}
	.foot_left{
	display: none;
}
	.foot_z{
	width:454px;
}
}*/

/*@media screen and (min-width:320px) and (max-width:960px){
	.footer2{
	width: 100%;
	background:#303030;
	height: 363px;
	overflow: hidden;
}
	.foot_left{
	display: none;
}
.foot_z{
	width: 100%;
}

}*/

/*底部*/

.footer2{
	width: 100%;
	background: url(../images/foot_bg.jpg) no-repeat center;
	/*height: 363px;*/
	overflow: hidden;
}

.foot_left{
	width: 24%;
	float: left;
	margin-top: 100px;
	margin-right: 50px;
}

.foot_z{
	width: 36%;
	/*height: 284px;*/
    float: left;
    margin-top: 60px;
    padding-left: 74px;
    border-right: 1px solid #d0ced1;
}

.foot_p{
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
}

.foot_p1{
   font-size: 14px;
   color: #b9b9b9;
   margin-bottom: 26px;
}

.foot_p2{
	font-size: 14px;
   color: #b9b9b9;
   margin-bottom: 10px;
}

.foot_p3{
    font-size: 14px;
    color: #b9b9b9;
    margin-top: 40px;
}

.foot_right{
     margin-top: 50px;
	float: left;
	 margin-left: 90px;
	 width: 22%;
}

.foot_right  span{
	display: inline-block;
	
}


.header_r2{
	padding-left: 45px;
    margin: 49px 0 0 0;
    background: url(../images/phone.png)  no-repeat left 13px;
    font: 400 16px/18px "Microsoft YAHEI";
    color: #1a283a;
    padding-bottom: 10px;
}

.header_r2 p{
	color: #b9b9b9;
	font-size: 16px;
}

.header_r2 font{
    color: #3fb93d;
    font: 600 26px/40px "Microsoft YAHEI";
    letter-spacing: -0.5px;
}

.footer3{
	/*height:100px;*/
	width: 100%;
	text-align: center;
	background: #1b1b1b;
}

.footer3 p{
	font-size: 14px;
	color: #fff;
	line-height:25px;
}

.footer3 .p3{
	padding-top: 15px;
}

