﻿@charset "utf-8";

.am-slider-default{ background:none;}
.am-control-nav li a{ background:#FFF;}
.sc-overlay{ display:none;}
.sc-prev{ width:10px; height:200px; display:block;}


.main .nav{ width:100%; float:left; border-bottom:1px solid #E5E5E5; height:57px; }
.main .nav .midle .a1{ display:block; float:left; height:58px; line-height:58px; width:110px; text-align:center; font-size:18px;}
.main .nav .midle .a1:hover{ color:#00487A; border-bottom:3px solid #00487A;}
.nav_a1{ color:#000;}
.nav_a2{ color:#00487A; border-bottom:3px solid #00487A;}
/*详情页*/
.main .nav .midle .p1{ display:block; float:left; line-height:57px; font-size:18px;}
.main .nav .midle .a2{ display:block; float:left; height:58px; line-height:58px; font-size:18px; color:#000;}
.main .nav .midle .a2:hover{color:#00487A; text-decoration:underline;}
.news .row .xq_fra ul{ display:block; float:left; width:100%; border:1px solid #EBEBEB; padding:30px;}
.news .row .xq_fra ul li{ display:block; float:left; width:100%;}
.news .row .xq_fra ul li .p_t{ display:block; float:left; font-size:20px;}
.news .row .xq_fra ul li .x_img{ float:right;}
.news .row .xq_fra ul li .x_img a{ display:block; float:left; width:30px; height:30px; margin-left:5px;}
.news .row .xq_fra ul li .x_img a img{ width:100%; height:100%;}
.news .row .xq_fra ul li .p_2{ display:block; float:left; margin-top:20px;}
.news .row .xq_fra ul li .a_f{ display:block; float:right; margin-top:20px; color:#999;}
.news .row .xq_fra ul li .a_f:hover{ color:#00487A; text-decoration:underline;}
.news .row .xq_fra ul .li_x{ border-bottom:1px dashed #E2E2E2; margin-top:30px; margin-bottom:30px;}
.news .row .xq_fra ul li .img_d{ display:block; margin:0px auto; margin-bottom:30px;}
.news .row .xq_fra ul li span{ display:block; float:left; font-size:18px; text-indent:2em; line-height:35px; margin:15px 0px; }
.news .row .xq_fra ul li .a_ud{ display:inline-block; font-size:18px; color:#3c3c3c; line-height:35px;}
.news .row .xq_fra ul li .a_ud:hover{ color:#00487A; text-decoration:underline;}


.news{ width:100%; float:left;}
.news .row{ width:100%; float:left;}
.news .row .midle ul{ display:block; float:left; width:100%;}
.news .row .midle ul li{ display:block; float:left; width:100%; border-bottom:1px solid #E5E5E5;}
.news .row .midle ul li img{ display:block; float:left; width:263px; height:185px; border-radius:5px; margin-top:25px; margin-bottom:25px; margin-right:25px;}
.news .row .midle ul li .texts .text_1{ width:100%; float:left;}
.news .row .midle ul li .texts .text_1 .p_tit{ display:block; float:left; font-size:20px; margin-top:20px;}
.news .row .midle ul li .texts .text_1 .p_time{ display:block; float:left; font-size:16px; color:#9c9c9c; margin-top:20px; margin-left:10px;}
.news .row .midle ul li .texts .text_1 .p_xtit{ display:block; float:left; font-size:16px; color:#9c9c9c; margin-top:10px;}
.news .row .midle ul li .texts .text_1 .p_con{ display:block; float:left; font-size:16px; color:#9c9c9c; margin-top:15px; text-indent:2em;}
.news .row .midle ul li .texts .text_1 a{ display:block; float:left; width:100px; height:37px; line-height:37px; text-align:center; font-size:16px; color:#FFFFFF; background:#00487A; border-radius:5px; margin-top:15px; margin-bottom:10px;}
.news .row .midle ul li .texts .text_1 a:hover{ background:#045a96;}



/*=============================================================大于1200px===========================================================**/
@media screen and (min-width: 1200px) {
	 /**********banner**********/
	.banner{ width:100%; float:left;height:320px; background: url(../images/banner.jpg) center;}
	.banner img{ display:none;}
	.banner .midle{ width:1200px; margin:0px auto;}
	.banner .midle .ff{ width:292px; height:128px; position:relative; float:right; top:250px;}
	.banner .midle .ff .ff_1{ width:56%; height:100%; float:left; margin-right:2px; background: url(../images/24xiaoshi.jpg) center no-repeat;}
	.banner .midle .ff .ff_2{width:42%; height:100%; float:left; background: url(../images/zaixian.jpg) center no-repeat;}
	.banner .midle .ff .ff_2 a{ display:block; width:100%; height:100%; float:left;}
	.main .nav .midle{ width:1200px; margin:0px auto;}
	.news .row .midle{ width:1200px; margin:0px auto;}
	.news .row .midle ul li .texts{ float:left; width:75%;}
	
	/*详情页*/
	.news .row .xq_fra{ width:1200px; margin:70px auto;}

	  
	  
}
/**============================================================大于720px，小于1199px============================================================***/
@media screen and (min-width:720px) and (max-width:1199px) {
    .main .nav .midle{ width:100%; float:left;}
	.news .row .midle{width:100%; float:left;}
	.news .row .midle ul li .texts{ float:left; width:95%;}
	
	/*详情页*/
	.news .row .xq_fra{ width:95%; margin:70px auto;}
	

}
/*============================================================小于720px============================================================***/
@media screen and (max-width:719px) {
    .main .nav .midle{ width:100%; float:left;}
	.news .row .midle{ width:100%; float:left;}
	.news .row .midle ul li .texts{ float:left; width:95%;}
	
	/*详情页*/
	.news .row .xq_fra{ width:95%; margin:70px auto;}
	
	}