@charset "utf-8";

/*首页*/
.header{ margin: 0 auto;height: 92px;position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #ffffff;
    z-index: 999;transition:0.2s;}
.header .logo a{transition:0.5s;}
.header .logo a:hover{padding-left: 5px;transition:0.5s;}
.header .menu{ border-left:1px solid #999; border-right:1px solid #999;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}

.header .menu ul{width: 100%; margin: 0; padding: 0}
.header .menu ul li:first-child{ width: 13%}
.header .menu ul li{ width: 14.5%; line-height: 92px; float: left;text-align: center;cursor:pointer;
}
.header .menu ul li.on {
		background: #004890;
	}
.header .menu ul li.on a {
		color: #fff;
	}
.header .menu ul li:hover {
		background: #004890;-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

	}
.header .menu ul li a{font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu; color: #666; font-size: 16px; font-weight: bolder}
.header .menu ul li:hover a{color: #fff}
.header .menu ul li a:hover{color:#fff}
.header .menu ul li img{position: absolute;
    display: none;
    top: 74px;
    left: 0;
    width: 418px;
    height: 182px;
    border: 1px solid #ddd;
	box-sizing: border-box;
	border-top: none;}
/*bootstrap外自适应css*/
@media only screen and (min-width:769px) and (max-width:863px) {
.header{height: 42px;}
.header .logo{width:25.6%}
.header .logo img{width: 100%;margin: 3px 0}	
.header .menu{width:55.7%}
.header .menu ul li{height: 42px;}	
.header .search{width:18.7%}
.header .search .bar{
    width: 75%; 
	height: 22px;
	position: relative;
	margin: 3px 12.5%;
	padding-left: 8px; 
	border:1px solid #999;
    border-radius:25px;
	overflow: hidden;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */}
.header .menu ul li {
    line-height: 42px;
}
.header .menu ul li a {
    font-size: 12px;
}
.header .search .bar {
	margin: 10px 12.5%;}
}
@media only screen and (min-width:864px) and (max-width:1199px) {
.header .logo{width:25.6%}
.header .logo img{width: 100%;margin: 22px 0}	
.header .menu{width:55.7%}
.header .search{width:18.7%}
.header .search .bar{
    width: 75%; 
	height: 22px;
	position: relative;
	margin: 35px 12.5%;
	padding-left: 8px; 
	border:1px solid #999;
    border-radius:25px;
	overflow: hidden;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */}	
}
@media only screen and (min-width:1200px) {
.header .logo{width:27.6%}
.header .logo img{width: 100%;margin: 16.5px 0}	
.header .menu{width:55.7%}
.header .search{width:16.7%}
.header .search .bar{
    width: 75%; 
	height: 22px;
	position: relative;
	margin: 35px 12.5%;
	padding-left: 8px; 
	border:1px solid #999;
    border-radius:25px;
	overflow: hidden;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */}	
}
@media only screen and (min-width:1400px) {
.header .logo{width:27.6%}
.header .logo img{width: 100%;margin: 10px 0}	
.header .menu{width:60.7%}
.header .search{width:11.7%}
.header .search .bar{
    width: 75%; 
	height: 22px;
	position: relative;
	margin: 35px 12.5%;
	padding-left: 8px; 
	border:1px solid #999;
    border-radius:25px;
	overflow: hidden;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */}	
}


@media only screen and (min-width:1920px)  {
.header .logo{width: 530px;}
.header .logo img{width: 100%;margin: 0}		
.header .menu{width: 1068px;}
.header .search{width: 322px;}
.header .search .bar{
    width: 75%; 
	height: 22px;
	position: relative;
	margin: 35px 12.5%;
	padding-left: 8px; 
	border:1px solid #999;
    border-radius:25px;
	overflow: hidden;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */}	
}

.header .search .bar input{cursor: pointer; position: absolute; right: 5px}

/**滚动条控制header部分**/
.sticky{height: 52px; z-index: 999;transition:0.2s;position: fixed;
    left: 0px;
    top: 0px;
}
.sticky .logo a{transition:0.2s;}
.sticky .logo a:hover{padding-left: 5px;transition:0.2s;}
.sticky .logo a img{height: 50%;
    width: 50%;
    float: right;transition:0.2s; }
.sticky .menu{transition:0.2s;width: 46.9%; border-left:1px solid #999; border-right:1px solid #999;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}

.sticky .menu ul{width: 100%; margin: 0; padding: 0}
.sticky .menu ul li:first-child{ width: 13%}
.sticky .menu ul li{ width: 14.5%; line-height: 52px; float: left;text-align: center;cursor:pointer;
 
}
.sticky .menu ul li.on {
		background: #004890;
	}
.sticky .menu ul li.on a {
		color: #fff;
	}
.sticky .menu ul li:hover {
		background: #004890;-webkit-transition: all 0.4s ease-in-out;
 

	}
.sticky .menu ul li a{font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu; color: #666; font-size: 16px; font-weight: bolder}
.sticky .menu ul li:hover a{color: #fff}
.sticky .menu ul li a:hover{color:#fff}
.sticky .menu ul li img{position: absolute;
    display: none;
    top: 74px;
    left: 0;
    width: 418px;
    height: 182px;
    border: 1px solid #ddd;
	box-sizing: border-box;
	border-top: none;}
.sticky .search{float: left;transition:0.2s;}
.sticky .search .bar{
    width: 75%; 
	height: 22px;
	position: relative;
	margin: 15px 12.5%;
	padding-left: 8px; 
	border:1px solid #999;
    border-radius:25px;
	overflow: hidden;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */}	

/**焦点图部分开始**/
.container-fluid {
    padding: 0;
	visibility: visible;
    animation-delay: 0.4s;
    animation-name: fadeIn;
}

.navbar {
    margin: 0;
}

#activate {
    margin: 17px 0;
    width: 300px;
    height: 64px;
    font-size: 18px;
}

.banner_header {
    margin:92px 0 auto;;
}
@media only screen and (min-width:769px) and (max-width:863px) {
	.banner_header { margin: 42px 0 auto;}
}
.headerImg {
    width: 100%;
}

.col-lg-7 {
    ____padding-left: 150px;
}

.col-lg-7 p {
    font-size: 18px;
    margin: 50px 0;
}

.col-lg-5 {
    ____padding: 0 100px;
}

.col-lg-5 img {
    width: 100%;
    max-width:400px;
}

.col-lg-5 div {
    margin: 0 auto;
}

.credit {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}


@media (max-width: 1200px) {
    .col-lg-7 {
        padding: 64px;
    }
}

@media (max-width: 768px) {

    .banner_header {
        margin: 42px 0 auto;
        margin-bottom: 0;
    }

    .col-lg-7 {
        padding: 15px;
    }

    .col-lg-7 h2{
        font-size: 16px;
    }

    .col-lg-7 p{
        font-size: 12px;
    }

    .credit{
        margin-bottom: 25px;
    }
}







@media (max-width: 1024px) {
    #bsaHolder, footer {
        display: none;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1;
}


/*Slideshow container*/

.slideshow {
    position: relative;
    max-width: 100%;
}

/*Slideshow images*/

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
	cursor:pointer;
}

/*Buttons*/

.slideBtn {
    position: absolute;
    z-index: 10;
    width: 50px;
    height: 100%;
    cursor: pointer;
}

.leftBtn {
    left: 0px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.rightBtn {
    right: 0px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

/*Arrow pointers*/

.pointer {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    z-index: 9001;
    left: 12px;
    opacity: 0.8;
}

.previous {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white;

}

.next {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    right: 12px;
    left: auto;
}

/*Helper style classes*/

.hide {
    visibility: hidden;
}
/**焦点图部分结束**/
.col_title{ 
	height:40px; 
	line-height:40px;
	border-bottom: 1px solid #999; 
	font-family:"Microsoft YaHei","微软雅黑","Microsoft JhengHei","华文细黑","STHeiti","MingLiu";
}
.col_title .col_name{
	float:left;font-weight: bold;
}
.col_title .col_more{
	float:right;
}
.col_more a{color: red;}
.col_list{
	width: 100%;
    overflow: hidden;
	margin-top: 25px;
	background: #ffffff;
	padding: 10px 20px;
}
.col_list ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.col_list ul li{
	transition:0.5s;
}
.col_list ul li:hover{ 
	padding:0 0 0 5px;
	width:100%;
	transition:0.5s;
}
.col_list ul li .div_t {
    height: 36px;
    padding: 0 80px 0 0;
    line-height: 36px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.col_list ul li:first-child{visibility: visible; animation-delay: 0.1s; animation-name: fadeInRight;}
.col_list ul li:nth-child(2){visibility: visible; animation-delay: 0.2s; animation-name: fadeInRight;}
.col_list ul li:nth-child(3){visibility: visible; animation-delay: 0.3s; animation-name: fadeInRight;}
.col_list ul li:nth-child(4){visibility: visible; animation-delay: 0.4s; animation-name: fadeInRight;}
.col_list ul li:nth-child(5){visibility: visible; animation-delay: 0.5s; animation-name: fadeInRight;}
.col_list ul li:nth-child(6){visibility: visible; animation-delay: 0.6s; animation-name: fadeInRight;}
.col_list ul li:nth-child(7){visibility: visible; animation-delay: 0.7s; animation-name: fadeInRight;}
.col_list ul li:nth-child(8){visibility: visible; animation-delay: 0.8s; animation-name: fadeInRight;}
.col_list ul li a{color: #666;}
.col_list ul li span{position: absolute;
    right: 0;
    text-align: right;
    width: 80px;
    top: 0;
    color: #1d5fbb;
    font-size: 14px;}
.news_pic{padding: 9px 0;}
.news_pic img{height: 270px;width: 100%;overflow: hidden;}
.news_list{}
.sjmy{	width: 100%;
    overflow: hidden;
	margin-top: 25px;
	padding: 10px 0;
margin-bottom: 60px;}
.sjmy ul{height: 367px;width: 100%}
.sjmy ul li{height: 367px; float: left}
.sjmy ul li:first-child .box .pic{visibility: visible; animation-delay: 0.1s; animation-name: fadeInUp;}
.sjmy ul li:nth-child(2) .box .pic{visibility: visible; animation-delay: 0.2s; animation-name: fadeInUp;}
.sjmy ul li:nth-child(3) .box .pic{visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;}
.sjmy ul li img{height: 280px;width: 100%;transition:1s;}
.sjmy ul li img:hover{filter:alpha(opacity=85);-moz-opacity:0.85;opacity:0.85;transition:1s; transform:scale(1.05);-webkit-transform:scale(1.05);}
.sjmy .box {border-bottom: 4px solid #ffffff;transition:0.5s;}
.sjmy .box:hover{border-bottom: 4px solid #004890;transition:0.5s;}
.sjmy .box .pic{height: 280px;
    width: 100%;overflow: hidden}
.sjmy .content .title{
	height: 52px;
    line-height: 22px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;background: #ffffff;
    padding: 5px;
}
.sjmy .content .pro{
		    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;background: #ffffff;
    padding: 5px;
}

.recommend{	width: 100%;
    overflow: hidden;
	margin-top: 25px;
	padding: 10px 0 50px;
}
.recommend ul{ width: 100%;margin-bottom: 10px;}
.recommend ul li{  float: left}

.recommend ul li img{height: 280px;width: 100%;transition:1s;}
.recommend ul li img:hover{filter:alpha(opacity=85);-moz-opacity:0.85;opacity:0.85;transition:1s; transform:scale(1.05);-webkit-transform:scale(1.05);}
.recommend .box {border-bottom: 4px solid #dedede;transition:0.5s;}
.recommend .box:hover{border-bottom: 4px solid #004890;transition:0.5s;}
.recommend .box .pic{height: 280px;
    width: 100%;overflow: hidden}
.recommend .content{height: 132px;}
.recommend .content .title{
	height: 52px;
    line-height: 24px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;background: #ffffff;
    padding: 5px;
}
.recommend .content .pro{
	height: 80px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;background: #ffffff;
    padding: 5px;
}
.recommend .content .pro .text{
	font-size: 14px;
    color: #999;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	background: #ffffff;
	margin-bottom: 8px;
}
.recommend .content .pro span{font-size: 12px;}

.recrow2 li:first-child{display: none;}
.recrow2 li:nth-child(2){display: none;}
.recrow2 li:nth-child(3){}
.recrow2 li:nth-child(4){}
.recrow2 li:nth-child(5){}
.recrow2 li:nth-child(6){}
	

.foot{height: 264px;padding: 40px 0;position: relative;}
.foot .cr .name h5{
	font-family: 黑体;
    font-weight: bold;}
.foot .cr .name p{
		font-family: 黑体;
}
.foot .cr .add{margin-top: 20px;font-size: 12px;font-family: "仿宋","楷体","宋体",Roboto, Noto, Helvetica, Arial, sans-serif;}
.foot .cr .tel{font-size: 12px;font-family: "仿宋","楷体","宋体",Roboto, Noto, Helvetica, Arial, sans-serif;}
.foot .cr .copyright{margin-top: 20px;font-size: 12px;font-family: "仿宋","楷体","宋体",Roboto, Noto, Helvetica, Arial, sans-serif;}
.foot .line_l{border-left: 1px solid #999;
    height: 184px;
}
.foot .link_title{ 
	height:40px; 
	line-height:40px; 
	font-family:"Microsoft YaHei","微软雅黑","Microsoft JhengHei","华文细黑","STHeiti","MingLiu";
}
.foot .link_title .link_name{
	float:left;font-weight: bold;
}
.foot .links ul{padding: 40px 0;}
.foot .links ul li{float: left;text-align: center;border-left: 1px solid #999;}
.foot .links ul li:first-child{visibility: visible; animation-delay: 0.1s; animation-name: fadeInRight;}
.foot .links ul li:nth-child(2){visibility: visible; animation-delay: 0.2s; animation-name: fadeInRight;}
.foot .links ul li:nth-child(3){visibility: visible; animation-delay: 0.3s; animation-name: fadeInRight;}
.foot .links ul li:nth-child(4){visibility: visible; animation-delay: 0.4s; animation-name: fadeInRight;}
.foot .links ul li:first-child{border-left: none}
.foot .links ul li i{text-align: center;padding: 10px 0;width: 100%;color: #333;
    -webkit-transition: -webkit-transform 0.4s ease-out; 
    -moz-transition: -moz-transform 0.4s ease-out; 
    transition: transform 0.4s ease-out; 
	position: relative;}
.foot .links ul li:hover i{-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);}
.foot .links ul li span{text-align: center;color: #333}

@media only screen and (max-width:768px) {
.foot .cr .add,.foot .cr .tel,.foot .cr .copyright{ font-size: 12px}
.col-xs-12{padding-left: 10px;padding-right: 10px;}	
.recommend {
    padding: 10px 0 20px;
}	
.recommend ul {
    height: auto;
}
.recommend ul li {
    height: auto;
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.foot {
    height: auto;
	padding: 10px 0;
}
.foot .links{ float: none}	
.foot .links ul {
    padding:  0;
}	
.copyright_phone{
	width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
	background: #000000;
    color: #fff;
}	
}
@media only screen and (min-width:769px) and (max-width:1024px) {
.foot .cr .add,.foot .cr .tel,.foot .cr .copyright{ font-size: 12px}
.col-xs-12{padding-left: 10px;padding-right: 10px;}	
.recommend ul {
    height: auto;
}
.recommend ul li {
    height: auto;
	padding-left: 10px;
    padding-right: 10px;
}
.foot {
    height: auto;
	padding: 10px 0;
}
.foot .links ul {
    padding:  0;
}	
.copyright_phone{
	width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
	background: #000000;
    color: #fff;
}
}