﻿.w_1450{
	max-width: 1450px;
}

@media screen and (max-width: 1450px){
	.w_1450{
		max-width: 1300px;
	}
}
@media screen and (max-width: 1300px){
	.w_1450{
		max-width: 1200px;
	}
}
@media screen and (max-width: 1200px){
	.w_1450{
		max-width: 1000px;
	}
}


.header{
padding-top:135px;
	width: 100%;
	background-color: #ffffff;
}

.header-top{
	height: 130px;
	padding-bottom: 5px;
	border-bottom:4px solid #003b8f;
	background: #ffffff;
}

        @media (min-width: 1000px) {
.header-top{
position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
}
}

/*logo*/
.header-logo{
	float: left;
	margin:18px 0 0 2%;
	width: 21%;
}
.header-logo img{
	width: 100%;
	height: auto;
}

/*头部搜索*/
.header-right{
	padding-top:10px;
	margin-right:4%;
	overflow: hidden;
}
.header-sc,.header-sy{
	float: right;
	height: 25px;
	padding-top:5px;
}
.header-sc img,.header-sy img{
	width: auto;
	height:25px;
}
.header-sy{
	margin-left:20px;
}
.header-sc{
	margin-left: 12px;
}


.header-ss{ 
	float: right;
	height: 34px;
	width:248px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	border-radius: 5px;
	position: relative;
}
.header-ss-input{
	float: left;
	height: 34px;
	width:calc(100% - 32px);
	background: no-repeat;
	background-color: transparent;
}
.ss-input{
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	padding:0 8px;
	width:100%;
	background: no-repeat;
	background-color: transparent;
	font-size: 14px;
	color: #000000;
}
.header-ss-input input::placeholder {
		color: #999999;
}
.search-menu{
	display: none;
}

        @media (min-width: 1000px) {
.header-ss{
border: 1px solid #cccccc  !important;
}


.search-menu{
	display: none  !important;
}
.header-ss-input{
        display: block  !important;
}

}

.nav-menu{
	display: none;
}
.img-ss2{
	display: none;
}


.header-ss-btn1{
	float: left;
	width: 32px;
	height: 34px;
}
.header-ss-btn1 a{
	display: block;
	cursor: pointer;
}
.header-ss-btn1 img{
	width: 100%;
	height: auto;
}


/*头部导航*/
.header-nav{
	float: right;
	margin-top:10px;
	margin-right:7%;
 	width: 70%;
}
.header-nav>ul{
	float: right;
            position:relative;
            z-index:100;
}
.header-nav>ul>li{
	float: left;
	padding-left:48px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	/*font-family: "思源黑体";*/
	text-align: center;
            position:relative;
padding-bottom:20px;
}
.header-nav>ul>li>a{
	padding-top: 24px;
	display: block;
	cursor: pointer;
}
.header-nav>ul>li>a:active,.header-nav>ul>li>a:hover,.header-nav>ul>li>a.currentSite{
	color: #1658a0;
}

.close-btn{
	display: none;
}
.submenu{
            display:none;
            position:absolute;
            left:24px;
            top:60px;
            width:144px;
    background: url(/cms/templates/80660557088980000/images/btn-up.png) no-repeat top center #ffffff;
    background-size: 16px auto;
        }

.submenu ul{
margin-top:8px;
            background:#fff;
            border:1px solid #cdcdcd;
padding:10px 0px;
        }


        .submenu li a {
            display:block;
            padding:10px 5px;
            color:#666;
            text-decoration:none;
            font-size:16px;
        }
        .submenu li a:hover {
            background:#eee;
            color:#333;
        }


/*轮播图*/
        .carousel {
            position: relative;
            width: 100%;
            overflow: hidden;

        }
        .slides-container img{
           width:100%;
height:auto;
        }
.ej-top-img2{
display: none;
}
       
        @media (max-width: 768px) {
           .ej-top-img1{
display: none;
}
           .ej-top-img2{
display: block;
}
        }
		  @media (max-width: 568px) {
			
		  }
		
		



@media screen and (max-width: 1900px){
	.header-nav>ul>li{
		padding-left: 15px;
	}
.submenu {
    position: absolute;
    left: 7px;
    top: 60px;
    width: 111px;

}

}


@media screen and (max-width: 1400px){
.header{
padding-top:115px;
}
	.header-top{
		height:110px;
	}
	.header-nav>ul>li{
		font-size: 20px;
		padding-left: 14px;
	}
	.header-nav>ul>li>a{
	    padding-top: 14px;
	}
.submenu{

            position:absolute;
            left: 7px;
            top: 50px;
            width: 94px;

        }


        .submenu li a {

            font-size: 13px;
        }



}

@media screen and (max-width: 1200px){
	.header-logo {
	    float: left;
	    margin: 20px 0 0 2%;
	    width: 20%;
	}
	
	.header-nav{
		margin-right: 3%;
	 	width:75%;
	}
	
	.header-nav>ul>li{
		font-size: 18px;
		padding-left: 10px;
	}
	.header-nav>ul>li>a{
	    padding-top: 10px;
	}
	.submenu{

            position:absolute;
            left: 5px;
            top: 45px;
            width: 82px;

        }

}

@media screen and (max-width: 1000px){
.header {
padding-top:0px;
}
	.header-top{
		height:auto;
		position: relative;
		overflow: inherit;
	}
    .header-logo {
        float: left;
        margin: 15px 0 0 2%;
        width: 40%;
    }
	.header-right {
	    padding-top: 20px;
	    margin-right: 0%;
	    overflow: inherit;
		width: 58%;
		float: right;
	}
	.header-sy,.header-sc{
		display: none;
	}
	.header-ss{
		width: 60%;
		border:1px solid #ffffff;
	}
	.header-ss-input{
		display: none;
	}
	.header-ss-btn1{
		float: right;
		z-index: 99;
	}
	.search-menu{
		display: block;
		position: absolute;
		width: 32px;
		height: 34px;
		top: 0;
		right: 0;
		z-index: 1;
	}
	.search-menu img{
		width: 100%;
	}


	.img-ss1{
		display: none;
	}
	.img-ss2{
		display: block;
	}
	
	.nav-menu{
		display: block;
		float: right;
		width: 30px;
		height: 30px;
		margin:2px 3% 0 2%;
	}
	.nav-menu img{
		width: 100%;
	}
	.close-btn{
		display: block;
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 12px;
z-index: 999999;
	}
	.close-btn img{
		width: 24px;
		height: auto;
	}
	.header-nav {
		display: none;
		position: absolute;
        margin-right: 0%;
        width: 150px;
		height: auto;
		top:50px;
		right:2%;
		z-index: 99;
		background-color: #1d5cb8;
		border-radius: 12px;
    }
	.header-nav>ul{
		float: none;
		padding:20px 0;
	}
	.header-nav>ul>li{
		float: none;
		width: 78%;
		font-size: 18px;
		color: #FFFFFF !important;
padding-bottom: 0px;
		padding-left:0px;
		margin: 0 auto;
		border-bottom: 1px solid #6a96d7;
	}
	.header-nav>ul>li>a{
		padding-top: 0px;
		line-height: 54px;
	}
	.header-nav>ul>li>a{
		color: #FFFFFF !important;
	}
	.header-nav>ul>li>a:active,.header-nav>ul>li>a:hover,.header-nav>ul>li>a.currentSite{
		color: #FFFFFF !important;
	}
.submenu{
    display: none !important;
}

}