

/*手机头部*/
/*手机头部*/
.m-bar{
	height: 60px;
	background-color: #fff;
}
.logo-m{
	width: 75%;
	display: inline-block;
	float: left;
	margin-left: 10px;
	height: 60px;
	line-height: 60px;
}
.logo-m img{
	height: 40px;
	display: inline-block;
	z-index: 60;
	vertical-align: middle;
}
.m-hd{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000000;
	-webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
	box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
}
.m-nav{
	clear: both;
	position: absolute;
	top: 60px;
	left: 0;width: 100%;
	-webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
	box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}


.m-nav a{
	display: block;
	width: 100%;
	line-height: 40px;
	text-align: left;
	border-top: 1px solid #e0e0e0;
	font-size: 15px;
	background-color: #fff;
	padding: 0 20px;
	color: #333;
}

.m-trigger{
	height: 60px;
	cursor: pointer;
	width: 60px;
	float: right;
	background: url(../images/menu.png) no-repeat center center;
	-webkit-background-size: 25px;
	-moz-background-size: 25px;
	-o-background-size: 25px;
	background-size: 25px;
}
.m-sub{
	max-height: 0;
	overflow: hidden;

}
.m-sub.on,
.m-nav.on{
	-webkit-transition: all .6s linear;
	transition: all .6s linear;
	max-height: 999px;
}

.m-sub a{font-size: 14px;padding: 0 30px;background-color: #F1F1F1;border-top-color: #efefef;}

.m-show{display: none;}



#nav-toggle { position: absolute; right: 14px; top: 18px; color: #fff;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	transform-origin: 50% 50%;
}
#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; -o-border-radius: 1px; height: 5px; width: 35px; background: #b7610e; position: absolute; display: block; content: ''; }
#nav-toggle span:before { top: -10px; }
#nav-toggle span:after { bottom: -10px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
#nav-toggle.active span { background-color: transparent; }
#nav-toggle.active span:before, #nav-toggle.active span:after { top: 0; }
#nav-toggle.active span:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
#nav-toggle.active span:after { transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); -ms-transform: translateY(-10px) rotate(-45deg); top: 10px; }

/*pc头部*/
.grt-menu{
	height: 90px;
	/*background: url("w_opaci.png") repeat;*/
	box-sizing: border-box;
	border-top: 5px solid #0c2e7e;
}
.grt-menu .grt-logo{
	width: 30%;
	float: left;
	margin-top: 20px;
}
.grt-menu .grt-logo img{
	max-width: 100%;
}
.grt-menu .menu-nav{
	width: 70%;
	float: left;
	text-align: right;
}
.grt-menu .menu-nav li{
	width: 14.28%;
	float: left;
	text-align: center;
	position: relative;
	height: 85px;
	line-height: 85px;
}
.grt-menu .menu-nav li .nonelist{
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	background: url("ab-opaci.png") repeat;
	display: none;
}
.grt-menu .menu-nav li .nonelist a{
	display: block;
	padding: 0;
	color: #ffffff;
	line-height: 3;
	width: 100%;
}
.grt-menu .menu-nav li .nonelist a:hover{
	background: #0554a2;
	border: none;
}
.grt-menu .menu-nav li a{
	font-size: 14px;
	color: #181935;
	display: block;
}
.grt-menu .menu-nav li:hover{
	background: #0c2e7e;
}
.grt-menu .menu-nav li:hover a{
	color: #fff;
}
.grt-menu .menu-nav li.on{
	background: #0c2e7e;
}
.grt-menu .menu-nav li.on a{
	color: #fff;
}
/*.grt-menu .menu-nav li a:hover{
	border-bottom: 2px solid #3e75e3;

}
.grt-menu .menu-nav li a.on{
	border-bottom: 2px solid #3e75e3;
}*/
.grt-banner{
	width: 100%;
}
.grt-banner li{
	width: 100%;
	display: inline;
	height: auto;
		margin: 0 5px;
}
.grt-banner li.slick-active button{
	background: #333;
}
.grt-banner li button{
	display: inline-block;
	width: 12px;
	height: 12px;

}

*{
	box-sizing: border-box;
}
/*顶端三块*/
.top-menu{
	margin-top: -125px;
	position: relative;
	z-index: 99;
}
.top-menu li{
	width: 33.33%;
	float: left;
	height: 250px;
	padding: 50px 30px;
	font-size: 0;
}
.top-menu .first{
	background: #000;
}
.top-menu .second{
	background: #fe0000;
}
.top-menu .third{
	background: #f5bd02;
}
.top-menu li .left-num{
	width: 78px;
	float: left;
	font-size: 60px;
	color: #FFFFFF;
}
.top-menu li .right-main{
	float: left;
	margin-left: 20px;
	width: 200px;
	position: relative;
	height: 150px;
}
.top-menu li .right-main h3{
	font-size: 16px;
	color: #FFFFFF;
}
.top-menu li .right-main p{
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	line-height: 1.4;
	margin-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.top-menu li .right-main img{
	position: absolute;
	bottom: 0;
}
/*产品中心*/
.spr-tit{
	text-align: center;
	font-weight: 600;
	padding: 36px 0;
}
.spr-tit i{
	color: #f3f3f4;
	font-size: 36px;
	
	font-style: normal;
	display: block;
}
.spr-tit span{
	display: block;
	margin-top: -34px;
	color: #000000;
	font-size: 26px;
	
}
.pro-search{
	width: 100%;
	height: 80px;
	border: 1px solid #d3d3d3;
	margin-top: 24px;
}
.pro-search .search{
	width: 600px;
	height: 42px;
	margin: 0 auto;
	margin-top: -21px;
	border: 1px solid #ebebeb;
	background: #f6f6f6;
}
.pro-search .search input{
	border: none;
	outline: none;
	height: 100%;
	background: no-repeat;
	width: 400px;
	padding-left: 15px;
}
.pro-search .search a{
	display: inline-block;
	float: right;
	width: 116px;
	text-align: center;
	height: 100%;
	line-height: 42px;
	color: #FFFFFF;
	background: #0c2e7e;
	font-size: 16px;
}
.pro-search p{
	text-align: center;
	font-size: 14px;
	color: #6c6b6b;
	margin-top: 20px;
}
.pro-search p a{
	margin-left: 30px;
}
.sy-pro-main{
	margin-top: 24px;
	
}
.sy-pro-main li{
	width: 47%;
	float: left;
	margin-left: 3%;
}
.sy-pro-main li:first-child{
	margin-left: 0;
	margin-right: 3%;
}
.sy-pro-main li .pro-pic img{
	display: block;
}
.sy-pro-main li .pro-txt{
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 16px;
	color: #4b4b4b;
	background-image: url(news_arrow.jpg);
	background-position: right 15px center;
	background-repeat:no-repeat ; 
	background-color: #f6f6f6;
}
.sy-pro-main li .pro-txt span{
	font-size: 12px;
	color: #4b4b4b;
	margin-left: 15px;
	opacity: .4;
}
/*关于我们*/
.sy-about-box{
	width: 100%;
	height: 424px;
	background: url(sy_about_bg.jpg) center no-repeat;
	margin-top: 80px;
}
.sy-about-box .syab-left{
	width: 28%;
	float: left;
	background: #ffa200;
	height: 370px;
	padding: 60px 30px;
	box-sizing: border-box;
}
.sy-about-box .syab-left h3{
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 10px;
	width: 80%;
	border-bottom: 3px solid #fff;
}
.sy-about-box .syab-left h4{
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 15px;
}
.sy-about-box .syab-left a{
	display: block;
	margin-top: 110px;
	color: #FFFFFF;
	font-size: 12px;
}
.sy-about-box .syab-right{
	width: 72%;
	float: left;
	padding: 66px;
	box-sizing: border-box;
}
.sy-about-box .syab-right h5{
	font-size: 30px;
	font-weight: 600;
	color: #FFf;
	
}
.sy-about-box .syab-right h5 span{
	color: #9caee9;
	font-size: 14px;
}
.sy-about-box .syab-right p{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 2;
	margin-bottom: 20px;
	margin-top: 15px;
}
.sy-news-main{
	padding-bottom: 30px;
}
.sy-news-main li{
	width: 30%;
	float: left;
	margin-left: 5%;
}
.sy-news-main li:first-child{
	margin: 0;
}
.sy-news-main li .news-pic{
	width: 100%;

}
.sy-news-main li .news-pic img{
	display: block;
}
.sy-news-main li .news-txt h3{
	padding: 24px 0;
	font-size: 16px;
	color: #383838;
}
.sy-news-main li .news-txt p{
	font-size: 12px;
	color: #8e8e8e;
	line-height: 1.6;
}
.sy-news-main li .news-txt a{
	display: block;
	width: 100%;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background: #c7ccd5;
	font-size: 14px;
	margin-top: 28px;
}
.sy-news-main li .news-txt a:hover{
	background: #20347b;
	
}
.partner-box{
	padding-bottom: 50px;
}
.partner-main{
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
	
	}
.partner-main .slick-slide{
	
	text-align: center;
	margin: 2px;
	box-sizing: border-box;
	padding: 4px;
}
.partner-main .slick-slide .pic{
	border: 1px solid #e8e8e8!important;
}
.partner-main img{
	display: inline;
	vertical-align: middle;
}
.slick-prev{
	width: 13px;
	height: 21px;
	z-index: 999;
	background: url(partnerarrow_l.png) no-repeat center center;
}
.slick-prev:hover{
	background: url(partnerarrow_l_on.png) no-repeat center center;
}
.slick-next{
	width: 13px;
	height: 21px;
	z-index: 999;
	background: url(partnerarrow_r.png) no-repeat center center;
}
.slick-next:hover{
	background: url(partnerarrow_r_on.png) no-repeat center center;
}
.slick-prev:before, .slick-next:before{
	display: none;
}

/*底部*/
.footer1{
	background: #2c2c2c;
	padding: 55px 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
	margin-top: 30px;
}
.footer1 .f-logo{
	width: 20%;
	float: left;
}
.footer1 .f-logo p{
	color: #c0c0c0;
	margin-top: 20px;
	font-size: 14px;
}
.footer1 .bot-nav{
	width: 40%;
	float: left;
	margin-left: 50px;
}
.footer1 .bot-nav h3{
	font-size: 15px;
	color: #ebebeb;
	margin-bottom: 20px;
	padding-left: 20px;
}
.footer1 .bot-nav a{
	display: inline-block;
	color:  #c0c0c0;
	font-size: 14px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.footer2{
	background: #2c2c2c;
	padding: 10px 0;
}
.footer2 p{
	color: #717171;
	font-size: 12px;
	line-height: 2;
}
#goTopBtn{ position:fixed; z-index:999999; bottom:10px; right:80px; cursor:pointer;}


/***qianqianqianqianqianqianqianqianqianqianqianqianqianqianqianqianqianqianqianqianqianqian***/
img{
    vertical-align: bottom;
    transition: all 0.5s linear;
}
.banner img{
    width:100%;
}
.lf{float:left;}
.rt{float:right;}
.clear{clear:both;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
/*������*/
.nav_box{
    width:100%;
    height:40px;
    background: #EFEFEF;
    line-height: 40px;
}
.nav_smart{
    width:1200px;
    margin:0 auto;
  
}
.nav_smart a{
    font-size: 12px;
    color:#4c4c4c;
}
.nav_smart .first{
    display: inline-block;
    padding-left:30px;
    background: url("home.png") no-repeat 0 40%;
}
@media (max-width: 750px) {
    .nav_smart{
        width:100%;
        padding:0 5px;
        margin:0 auto;
    }
    .nav_smart a{
        font-size: 12px;
        color:#4c4c4c;
    }
    .nav_smart .first{
        display: inline-block;
        padding-left:30px;
        background: url("home.png") no-repeat 0 40%;
    }
}
/*������*/
.laser{
    width:1200px;
    margin:0 auto;
    padding:52px 30px 32px 30px;
    box-sizing: border-box;
}
.laser h1{
    font-size: 16px;
    color:#3c3c3c;
    margin:34px 0 32px 0;
}
.laser_top>div{
    width:18%;
}
.laser_top>div img{
    width:100%;
    height:154px;
}
.laser_top>div:first-child{
    margin-right:1%;
}
.laser_top>div:last-child{
    width:60%;
}
.laser_top p{
    font-size: 14px;
    color:#4c4c4c;
    line-height: 23px;
}
.laser_top p:first-child{
    margin:9px 0 34px 0 ;
}
.laser_top p.second{
    margin-top:37px;
}
@media (max-width: 750px) {
    .laser{
        width:100%;
        margin:0 auto;
        padding:52px 10px 32px 10px;
        box-sizing: border-box;
    }
    .laser_top>div{
        width:49%;
    }
    .laser_top>div img{
        width:100%;
    }
    .laser_top>div:first-child{
        margin-right:2%;
    }
    .laser_top>div:last-child{
        width:100%;
    }
    .laser_top p{
        font-size: 14px;
        color:#4c4c4c;
        line-height: 23px;
    }
    .laser_top p:first-child{
        margin:9px 0 34px 0 ;
    }
}
.item li{
    width:49%;
    height:122px;
    margin-right:2%;
    border:1px solid #E3E3E3;
    box-sizing: border-box;
    padding:20px 12px 0 88px;
    margin-bottom:18px;
    position: relative;
}
.item li:nth-child(2n){
    margin-right:0;
}
.item li:last-child{
    width:100%;
}
.item li:nth-child(4),.item li:nth-child(5){
    padding-top:40px;
}
.item p{
    color:#818181;
    font-size: 13px;
    line-height: 24px;
}
.item li>div{
    position: absolute;
    top:0;
    left:0;
    height:100%;
}
.item li>div img{
    height:100%;
}
.item li.special{
    padding-top:48px;
}
@media (max-width: 750px) {
    .item li{
        width:100%;
    }
    .item p{
        font-size: 10px;
        line-height: 16px;
    }
    .item li:nth-child(5){
       padding-top:20px;
    }
}
.scope>ul{
    border-bottom:1px solid #E3E3E3;
    border-right:1px solid #E3E3E3;
}
.scope>ul>li{
    width:14.28%;
}
.pc{
    display: none;
}
.scope>ul>li li{
    text-align: center;
    height:62px;
    line-height: 62px;
    border-top:1px solid #E3E3E3;
    border-left:1px solid #E3E3E3;
    font-size: 16px;
    color:#535353;
    font-family: arial;
}
@media (max-width: 750px) {
    .scope>ul>li{
        width:25%;
    }
    .scope>ul>li li{
        font-size: 14px;
    }
    .pc{
        display: block;
    }
}
.area li{
    width:24.25%;
    height:158px;
    margin-bottom:4px;
    margin-right:1%;
}
.area li:nth-child(4n){
    margin-right:0;
}
.area li img{
    width:100%;
    height:100%;
}
@media (max-width: 750px) {
    .area li{
        width:49%;
        margin-right:2%;
    }
    .area li:nth-child(2n){
        margin-right:0;
    }
}







/*chanpin*/
.pro-list li{
	width: 48%;
	float: left;
	position: relative;
	margin-left: 2%;
}
.pro-list li:first-child{
	margin-left: 0;
	margin-right: 2%;
}
.pro-list li img{
	width: 100%;
}
.pro-list li .n-pro-txt{
	position: absolute;
	width: 80%;
	left: 10%;
	top: 20%;
	
}
.pro-list li .n-pro-txt h3{
	font-size: 27px;
	color: #FFFFFF;
	font-weight: 600;
}
.pro-list li .n-pro-txt p{
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 20px;
}
.pro-list li .n-pro-txt a{
	display: block;
	width: 74px;
	height: 24px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 24px;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 20px;
}
.pro-list li .n-pro-txt a:hover{
	background: #FFFFFF;
	color: #21357c;
}
.ser-menu{
	margin-bottom: 30px;
	font-size: 0;
}
.ser-menu a{
	display: inline-block;
	width: 116px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #4c4c4c;
	margin-bottom: 10px;
}
.ser-menu a:hover{
	background: #0c2e7e;
	color: #FFFFFF;
}
.ser-menu a.on{
	background: #0c2e7e;
	color: #FFFFFF;
}
.ser-menu a:after{
	content: '';
	zoom: 1;
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #4C4C4C;
	vertical-align: middle;
	float: right;
	margin-top: 8px;
}
.list-ser li{
	width: 25%;
	float: left;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}
.list-ser li p{
	line-height: 36px;
	text-align: center;
}
.list-ser li img{
	width: 100%;
	transition: all 1s; 
}
.list-ser li:hover img{
	transform: scale(1.1,1.1);
}
/*关于我们*/
.sec-menu{
	width: 320px;
	float: right;
	height: 40px;
	text-align: right;
}
.sec-menu a{
	width: 70px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #4c4c4c;
	display: inline-block;
}
.sec-menu a:hover
{
	border-radius: 11px;
	background: #20347b;
	color: #FFFFFF;
}
.sec-menu a.on
{
	border-radius: 11px;
	background: #20347b;
	color: #FFFFFF;
}
.about-list .ab-left{
	width: 30%;
	float: left;
}
.about-list .ab-left img{
	width: 100%;
}
.about-list .ab-right{
	width: 70%;
	padding-left: 40px;
	padding-top: 30px;
	box-sizing: border-box;
	float: left;
}
.about-list .ab-right p{
	font-size: 14px;
	line-height: 2;
	color: #5e5e5e;
	margin-bottom: 30px;
}


/*联系我们*/
.contact {
	width: 100%;
	overflow: hidden;
	background: #f9f9f9;
}
.contact .left {
	width: 60%;
	float: left;
}
.contact .left #allmap {
	height: 400px;
}
.contact .right {
	width: 40%;
	float: right;
}
.contact .right .contact_list {
	width: 90%;
	margin: 0 auto;
}
.contact .right .title {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	border-bottom: 1px dotted #ccc;
}
.contact .right ul li {
	font-size: 14px;
	margin-top: 15px;
	padding-left: 38px;
}
.contact .right ul li:nth-child(1) {
	background: url(youbian.png) no-repeat 10px center;
} 
.contact .right ul li:nth-child(2) {
	background: url(tel.png) no-repeat 10px center;
}
.contact .right ul li:nth-child(3) {
	background: url(fax.png) no-repeat 10px center;
}
.contact .right ul li:nth-child(4) {
	background: url(email.png) no-repeat 10px center;
}
.contact .right ul li:nth-child(5) {
	background: url(dizhi.png) no-repeat 10px center;
}

@media screen and (max-width: 750px) {
	.contact .left {
		float: none;
		width: 100%;
	}
	.contact .right {
		float: none;
		width: 100%;
	}
}



/*******************************
	-------[=新闻中心]-------
********************************/
.m_newsInfo{overflow: hidden;}
.m_newsInfo .left{
	float: left;
	width: 520px;
	width: 43%;
}
.m_newsInfo .right{
	margin-left: 50%;
}

.m_hotNews{
	background: #f1f2f9;
}
.m_hotNews .pic{
	height: 346px;
	overflow: hidden;
}
.m_hotNews .pic a{
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	transition: ease-in .3s;
	-ms-transition: ease-in .3s;
	-moz-transition: ease-in .3s;
	-webkit-transition: ease-in .3s;
	-o-transition: ease-in .3s;
}
.m_hotNews .pic a:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.m_hotNews .pic img{
	display: block;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
.m_hotNews .txt{
	color: #494949;
	padding: 20px 25px 25px;
}
.m_hotNews h4{
	color: #1274b7;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom: 5px;
}
.m_hotNews h4 a{
	color: #333;
}
.m_hotNews h4 a:hover{
	color: #1274b7;
}
.m_hotNews .det{
	font-size: 13px;
	line-height: 20px;
	height: 40px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px;
}
.m_hotNews .date{
	font-size: 12px;
	line-height: 20px;
}

.m_list1{}
.m_list1 li{
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
}
.m_list1 .date{
	color: #3671cf;
	font-size: 18px;
	font-family: 'Arial';
	line-height: 35px;
	text-align: right;
	margin-bottom: 10px;
}
.m_list1 .date .day{
	float: left;
	font-size: 36px;
}
.m_list1 h4{
	color: #333;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom: 10px;
}
.m_list1 h4 a{
	color: #333;
}
.m_list1 h4 a:hover{
	color: #3671cf;
}
.m_list1 .det{
	font-size: 13px;
	line-height: 23px;
	height: 46px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.m_list2{}
.m_list2 li{
	padding: 20px 0 15px;
	border-bottom: 1px solid #e0e0e0;
}
.m_list2 .con{
	overflow: hidden;
	padding: 35px 15px 35px 30px;
}
.m_list2 .date{
	color: #045aaa;
	font-size: 12px;
	font-family: 'Arial';
	text-align: center;
	float: left;
	width: 100px;
	height: 110px;
	line-height: 110px;
	background: #f5f5f5;
}
.m_list2 .date span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	*padding-top: 25px;
}
.m_list2 .date .day{
	font-size: 44px;
	display: block;
}
.m_list2 .more{
	float: right;
	display: block;
	width: 28px;
	color: #848484;
	font-family: '宋体','Arial';
	text-align: center;
	line-height: 28px;
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	margin-top: 30px;
}
.m_list2 .txt{
	color: #6d6d6d;
	font-size: 12px;
	margin: 0 120px 0 130px;
}
.m_list2 h4{
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.m_list2 .time{
	color: #b8b8b8;
	line-height: 20px;
	padding-left: 20px;
	display: inline-block;
	background: url(../images/ico_clock.png) left center no-repeat;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	background: url(../images/ico_time.png) left center no-repeat \9;
}
.m_list2 .det{
	margin-top: 5px;
	line-height: 22px;
	height: 44px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.m_list2 .con,
.m_list2 .con .date,
.m_list2 .con a{
	transition: ease-in .3s;
	-ms-transition: ease-in .3s;
	-moz-transition: ease-in .3s;
	-webkit-transition: ease-in .3s;
	-o-transition: ease-in .3s;
}
.m_list2 .con:hover{
	background: #ececec;
}
.m_list2 .con:hover .date{
	color: #fff;
	background: #045aaa;
}
.m_list2 .con:hover h4 a{
	color: #045aaa;
}
.m_list2 .con:hover .more{
	color: #045aaa;
	border-color: #045aaa;
}

/*******************************
	-------[=二级导航]-------
********************************/
#snav{
	height: 65px;
	background: #efefef;
}
#snav .scrollBar{overflow-x: auto;}
#snav .scrollBar::-webkit-scrollbar {height: 0;}
#snav ul{
	font-size: 13px;
	line-height: 42px;
	padding-top: 11px;
	background: url(../images/nav_split.jpg) left 27px no-repeat \9;
	position: relative;
	overflow: hidden;
}
#snav ul::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 10px;
	background: #bfbfbf;
	margin-top: -5px;
}
#snav li{
	float: left;
	background: url(../images/nav_split.jpg) right center no-repeat \9;
	position: relative;
}
#snav li::before{
	content: '';
	position: absolute;
	z-index: 1;
	right: 0;
	top: 50%;
	width: 1px;
	height: 10px;
	background: #bfbfbf;
	margin-top: -5px;
}
#snav a{
	color: #646464;
	display: block;
	*display: inline;
	*zoom: 1;
	padding: 0 30px;
	position: relative;
	z-index: 2;
}
#snav li.on a{
	color: #fff;
	background: #1274b7;
}
.news_content {
	width: 100%;
}
.news_content .title {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}
.news_content .text {
	font-size: 15px;
	line-height: 28px;
	padding: 30px 50px;
}


/*page*/
/* page-1 start*/
 .page{font-size: 12px; color: #777777; text-align: center; margin-top: 70px;margin-bottom: 55px;}
 .page a,.page span { color: #777777;display: inline-block;border: 1px solid #ededed;padding: 5px 10px;vertical-align: middle;margin: 0 0 10px -1px;}
 .page .goprev{margin-right: 10px;}
 .page .gonext,.page .count {margin-left: 10px;}
 .page i{    color: #777777;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
    margin: 0 0 10px -1px;}
 .page a:hover,.page span{color:#fff; background: #0081e8;}
 .page span.count { border: 0;background: 0;color: #777777;}
 .album_wrap .slide_wrap img { max-height: 80%!important;}
