@charset "utf-8";
/* css 重置 */
.banner ul,.banner li{margin:0; padding:0; list-style:none;}
.banner img{ border:0;  }
.banner a{ text-decoration:none;}

/* 本例子css */
.banner{ width:100%; /*min-width:1318px;*/ height:700px; overflow:hidden; position:relative;}  /* 修改 高度，         修改 最少宽度【暂时不修改】 */

.show_banner {
height:700px; width:1920px; margin:0 auto;
}

.banner .bd{ position:relative; height:100%; z-index:0;   }
.banner .bd li{ zoom:1; vertical-align:middle; }


.banner .hd {
    position: absolute;
    top: 630px;
    left: 48%;
}

.banner .hd ul{ overflow:hidden; zoom:1; float:left;  }


.banner .hd ul li{
	float:left;
	width: 13px;         /* 修改 切换按钮 大小*/
	height: 13px;
	cursor:pointer;
	margin-right: 10px;
	background:#bfbfbf;
	border-radius:20px;
}

.banner .hd ul li.on{
    background:#0261c3;
}







/* 自行修改 */


#banner .bd ul li .show_banner.banner_1 {
	background:url(/template/images/banner_1.jpg) no-repeat center;
	background-size:cover;
}

#banner .bd ul li .show_banner.banner_1 .center .box {
    width: 800px;
    padding-left: 452px;
    padding-top: 50px;
}

#banner .bd ul li .show_banner.banner_1 .center .box .txt_1 {
	color:#006cb8;
	font-size:18px;
	font-family: 'Dutch809-BT','Noto Sans Myanmar';
}
#banner .bd ul li .show_banner.banner_1 .center .box .txt_2 {
	color:#006cb8;
	font-size:45px;
	font-family: 'Dutch809-BT','Noto Sans Myanmar';
	line-height:75px;
}

#banner .bd ul li .show_banner.banner_1 .center .box .txt_3 {
	font-size:16px;
	color:#424242;
	min-height:130px;
}

#banner .bd ul li .show_banner.banner_1 .center .box .txt_4 {
	font-size: 16px;
    font-weight: bold;
    color: #ff5500;
}


#banner .bd ul li .show_banner.banner_1 .center .box .txt_4 p {
	float:left;
	display:block;
	width:120px;
	padding:15px;
	margin:0;
}


#banner .bd ul li .show_banner.banner_1 .center .box .txt_4 p:nth-child(1),
#banner .bd ul li .show_banner.banner_1 .center .box .txt_4 p:nth-child(2) {
	padding-left:0;
}

#banner .bd ul li .show_banner.banner_1 .center .box .txt_4 p:nth-child(2) {
	text-align:center;
}

#banner .bd ul li .show_banner.banner_1 .center .box .txt_4 p:nth-child(4) {
	padding-right:0;
	padding-top:5px;
	text-align:center;
	padding-left:20px;
}

#banner .bd ul li .show_banner.banner_1 .center .box .txt_4 p:nth-child(3) {
	padding-top:0;
	padding-top:5px;
	text-align:center;
}
#banner .bd ul li .show_banner.banner_2 {
	background:url(/template/images/banner_2.jpg) no-repeat center;
	background-size:cover;
}
#banner .bd ul li .show_banner.banner_2 .center .box {
    width: 555px;
    padding-top: 80px;
    padding-left: 74px;
}
#banner .bd ul li .show_banner.banner_2 .center .box .b_title {
	font-size:42px;
	color:#006cb7;
	font-family: 'Impact','Noto Sans Myanmar';
	padding-bottom:20px;
}
#banner .bd ul li .show_banner.banner_2 .center .box .b_txt {
	font-size:20px;
	color:#006cb7;
	background:url(/PC/images/bot_13.png) no-repeat;
	background-position-y:2px;
	padding-left:20px;
	padding-bottom:15px;
}
#banner .bd ul li .show_banner.banner_3 {
	background:url(/template/images/banner_3.jpg) no-repeat center;
	background-size:cover;
}
#banner .bd ul li .show_banner.banner_3 .center .box {
	width:1000px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	padding-top:10px;
}
#banner .bd ul li .show_banner.banner_3 .center .box .b_title {
	letter-spacing:2px;
	text-shadow:1px 1px 10px #000;
	font-size:68px;
	font-family: 'Impact','Noto Sans Myanmar';
}
#banner .bd ul li .show_banner.banner_3 .center .box .txt_1 {
	letter-spacing:1px;
	text-shadow:1px 1px 5px #000;
	font-size:38px;
	font-family: 'Impact','Noto Sans Myanmar';
}
#banner .bd ul li .show_banner.banner_3 .center .box .txt_2 {
	font-size:25px;
	padding-top:10px;
	line-height:130%;
}
