body{
	padding: 0;
	margin:0;
	height: 100%;
	width: auto;
	background-color: #fff;
	font-family: Arial;
}

@media(max-width: 1417px){
	body{
		background-size: auto auto;
	}
}

body a{
	cursor:url('../images/back.png');
}

a{
	text-decoration: none;
}

.main-wrapper{
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
	transition-duration: 400ms;
	transition-timing-function: ease-in-out;
}

.main-wrapper:after{
	content: "";
	display: table;
	clear: both;
}

.special{
	color: #ff0000;
}

.header{
	width: 100%;
	height: 120px;
	background: rgb(11,148,193);
    background: -moz-linear-gradient(left, rgba(11,148,193,1) 0%, rgba(108,185,229,1) 100%);
    background: -webkit-linear-gradient(left, rgba(11,148,193,1) 0%,rgba(108,185,229,1) 100%);
    background: linear-gradient(to right, rgba(11,148,193,1) 0%,rgba(108,185,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b94c1', endColorstr='#6cb9e5',GradientType=1 );
}

.top-header{
	height: 120px;
	padding-top: 27px;
	box-sizing: border-box;
	color: #fff;
}

.logo{
	width: 50%;
	height: 65px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.title{
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 33%;
}

.title .ch{
	font-size: 29pt;
	position: relative;
}

.title .en{
	font-size: 10pt;
}

.link{
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	float: right;
	width: 17%;
	height: 65px;
}

.link1{
	 float: left; 
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	height: 100%;
}

.link1 a{
	font-size: 10.5pt;
	display: block;
	padding-left: 20px;
	color: #FFF;
	font-weight: 600;
	line-height: 25px;
	height: 50%;
}

.link1 a:hover{
	color: #fff1ba;
}

.nr_1{
	display: inline-block;
	height: 20px;
	vertical-align: middle;
}

.nr_1 div{
	background: url(../images/icon_plus.png) no-repeat;
	height: 18px;
	width: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.link2{
	 float: right; 
	display: inline-block;
	height:  100%;
	vertical-align:  middle;
}

.link2 .kefu{
	background: rgb(255,241,186); /* Old browsers */
	background: -moz-linear-gradient(to bottom, rgba(255,241,186,1) 0%, rgba(255,183,27,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to bottom, rgba(255,241,186,1) 0%,rgba(255,183,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,241,186,1) 0%,rgba(255,183,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1ba', endColorstr='#ffb71b',GradientType=1 ); /* IE6-9 */
	border-radius: 10px;
	color: #15698c;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 600;
	box-sizing:  border-box;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
	width: 70px;
}

.content{
	box-sizing: border-box;
	padding: 25px 0;
	min-height: calc(100vh - 120px - 40px);
	background: url('../images/back.jpg')no-repeat top;
	background-size: cover;
}

.content a{
	color: #333333;
}

.content a:hover{
	color: #45aad7;
}

.row-wrapper{
	width: 100%;
	height: auto;
}

.row{
	width: 100%;
	height: 100px;
	padding-bottom: 25px;
}

.row-head{
	width: 160px;
	height: 100px;
	display: inline-block;
	background-color: #000;
	color: #fff;
	vertical-align: top;
}

.row-body{
	width: calc(99% - 160px);
	display: inline-block;
	font-size: 0;
	background-color: #000;
	color: #fff;
	vertical-align: top;
}

.col{
	width: calc(100%  / 6);
	display: inline-block;
	font-size: 10pt;
	text-align: center;
}

.col-row1,
.col-row2{
	height: 50px;
	line-height: 50px;
}

.flex-row{
	display: flex;
	margin-bottom: 25px;
	font-size: 11pt;
}

.row-wrapper .flex-row:last-child{
	margin-bottom: 0;
}

.flex-row-head{
	width: 160px;
	flex-grow: 0;
	flex-shrink: 0;
	color: #fff;
	margin-right: 12px;
	/*border: 1px solid #fef792;*/
	box-sizing: border-box;
	line-height: 100px;
	background: rgb(11,148,193);
    background: -moz-linear-gradient(left, rgba(11,148,193,1) 0%, rgba(108,185,229,1) 100%);
    background: -webkit-linear-gradient(left, rgba(11,148,193,1) 0%,rgba(108,185,229,1) 100%);
    background: linear-gradient(to right, rgba(11,148,193,1) 0%,rgba(108,185,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b94c1', endColorstr='#6cb9e5',GradientType=1 );
}

.flex-row-head-wrapper{
    line-height: 100px;
    padding: 0 20px;
    box-sizing: border-box;
}

.flex-row-head-img{
	display: inline-block;
	vertical-align: middle;
}

.flex-row-head-text{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	line-height: 24px;
}

.flex-row-head-text a{
	color: #fff;
	font-weight: 600;
}

.flex-row-head-text a:hover{
	color: #fff1ba;
}

.row-wrapper .flex-row:first-child .flex-row-head .flex-row-head-img{
	background: url(../images/icon_main.png) 2px 0;
	width: 44px;
	height: 41px;
}

.row-wrapper .flex-row:nth-child(2) .flex-row-head .flex-row-head-img{
	background: url(../images/icon_main.png) -285px 0;
	width: 44px;
	height: 41px;
}

.row-wrapper .flex-row:nth-child(3) .flex-row-head .flex-row-head-img{
	background: url(../images/icon_main.png) -346px 0;
	width: 44px;
	height: 41px;
}

.row-wrapper .flex-row:last-child .flex-row-head .flex-row-head-img{
	background: url(../images/icon_main.png) -406px 0;
	width: 44px;
	height: 41px;
}

.flex-row-body-main{
	flex-grow: 1;
	display: flex;
}

.flex-col-main{
	flex: 1 1 calc(100% / 6);
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	color: #333333;
	font-size: 10pt;
	margin-right: 12px;
	position: relative;
}

.flex-col-main:last-child{
	margin-right: 0;
}

.flex-col-main a{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
}

.flex-col-main:hover{
	color: #45aad7;
}

.flex-col-row1-main{
	display: block;
	height: 50px;
	box-sizing: border-box;
}

.flex-col-row1-main-img{
	background: url(../images/arrow.png) no-repeat;
	width: 17px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
}

.flex-col-row1-main-text{
	display: inline-block;
	vertical-align: middle;
	margin-left: 2px;
	line-height: 50px;
}

.flex-col-row2-main{
	display: block;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #ededed;
	box-sizing: border-box;
}

.flex-row-body{
	flex-grow: 1;
    display: flex;
    flex-flow: row wrap;
    margin-right: -12px;
    margin-bottom: -10px;
}

.flex-col{
	flex: 1 1 calc(100% / 6);
    color: #fef792;
    font-size: 10pt;
    padding-right: 12px;
    padding-bottom: 10px;
    box-sizing: border-box;
    display: flex;
}

.flex-col-row{
    line-height: 43px;
    background-color: rgba(255,255,255,0.8);
    flex-grow: 1;
    justify-content: center;
    padding: 0 15px;
}

.flex-col-img{
	display: inline-block;
	vertical-align: middle;
}

.flex-col-text{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a1{
	background: url(../images/icon_address.png) 0 0;
	width: 20px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a2{
	background: url(../images/icon_address.png) -32px 2px;
	width: 20px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a3{
	background: url(../images/icon_address.png) -69px 0;
	width: 20px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a4{
	background: url(../images/icon_address.png) -105px 1px;
	width: 20px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a5{
	background: url(../images/icon_address.png) -141px 0;
	width: 20px;
	height: 19px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a6{
	background: url(../images/icon_address.png) -174px -1px;
	width: 21px;
	height: 17px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a7{
	background: url(../images/icon_address.png) -202px 0;
	width: 20px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a8{
	background: url(../images/icon_address.png) -234px 0;
	width: 20px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a9{
	background: url(../images/icon_address.png) -268px 0;
	width: 20px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a10{
	background: url(../images/icon_address.png) -304px 0;
	width: 20px;
	height: 19px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a11{
	background: url(../images/icon_address.png) -339px 0;
	width: 20px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(2) .flex-col-img.a12{
	background: url(../images/icon_address.png) -374px 0;
	width: 20px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b1{
	background: url(../images/icon_bank.png) 0 -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b2{
	background: url(../images/icon_bank.png) -31px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b3{
	background: url(../images/icon_bank.png) -62px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b4{
	background: url(../images/icon_bank.png) -93px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b5{
	background: url(../images/icon_bank.png) -127px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b6{
	background: url(../images/icon_bank.png) -165px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b7{
	background: url(../images/icon_bank.png) -200px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b8{
	background: url(../images/icon_bank.png) -231px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b9{
	background: url(../images/icon_bank.png) -268px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b10{
	background: url(../images/icon_bank.png) -303px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b11{
	background: url(../images/icon_bank.png) -339px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(3) .flex-col-img.b12{
	background: url(../images/icon_bank.png) -370px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c1{
	background: url(../images/icon_info.png) 0 -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c2{
	background: url(../images/icon_info.png) -35px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c3{
	background: url(../images/icon_info.png) -72px -1px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c4{
	background: url(../images/icon_info.png) -107px -1px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c5{
	background: url(../images/icon_info.png) -143px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c6{
	background: url(../images/icon_info.png) -178px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c7{
	background: url(../images/icon_info.png) -209px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c8{
	background: url(../images/icon_info.png) -243px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c9{
	background: url(../images/icon_info.png) -272px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c10{
	background: url(../images/icon_info.png) -297px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c11{
	background: url(../images/icon_info.png) -332px -2px;
	width: 21px;
	height: 20px;
}

.row-wrapper .flex-row:nth-child(4) .flex-col-img.c12{
	background: url(../images/icon_info.png) -368px -2px;
	width: 21px;
	height: 20px;
}

.footer{
	height: 40px;
	text-align: center;
	background: rgb(11,148,193);
    background: -moz-linear-gradient(left, rgba(11,148,193,1) 0%, rgba(108,185,229,1) 100%);
    background: -webkit-linear-gradient(left, rgba(11,148,193,1) 0%,rgba(108,185,229,1) 100%);
    background: linear-gradient(to right, rgba(11,148,193,1) 0%,rgba(108,185,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b94c1', endColorstr='#6cb9e5',GradientType=1 );
}

.foot-text{
	color: #fff;
    font-size: 13px;
    line-height: 40px;
}

@media(max-width: 1200px){
	.main-wrapper{
		width: 1100px;		
	}
}

@media(max-width: 900px){
	.header{
		height: 100px;
	}

	.top-header{
		height: 100px;
		padding-top: 15px;
	}

	.main-wrapper{
		width: 600px;		
	}

	.content{
		min-height: calc(100vh - 120px - 145px);
	}

	.flex-row{
		flex-flow: row wrap;
		width: 100%;
	}

	.flex-row .flex-row-head{
		width: 100%;
		margin-bottom: 8px;
	}

	.flex-row .flex-row-head .flex-row-head-wrapper{
		text-align: center;
	}


	.flex-row .flex-row-body{
		width: 100%;
		flex-flow: row wrap;
	}

	.flex-row-body-main{
		flex-flow: row wrap;
		margin-right: -12px;
	}

	.flex-col{
		flex: 1 0 calc(100% / 3);
	}

	.flex-col-main{
		flex: 1 0 calc(100% / 3);
		margin-right: 0;
		padding-right: 12px;
		padding-bottom: 8px;
		box-sizing: border-box;
	    background-color: initial;
    	color: initial;
    	border: initial;
	}

	.flex-col-row1-main{
		background-color: rgba(255,255,255,0.8);
	}

	.flex-col-row2-main{
		background-color: rgba(255,255,255,0.8);
	}

	.flex-col-main:last-child{
		margin: 0;
	}

	.logo{
		background-size: 255px;
		height: 70px;
		margin-top: 3px;
	}

	.link{
		width: 32%;
	}

	.link2{
		width: 70px;
	}
}

@media(max-width: 600px){
	.main-wrapper{
		width: 400px;		
	}

	.flex-col{
		flex: 1 0 calc(100% / 2);
	}

	.flex-col-main{
		flex: 1 0 calc(100% / 2);
	}

	.logo{
		background-size: 205px;
		height: 50px;
		margin-top: 10px;
	}

	.link{
		display: initial;
		text-align: initial;
		width: 45%;
	}

	.link1{
		margin-bottom: 0;
		display: inline-block;
		float: left;
	}

	.link1 a{
		display: block;
	}

	.link2{
		width: 120px;
		display: inline-block;
		border: none;
		padding: 0;
		width: 70px;
		text-align: right;
	}

	.content{
		min-height: calc(100vh - 120px - 10px);
	}
}

@media(max-width: 400px){
	.main-wrapper{
		width: 320px;
	}

	.logo{
		background-size: 210px;
		width: 65%;
	}

	.link{
		width: 35%;
	}

	.link1{
		visibility: hidden;
		display: none;
	}

	.link2{
		margin-top: 4px;
	}

	.link2 .kefu{
		width: 60px;
		font-size: 14px;
		float: right;
	}

}
