*:facus{
	outline: 0;
}

html, body{	
	min-width: 1200px;
	margin: 0px auto;
	padding: 0px;
/*	font-smoothing: subpixel-antialiased;*/
	position: relative;
	z-index: -2;
	font-family: Arial, sans-serif, serif, cursive, fantasy, monospace;
	text-align: justify;
	cursor: default;
}

a{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #0084ff;
	outline: 0;
}

img{
	border: 0px;
}

.clear{
	height: 0px;
	margin: 0px;
	padding: 0px;
	_line-height: 0px;
	_font-size: 0px;
	clear: both;
}

/*---------- header (start) ----------*/
.color0{
	color: #B28C5A;
	text-shadow: 0 0 20px #B28C5A;
}

.color1{
	color: #728bab;
	text-shadow: 0 0 25px #728bab;
}

.color2{
	color: #2284c6;
	text-shadow: 0 0 25px #2284c6;
}

.color3{
	color: #71ab74;
	text-shadow: 0 0 20px #71ab74;
}

.color4{
	color: #5abc68;
	text-shadow: 0 0 20px #5abc68;
}

.color5{
	color: #00b0b6;
	text-shadow: 0 0 20px #00b0b6;
}

.color6{
	color: #F04C30;
	text-shadow: 0 0 20px #F04C30;
}

.color7{
	color: #F4815D;
	text-shadow: 0 0 20px #F4815D;
}

.color8{
	color: #F36D4A;
	text-shadow: 0 0 20px #F36D4A;
}

.color9{
	color: #009dbc;
	text-shadow: 0 0 20px #009dbc;
}

.color10{
	color: #4b8ab7;
	text-shadow: 0 0 20px #4b8ab7;
}

.colorOther{
	color: #505050;
	text-shadow: 0 0 15px #808080;
}

#headerField{
	width: 100%;
	margin: 0px;
	padding: 0px 0px 1px;
	border: solid 1px #ccc;
	border-width: 0px 0px 1px 0px;
	box-shadow: 0px 3px 5px #ddd;
	background: #fff;
}

#header{
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
	position: relative;	
}

.headerLogo{
	margin: 10px 0 0 5px;
	position: absolute;	
	cursor: pointer;	
}

.headerLogo a .logo{
	height: 35px;
    margin: 5px 0 0;
    padding: 0 10px 0 0;
	float: left;
    border-right: solid 1px rgba(0, 91, 172, 0.2);
	vertical-align: middle;
}

.headerLogo a .name{
/*
	width: 250px;
	height: 42px;
*/
	margin: 20px 0 0;
    float: left;    
    font-size: 32px;
    color: #005bac;
}

.headerLogo a .caption{
	margin: 35px 0 0 15px;
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #b00000;
}

.headerLogo a .caption .subCaption{
	font-size: 17px;
	color: #505050;
}

#headerSearch{
	width: 600px;    
	position: absolute;
	top: -100px;    
	right: 0px;
	z-index: 99;
    border: solid 1px #c0c0c0\0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 0 8px #c0c0c0;
}

#headerSearch #closeBtn{
	padding: 5px 20px;
	border-top: dotted 1px #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: right;
	font-size: 14px;
	color: #fff;
	background: #005bac;
}

#headerSearch #closeBtn:hover{
	font-weight: bold;
	text-shadow: 0 0 5px #fff;
	cursor: pointer;
}

#headerSearch #closeBtn:active{
	background: #0088cc;
}

.headerFocus{
	padding: 5px 16px 3px;
	position: absolute;
	top: 0;
	right: 3px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 0 5px #c0c0c0;
	text-align: center;
	font-size: 12px;
	color: #808080;
}

.headerFocus ul{
	margin: 0;
	padding: 0;
}

.headerFocus ul li{
	margin: 2px 0 0;
	float: left;
	list-style: none;
}

.headerFocus ul li a{
	color: #808080;
}

.headerFocus ul li a:hover{
	color: #505050;
	text-shadow: 0 0 5px #c0c0c0;
}

.headerFocus ul li span{
	cursor: pointer;
}

.headerFocus ul li span:hover{	
	color: #505050;
	text-shadow: 0 0 5px #c0c0c0;
}

.headerFocus ul li i{
	padding: 0 7px;
	font-size: 10px;
	color: #c0c0c0;
}

.headerFocus ul li img{
	width: 25px;
	margin: -4px 0 0 5px;
	vertical-align: bottom;
	border-radius: 50px;
	cursor: pointer;
	transition: 0.7s transform, 0.5s box-shadow;
}

.headerFocus ul li img:hover{
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
	transform: scale(1.2) rotate(360deg);
}

.headerFocus ul li #weixinQR{
	width: 150px;
	display: none;
	position: absolute;
	top: 38px;
	right: 15px;
	z-index: 99;
	border: solid 1px #808080;
	border-radius: 0;
	box-shadow: 0 0 10px #808080;
	cursor: default;
	transition: none;
}

.headerFocus ul li #weixinQR:hover{	
	transform: none;
}

.headerMenu{
	margin-top: 45px;
	position: absolute;
	right: 0;
    z-index: 1;
	text-align: center;    
}

.headerMenu span a{
	cursor: default;
}

.headerMenu ul{	
	margin: 0;
    padding: 0;
	float: left;
	list-style-type: none;
}

.headerMenu ul li{
	text-align: center;
}

.headerMenu ul li span{
	padding: 15px 25px;
    box-sizing: border-box;
	/* display: block; */
	display: inline-block;
	font-size: 16px;
}

.headerMenu ul li span .enLink{
	color: #000;
	cursor: pointer;
}

.headerMenu ul li .divLine{
    width: 0px;
	padding: 5px 0px 0;
	font-size: 28px;	
	color: #f0f0f0;	
	transform: scaleX(0.5);
}

.headerMenu ul li .menuGroup{
    width: 100%;
    position: absolute;
    right: 0;
    
	height: 0;
	margin: -5px 0 0;
	padding: 15px 0;
	box-sizing: border-box;
	clear: both;
	visibility: hidden;
    border: solid 1px #c0c0c0\0;
	border-top: #005bac 3px solid;	
	border-radius: 2px;
	box-shadow: 0px 0px 10px #c0c0c0;
	background: rgba(255, 255, 255, 0.96);
    background: #ffffff\0;
}

/* .headerMenu ul li .menuGroup::before{
    content: "";
    width: 0px;
    height: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
} */

.headerMenu ul li:hover .menuGroup{
	height: auto;
	visibility: visible;
}

.headerMenu ul li .menuGroup .subGroup {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}

.headerMenu ul li .menuGroup.menuGroupInteractive{
	width: auto;
	padding: 15px;
	transform: translateX(27px);	
}

.headerMenu ul li .menuGroup .image{
	width: 100%;
    height: 160px;
    border: solid 1px #e0e0e0;
	background-size: cover;
}

.headerMenu ul li .menuGroup .subTit{
	padding: 6px 12px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: left;
}

.headerMenu ul li .menuGroup ul{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.headerMenu ul li .menuGroup ul li{
	padding: 6px 12px;
    box-sizing: border-box;
}

.headerMenu ul li .menuGroup ul li a{
    width: 100%;
    display: inline-block;
	font-size: 16px;	
	text-align: left;
	transform-origin: left center;
    transition: 0.3s transform;
}

.headerMenu ul li .menuGroup ul.halfWidth li{
	width: 33.3%;
	float: left;
}

.headerMenu ul:nth-child(1) li .menuGroup .subGroup:nth-child(1) ul li a{
	color: #303030;
}

.headerMenu ul:nth-child(1) li .menuGroup .subGroup:nth-child(2) ul li a{
	color: #728bab;
}

.headerMenu ul:nth-child(3) li .menuGroup .subGroup:nth-child(1) ul li a{
    color: #2284c6;
}

.headerMenu ul:nth-child(3) li .menuGroup .subGroup:nth-child(2) ul li a{
    color: #71ab74;
}

.headerMenu ul:nth-child(5) li .menuGroup .subGroup:nth-child(1) ul li a{
    color: #5abc68;
}

.headerMenu ul:nth-child(5) li .menuGroup .subGroup:nth-child(2) ul li a{
    color: #00b0b6;
}

.headerMenu ul:nth-child(7) li .menuGroup .subGroup:nth-child(1) ul li a{
    color: #F04C30;
}

.headerMenu ul:nth-child(7) li .menuGroup .subGroup:nth-child(2) ul li a{
    color: #F4815D;
}

.headerMenu ul:nth-child(7) li .menuGroup .subGroup:nth-child(3) ul li a{
    color: #F36D4A;
}

.headerMenu ul:nth-child(9) li .menuGroup .subGroup:nth-child(1) ul li a{
    color: #009dbc;
}

/* .headerMenu ul:nth-child(11) li .menuGroup ul li a{
    color: #4b8ab7;
} */

.headerMenu ul li .menuGroup ul li:hover a{
    transform: scale(1.1);
}

.phoneMenuField{
	width: 100%;
	display: none;
}

.phoneMenuField #phoneMenuIcon{
	width: 30px;
	margin: 20px 10px 10px;
	float: right;
}

.phoneMenuField #phoneMenuBlock{
	width: 100%;
	margin: 70px 0 0;
    display: none;
	position: absolute;
	z-index: 9;
/*	overflow-y: hidden;*/
/*	background: rgba(240, 240, 240, 0.5);*/
	background: #f8f8f8;
}

.phoneMenuField #phoneMenuBlock .phoneMenu{
	width: 100%;
	padding: 0 0 10px 15px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.phoneMenuField #phoneMenuBlock .phoneMenu .phoneMainMenu{
	margin: 15px 5px 0px;
	font-size: 16px;
/*	color: #b00000;*/
}

.phoneMenuField #phoneMenuBlock .phoneMenu .phoneSubMenu{	
	margin: 15px 5px;
	display: block;
	font-size: 13px;
	color: #505050;    
}
/*---------- header (end) ----------*/

/*---------- footer (start) ----------*/
#footerField{
	width: 100%;
	margin: -5px 0 0;
	padding: 1px 0 0;
	border: solid 1px #ccc;
	border-width: 1px 0 0;
	box-shadow: 0 -2px 5px #ddd;
	background: #fff;
}

.footerMenuField{
	width: 1200px;
	margin: 25px auto 20px;
	/* text-align: center; */
}

.footerMenuField .colorOther:hover{
	color: #000;
	text-shadow: 0 0 15px #808080;
}

.footerMenu{
	width: 235px;
	padding: 0 5px 30px;
    box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.footerMainMenu{
	margin: 10px 0;
	font-size: 16px;
	/* font-weight: bold; */
	cursor: default;	
}

.footerMainMenu a img{
	width: 35px;
	margin: -7px 2px 0;
	cursor: pointer;
}

.footerSubMenu{	
	margin: 5px 0;
	display: block;
	font-size: 12px;
	color: #505050;
}

.footerSubMenu:hover{
	color: #303030;	
	text-shadow: 0 0 5px #a0a0a0;
}

.footerEnd{
	margin-top: 10px;	
	background: #004987;
}

.footerEnd .copyright{
	width: 1200px;
	height: 55px;
	margin: 0 auto;
}

.footerEnd .copyright .authenticate{
	padding: 16px 0 5px;
	display: inline;
	float: left;
	color: rgba(255,255,255,0.3);
}

.footerEnd .copyright .authenticate a{
	font-size: 12px;
	color: #fff;
}

.footerEnd .copyright .note{
	margin: 20px 0 0;
	float: right;
	display: inline-block;	
	line-height: 1.6em;
	font-size: 11px;
	color: #fff;
}

.footerEnd .copyright .note img{
	width: 94px;
	float: left;
	margin: 4px 10px;
}
/*---------- footer (end) ----------*/

/*---------- container (start) ----------*/
.containerDivide{
	height: 1px;
	margin: 3px 0;	
	line-height: 1px;
	background: #ddd;
}

.containerDivideDash{
	border-top: dashed 1px #c0c0c0;
}

#container{
	width: 100%;
	box-sizing: border-box;
}

#container #homePic{
	width: 100%;    
}

#container #homePic2{
	width: 100%;
	display: none;
}

#container .solgan{
	position: absolute;
	font-size: 36px;
	font-weight: bold;
	color: #555;
	text-shadow: 0px 0px 1px #888;
}

#container .spacing{
	width: 100%;
	height: 1px;
	display: inline-block;
}
/*---------- container (end) ----------*/

/*---------- content (start) ----------*/
.content{
	width: 1200px;
    margin: 25px auto 0;
	box-sizing: border-box;
}

.content .color0{
	color: #B28C5A !important;
	text-shadow: none !important;
}

.content .color1{
	color: #728bab;
	text-shadow: none;
}

.content .color2{
	color: #2284c6;
	text-shadow: none;
}

.content .color3{
	color: #71ab74;
	text-shadow: none;
}

.content .color4{
	color: #5abc68;
	text-shadow: none;
}

.content .color5{
	color: #00b0b6;
	text-shadow: none;
}

.content .color6{
	color: #F04C30;
	text-shadow: none;
}

.content .color7{
	color: #F4815D;
	text-shadow: none;
}

.content .color8{
	color: #F36D4A;
	text-shadow: none;
}

.content .color9{
	color: #009dbc;
	text-shadow: none;
}

.content .color10{
	color: #4b8ab7;
	text-shadow: none;
}

.content .colorOther{
	color: #505050;
	text-shadow: none;
}

.content .caption{
	margin-bottom: 30px;
	padding-left: 10px;
	border: solid 5px lightgray;
	border-width: 0 0 0 5px;
	font-weight: bolder;
	font-size: 28px;	
}

.content img{
	width: 100%;
}

.content .img33{
	width: 32.8%;
	box-sizing: border-box;
	border: solid 1px #aaa;	
}

.content .img100{
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #aaa;	
}

.content .imgWrapR150{
	width: 150px;
	margin: 0 0 10px 30px;
	float: right;
}

.content .imgWrapR200{
	width: 200px;
	margin: 0 0 10px 30px;
	float: right;
}

.content .imgWrapR250{
	width: 250px;
	margin: 0 0 10px 30px;
	float: right;
}

.content .imgWrapR350{
	width: 350px;
	margin: 0 0 10px 30px;
	float: right;
}

.content .imgWrapR450{
	width: 450px;
	margin: 0 0 10px 20px;
	float: right;
}

.content .imgWrapR550{
	width: 550px;
	margin: 0 0 10px 30px;
	float: right;
}

.content .imgWrapR650{
	width: 650px;
	margin: 0 0 10px 30px;
	float: right;
}

.content .title{
	padding: 5px 0;
	font-size: 20px;
	font-weight: bold;
}

.content .subTitle{
	/* padding: 5px 0; */
	font-size: 16px;
	font-weight: bold;
	color: #303030;
    /* text-shadow: 0 0 0px #000; */
}

.content .sasbTitle{
	font-weight: bold;
	font-size: 20px;
	color: #236b9a;
}

.content .sasbTitle .sasbSign{
	padding: 3px 20px 1px;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 20px;
	font-family: arial;
	font-size: 16px;
	color: #fff;
	background: #236b9a;
	transform: translateY(-2px);
}

.content .ctx{
	padding: 0 0 10px;
	line-height: 1.5em;
	font-size: 16px;
	color: #303030;
}

.content .ctx .firstTxt{
	margin: 0 3px 0 0;
	font-size: 180%;
	font-weight: bold;
	text-shadow: 2px 2px #e0e0e0;
	color: #808080;
}

.content .ctx .borderCont{
    width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
    border: dashed 2px #808080;
    background: rgba(0, 0, 0, 0.05);
}

.content .ctx .ps{
    text-align: center;
}

.content .tableContainer{
	width: 100%;
	overflow-x: auto;
	text-align: center;
}

.content .tableContainer table{
	text-align: justify;
	margin: 0 auto;
}

.content .tableContainer table th{
	padding: 6px;
	text-align: center;
	color: #ffffff;
}

.content .tableContainer table td{
	padding: 10px;
	text-align: center;
	color: #303030;
}

.content .videoCenter {
    text-align: center
}

.content .videoCenter iframe {
    width: 800px;
    height: 450px;
}

.content .horizonItemSet {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content .horizonItemSet .f5 {
    flex: 0 0 5%;
}

.content .horizonItemSet .f10 {
    flex: 0 0 10%;
}

.content .horizonItemSet .f15 {
    flex: 0 0 15%;
}

.content .horizonItemSet .f20 {
    flex: 0 0 20%;
}

.content .horizonItemSet .f25 {
    flex: 0 0 25%;
}

.content .horizonItemSet .f30 {
    flex: 0 0 30%;
}

.content .horizonItemSet .f35 {
    flex: 0 0 35%;
}

.content .horizonItemSet .f40 {
    flex: 0 0 40%;
}

.content .horizonItemSet .f45 {
    flex: 0 0 45%;
}

.content .horizonItemSet .f46 {
    flex: 0 0 46%;
}

.content .horizonItemSet .f47 {
    flex: 0 0 47%;
}

.content .horizonItemSet .f48 {
    flex: 0 0 48%;
}

.content .horizonItemSet .f50 {
    flex: 0 0 50%;
}

.content .horizonItemSet .f55 {
    flex: 0 0 55%;
}

.content .horizonItemSet .f60 {
    flex: 0 0 60%;
}

.content .horizonItemSet .f65 {
    flex: 0 0 65%;
}

.content .horizonItemSet .f70 {
    flex: 0 0 70%;
}

.content .horizonItemSet .f75 {
    flex: 0 0 75%;
}

.content .horizonItemSet .f80 {
    flex: 0 0 80%;
}

.content .horizonItemSet .f85 {
    flex: 0 0 85%;
}

.content .horizonItemSet .f90 {
    flex: 0 0 90%;
}

/*
.content .videoContainer{
	width: 100%;
    padding: 0;
    list-style: none;
}

.content .videoContainer li{
    width: 32%;
    margin: 5px 5px 10px;
    box-sizing: border-box;
    float: left;
    border: solid 1px #c0c0c0;
}

.content .videoContainer li:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.content .videoContainer li img{
    width: 100%;
    margin-bottom: 10px;    
}

.content .videoContainer li .title{
    padding: 5px 15px;
    font-weight: normal;
    color: #b00000;
}

.content .videoContainer li .subtitle{
    padding: 0 15px 15px;
    font-size: 13px;
    color: #808080;
}

.content .videoContainer li a{
    padding: 0 20px 15px 0;
    display: inline-block;
    float: right;
    text-decoration: underline;
    font-size: 12px;
    color: #808080;
}

.content .videoContainer iframe{
	width: 100%;
	height: 100%;
}
*/

.content .phoneSpace10{
	height: 0;
}

.goButton{
	padding: 5px 10px;
	position: Fixed;
	right: 20px;	
    /*box-shadow: -1px -1px 2px #808080 inset;*/
	border: solid 1px #c0c0c0;
	font-size: 18px;
	color: #a0a0a0;
	background: #fff;
	cursor: pointer;	
}

.goTop{
	bottom: 92px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}

.goBottom{	
	bottom: 60px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

.goTop:hover, .goBottom:hover{
	color: #505050;
}

.goTop:active, .goBottom:active{
	box-shadow: 2px 2px 3px #505050 inset;
}
/*---------- content (end) ----------*/

/*---------- news (start) ----------*/
.newsList{
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.newsList tr:hover{	
	box-shadow: 0 0 3px #f0f0f0;
	background: #f0f0f0;
}
.newsList tr td:first-child{
	min-width: 70px;
	padding: 10px;
	vertical-align: top;
	font-family: arial;
	font-weight: bold;
}

.newsList tr td:nth-child(2){
	padding: 10px;
}

.newsList tr td:first-child a{
	color: #b00000;
}

.newsList tr td:nth-child(2) a{
	color: #303030;
}

.news .title{
	font-size: 24px;
	color: #b00000;
}

.news .date{
	font-family: arial;
	color: #808080;
}

.news .cont{	
	color: #303030;
}

.newsLoading {
	text-align: center;
}

.newsLoading img{
    width: 50px;
}
/*---------- news (end) ----------*/

/*---------- report (start) ----------*/
.reportList{
	width: 1200px;
	margin: 25px auto 20px;
	text-align: center;
}

.reportList .report{
	width: 280px;
	margin: 10px 8px 20px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.reportList .reportCurrent{
	width: 1200px;
}

.reportList .reportCurrent > ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.reportList .reportCurrent > ul > li{
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
    
    margin: 0 25%;
}

.reportList .reportCurrent > ul li .listTitle{
    margin: 10px 0;
    font-weight: bold;
    text-align: left;
    font-size: 22px;
}

.reportList .reportCurrent > ul li .list{    
    width: 65%;
    margin: 150px auto 0;
    list-style: none;
    font-size: 18px;
}

.reportList .reportCurrent > ul li .list li{
    padding: 5px 0;    
    text-align: left;
}

.reportList .reportCurrent > ul li .list li{
    transition: 0.5s transform;
}

.reportList .reportCurrent > ul li .list li:hover{
    transform: scale(1.1);
}

.reportList .reportCurrent > ul li .list li:nth-child(2) a{
    color: #76baa6;
}

.reportList .reportCurrent > ul li .list li:nth-child(3) a{
    color: #758a97;
}

.reportList .reportCurrent > ul li .list li:nth-child(4) a{
    color: #f0b66c;
}

.reportList .reportCurrent > ul li .list li:nth-child(5) a{
    color: #89aa80;
}

.reportList .reportCurrent > ul li .list li:nth-child(6) a{
    color: #88b9c6;
}

.reportList .reportCurrent > ul li .list li:nth-child(7) a{
    color: #f19069;
}

.reportList .report a{
	color: #505050;
}

.reportList .report img{
	/* border: solid 1px #c0c0c0; */
	/* box-shadow: 0 0 5px #e0e0e0; */
	transition: 0.7s transform, 0.5s box-shadow;
}

.reportList .report img:hover{
	/* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); */
	transform: scale(1.05) rotate(-3deg);
}
/*---------- report (end) ----------*/

/*---------- newsletter (start) ----------*/
.newsletter .inputInfo {
    width: 600px;
    margin: 7% auto;
}

.newsletter .inputInfo .title {
    padding: 5px 0;
    box-sizing: border-box;
    font-size: 22px;
    color: #303030;
}

.newsletter .inputInfo .title:before {
    content: "";
    width: 0;
    height: 0;
    margin: 0 5px 0 2px;
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #005bac;
}

.newsletter .inputInfo input[type="text"] {
    width: 420px;
    padding: 6px;
    box-sizing: border-box;
    border: none;
    border-bottom: dotted 2px #e0e0e0;
    color: #808080;
    outline: none;
}

.newsletter .inputInfo .btn {
    width: 150px;
    margin: 0 0 0 10px;
    padding: 3px 0;
    box-sizing: border-box;
    cursor: pointer;
}

.newsletter .inputInfo .spacing {
    height: 50px;
}
/*---------- newsletter (end) ----------*/

/*---------- RWD (start) ----------*/
@media screen and (max-width: 1200px){
	html, body{
		min-width: 320px;		
	}
	
	#header{
		width: 100%;
		height: 60px;
/*		display: none;*/
	}
	
	.headerMenu{		
		display: none;
	}
	
	.headerLogo{
		margin: 18px 0 0 10px;
	}
	
	.headerLogo a .logo{		
		height: 20px;
	}
	
	.headerLogo a .name{
/*
		width: 200px;
		height: auto;
		margin: 5px 0 0 -5px;
*/
        font-size: 22px;
	}
	
	.headerLogo a .caption{
		margin: 3px 0 0 5px;
		font-size: 14px;
	}
	
	.headerLogo a .caption .subCaption{
		font-size: 12px;
	}
    
    #headerSearch{
        display: none;
    }
	
	.headerFocus{
		display: none;
	}
	
	.phoneMenuField{
		display: block;		
	}
        
    .phoneMenuField .phoneMenu img{
        width: 30px;
        margin: 10px 0 0;
        vertical-align: middle;
    }
	
    #footerField{
        margin: 0;
    }
    
	#footerField .containerDivide{		
		display: none;
	}
	
	#footer{
		padding: 0;
	}	
	
	.footerMenuField{
		width: 100%;
		margin: 0 auto;
	}	
	
	.footerMenu{		
		display: none;		
	}
	
	.footerEnd{
		margin-top: 0;
	}	
	
	.footerEnd .copyright{
		width: 100%;
		height: auto;
		float: none;
	}	
	
	.footerEnd .copyright .authenticate{		
		display: none;
		float: none;
		text-align: center;
	}
	
	.footerEnd .copyright .note{
		width: 80%;
		margin: 0 10% 0 10%;
		padding: 20px 0 25px;
		float: none;
		border-top: solid 1px rgba(255,255,255,0.5);
		text-align: center;
		font-size: 10px;
	}
	
	.footerEnd .copyright .note img{
		width: 50%;
		margin: 10px auto 15px;
		display: block;
		float: none;
	}
	
	#container{
		width: 100%;
	}	
	
	#container #homePic{
		display: none;
	}
	
	#container #homePic2{
		display: block;
	}
	
	.content{
		width: 100%;
		min-height: 450px;
		padding: 0 20px;
	}
	
	.content .caption{		
		margin-bottom: 10px;
		padding-left: 5px;
	}	
	
	.content .img33, .content .img100, .content .imgWrapR150, .content .imgWrapR200, .content .imgWrapR250, .content .imgWrapR350, .content .imgWrapR450, .content .imgWrapR550, .content .imgWrapR650{
		width: 100%;
		margin: 10px 0 ;
		float: none;
		box-shadow: none;
	}
    
    .content .ctx .ps{
        text-align: left;
    }
    
    .content .videoCenter iframe {
        width: 330px;
        height: 185px;
    }

	.content .horizonItemSet .f5,    
    .content .horizonItemSet .f10,
    .content .horizonItemSet .f15,
    .content .horizonItemSet .f20,    
    .content .horizonItemSet .f25,    
    .content .horizonItemSet .f30,    
    .content .horizonItemSet .f35,    
    .content .horizonItemSet .f40,
    .content .horizonItemSet .f45,
	.content .horizonItemSet .f46,
	.content .horizonItemSet .f47,
	.content .horizonItemSet .f48,
    .content .horizonItemSet .f50,    
    .content .horizonItemSet .f55,
    .content .horizonItemSet .f60,    
    .content .horizonItemSet .f65,    
    .content .horizonItemSet .f70,    
    .content .horizonItemSet .f75,    
    .content .horizonItemSet .f80,
    .content .horizonItemSet .f85,
    .content .horizonItemSet .f90 {
        flex: 0 0 100%;
		width: 100%;
    }
	
	.content .phoneSpace10{
		height: 10px;
	}
	
	.breadcrumb{
		margin: 0 0 5px;
		float: none;
		display: none;
	}
	
	.goButton{
		display: none;		
	}
    
    .reportList{
        width: 100%;
    }
    
    .reportList .report{
        width: 40%;
    }
    
    .reportList .reportCurrent{
        width: 100%;
        margin: 10px 0px 20px;
    }
    
    .reportList .reportCurrent img{
        width: 80%;
    }
    
    .reportList .reportCurrent > ul > li{
        width: 100%;
        margin: 0;
        float: none;
    }
    
    .reportList .reportCurrent > ul li .listTitle{
        width: 80%;
        margin: 20px auto 10px;
    }
    
    .reportList .reportCurrent > ul li .list{
        width: auto;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 16px;
    }
    
    .reportList .reportCurrent > ul li .list li{
        padding: 8px 0;
        text-align: center;
    }
    
    /*--------------------------------------------------*/
    .newsletter .inputInfo {
        width: 100%;
    }
    
    .newsletter .inputInfo input[type="text"] {
        width: 70%;
    }
    
    .newsletter .inputInfo .btn {
        width: 25%;
    }

}
/*---------- RWD (end) ----------*/

/*---------- breadcrumb (start) ----------*/
.breadcrumb{
	margin-top: 10px;	
	float: right;	
	font-weight: normal;
	font-size: 12px;
	color: #aaa;
}

.breadcrumb a{	
	font-weight: normal;
	font-size: 12px;
	color: #aaa;	
}

.breadcrumb .home{
	width: 15px;
	height: 15px;	
	display: inline-block;
	vertical-align: top;
	background: url(../img/menu_home.png);
	cursor: pointer;
}

.breadcrumb .last{
	color: #303030;
}
/*---------- breadcrumb (end) ----------*/