/* - - - - - - - - - 重置样式 - - - - - - - - -*/
body,th,td,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd,p,input{padding:0; margin:0;}
body,input,button,textarea,select,label,option,fieldset,legend{font:normal 100% 'Microsoft Yahei', Arial, sans-serif; color:#333;}
body{-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-overflow-scrolling: touch; overflow-scrolling: touch;}
li{list-style:none;}
img{border:none; vertical-align:middle; max-width:100%;}
table{border-spacing:0;}
textarea{resize:none;}
input:focus,textarea:focus,button:focus{outline:none; -webkit-user-modify:read-write-plaintext-only;}
input::-ms-clear{display: none;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none!important; margin: 0;}
input[type=button],input[type=submit],input[type=reset],input[type=text],input[type=file],button{-webkit-appearance:none; border-radius:0;}
button,input[type="submit"],input[type="button"]{cursor:pointer;}
a{text-decoration:none; color:#333; outline:none;}
/* 设置body字体 */
@font-face{
	font-family: "pier-bold_0";
	src: url('../fonts/pier-bold_0.ttf'),
		 url('../fonts/pier-bold_0.eot');
}
@font-face{
	font-family: "Biko_Regular";
	src: url('../fonts/Biko_Regular.ttf'),
		 url('../fonts/Biko_Regular.eot');
}
@font-face{
	font-family: "Walkway_Bold";
	src: url('../fonts/Walkway_Bold.ttf'),
		 url('../fonts/Walkway_Bold.eot');
}
/* - - - - - - - - - 共用类样式 - - - - - - - - -*/
.cf:after{content:""; display:block; clear:both;}
*.cf{zoom:1;}
.public_container{max-width: 1200px; padding: 0 20px; margin: 0 auto;}
.pc{display: block;}
.phone{display: none;}
.uppercase{text-transform:uppercase;}
.word_break{word-break:break-all;}
.margin_top30{margin-top: 30px;}
.margin_top40{margin-top: 40px;}
.margin_top115{margin-top: 115px;}

/* 头部 */
.header{max-width: 1200px; height: 112px; padding: 0 20px; margin: 0 auto; text-align: center;}
.header .menu_btn{float: left; display: block; width: 52px; height: 36px; position: relative; z-index: 999; margin-top: 34px; margin-right: 40px;}
.header .menu_btn i{width: 100%; height: 3px; border-radius: 2px; background-color: #898989; position: absolute; left: 0; top: 50%; margin-top: -1px;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
.header .menu_btn i:before{
	content: "";
	width: 100%;
	border-radius: 2px;
	height: 3px;
	background-color: #898989;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -17px;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
.header .menu_btn i:after{
	content: "";
	width: 100%;
	border-radius: 2px;
	height: 3px;
	background-color: #898989;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: -16px;
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
.header .menu_btn.active i{background: transparent; height: 2px;}
.header .menu_btn.active i:before{
	height: 2px;
	margin-top: 0;
	background-color: #fff;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.header .menu_btn.active i:after{
	height: 2px;
	margin-bottom: 0;
	background: #fff;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.header .menu_layer{
	display: none;
	position: absolute;
	z-index: 998;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #00408e;
	padding: 34px 0 40px;
	overflow: hidden;
	-moz-transition: height 0.4s;
	-webkit-transition: height 0.4s;
	-o-transition: height 0.4s;
	transition: height 0.4s;
}
.header .menu_layer.show{display: block;}
.header .menu{width: 900px; margin: 0 auto; padding-left: 300px;}
.header .menu .menu_list{float: left; margin-left: 80px; margin-top: 26px;}
.header .menu .menu_list h4{font-size: 20px; color: #fff; margin-bottom: 15px; text-align: left; font-weight: normal; letter-spacing:1px;}
.header .menu .menu_list ul{
	opacity: 0;
	filter:alpha(opacity=0);
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}
.header .menu .menu_list li{color: #fff; font-size: 14px; line-height: 30px; text-align: left;}
.header .menu .menu_list li:after{content:""; display:block; clear:both;}
.header .menu .menu_list li a{color: #fff; float: left; letter-spacing:1px;}
.header .menu .menu_list li a:after{content: ''; display: block; width: 0; height: 1px; background-color: #fff;}
.header .menu .menu_list li a:hover:after{
	width: 100%;
	transition: width 0.5s;
	-moz-transition: width 0.5s;
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
}
.header .menu .en{display: none;}
.header .logo{float: left; width: 183px; height: 50px; margin-top: 34px; margin-bottom: 2.33333333%; position: relative; z-index: 999;}
.header .logo a{display: block; width: 100%; height: 50px; background: url(../images/pc/logo.png) no-repeat 0 0;}
.header .logo.active a{background: url(../images/pc/logo_active.png) no-repeat 0 0;}

.header .phone_line{display: none;}
.header .right{float: right; padding-top: 21px;}
.header .right .weixin_link{display: inline-block; width: 19px; height: 16px; vertical-align: middle; background: url(../images/pc/icon_weixin.png); position: relative;}
.header .right .line{display: inline-block; width: 1px; height: 12px; vertical-align: middle; background: url(../images/pc/header_line.png);}
.header .right a,.header .right span{margin-left: 16px; font-size: 12px;}
.header .right .en{font-family: "Walkway_Bold"; font-size: 14px; letter-spacing: 0.08em;}
.header .right a{ vertical-align: bottom;
	transition: color 0.4s;
	-moz-transition: color 0.4s;
	-webkit-transition: color 0.4s;
	-o-transition: color 0.4s;
}
.header .right a:hover{color:#1c7fff;}
/*
.header_qrcode{display: none; position: absolute; right: -20px; top: 100%; z-index: 2; width: 153px; height: 90px; padding: 11px 19px 15px 11px; background: url(../images/pc/header_qrcode_bg.png);}
*/
.header_qrcode{display: none; position: absolute; right: -20px; top: 100%; z-index: 2; width: 153px; height: 90px; padding: 11px 19px 15px 11px; background: url(../images/header_qrcode_bg.png)  right;}
.header_qrcode .qrcode img{width: 70px; height: 70px;}
.header_qrcode .qrcode h6{font-weight: normal; font-size: 12px; color: #64ab23; letter-spacing: 1px; line-height: 20px; text-align: center;}
.header_qrcode .qrcode.float_left{float: left; display:none;}
.header_qrcode .qrcode.float_right{float: right;}
/* 页脚 */
.footer{width: 100%;}
.footer_top{background-color: #00408e; width: 100%; height: 268px; padding-top: 32px;}
.footer_top_left{float: left; width: 300px; height: 206px; letter-spacing: 1px; padding-right: 26px; color: #fff; font-size: 14px; line-height: 26px; border-right: 1px solid #3164a3;}
.footer_top_nav{float: left;}
.footer_top_nav dl{float: left; margin-left: 46px;}
.footer_top_nav dl dt{font-size: 16px; color: #fff; margin-bottom: 14px; line-height: 16px; letter-spacing: 2px;}
.footer_top_nav dl dd{font-size: 12px; color: #95a5c4; letter-spacing: 1px;}
.footer_top_nav dl dd a{
	color: #95a5c4;
	line-height: 22px;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}
.footer_top_nav dl dd a:hover{color: #fff;}
.footer_top_nav .hkt_info_link{font-size: 14px; margin-top: 30px; font-weight: normal;}
.footer_top_nav .hkt_info_link a{color: #fff;}
.footer_top_right{float: right;}
.footer_top_right .weixin_public_number{float: left; margin-right: 16px; display:none;}
.footer_top_right .weixin_public_number .pic_public,.footer_top_right .weixin_service_number .pic_service{display: block; width: 80px; height: 80px; }
.footer_top_right .weixin_public_number .pic_public{ background: url(../../En/time_img/pc/weixin_public_number.png); }
.footer_top_right .weixin_service_number .pic_service{ background: url(../../En/time_img/pc/weixin_service_number.png); }
.footer_top_right .weixin_service_number{float: right;}
.footer_top_right .weixin_service_number .pic{display: block; width: 80px; height: 80px; background: url(../time_img/pc/weixin_service_number.png);}
.footer_top_right h6{font-size: 12px; text-align: center; color: #fff; line-height: 36px; letter-spacing: 1px; font-weight: normal;}
.footer_bottom{width: 100%; height: 55px; line-height: 55px; font-size: 12px; letter-spacing: 1px;}
.footer_bottom .link_group{float: left; color: #00408e;}
.footer_bottom .link_group a{color: #00408e; margin: 0 11px 0 16px;
	transition: color 0.4s;
	-moz-transition: color 0.4s;
	-webkit-transition: color 0.4s;
	-o-transition: color 0.4s;
}
.footer_bottom .link_group a:hover{color: #1c7fff;}
.footer_bottom .copyright{float: right; color: #00408e;}
.footer_bottom .copyright a{color: #00408e;}
.footer_bottom .footer_site_logo{display: inline-block; width: 117px; height: 18px; background: url(../images/pc/footer_site_logo.png) no-repeat; margin-left: 18px; vertical-align: top; margin-top: 20px; text-indent: -9999em; overflow: hidden;background-size: 117px 15px;}
.fixed_qrcode{position: fixed; background: #00408e  url(../../Zh/images/linefix.png) no-repeat center center; border-radius:10px;right: 15px; bottom:220px; width:50px; height:105px;  z-index: 997; }
.fixed_qrcode a{display: block;text-align: center;line-height: 52px;}
.fixedqrcode{display: none;width: 100px;height: 100px; max-width: 100px;}
.fixawei:hover .fixedqrcode{display: block;position: absolute; top:0;right:55px;}
/* 自适应 */
/*
@media screen and (min-width: 1200px){
	.item_layer{ width: 1200px; margin: 0 auto; }
}
*/
@media screen and (max-width:1239px) and (min-width: 751px){
	.header .menu_layer .menu{ padding-top: 56px;}
	.header .menu{padding-left: 28px; width: auto;}
	.footer_top_left{width: 270px;}
}
@media screen and (max-width:1180px) and (min-width: 751px){
	.footer_top_right{width: 80px;}
	.footer_top_right .weixin_public_number{margin-right: 0;}
}
@media screen and (max-width:1100px) and (min-width: 751px){
	.footer_top .public_container{position: relative;}
	.footer_top_right{width: 180px;}
	.footer_top_right{position: absolute; left: 20px; top: 100px;}
}
@media screen and (max-width:1000px) and (min-width: 751px){
	.header .menu{padding-left: 58px;}
	.header .menu .menu_list{margin-left: 54px;}
	.footer_top{height: auto; padding-bottom: 32px;}
	.footer_top_left{width: 50%; height: 120px; border-right: 0; padding-left: 54px; box-sizing: border-box; margin-bottom: 20px;}
	.footer_top_right{left: 50%; top: 0; margin-left: 54px;}
}
@media screen and (max-width:900px) and (min-width: 751px){
	.footer_bottom{line-height: 30px; padding: 15px 0;}
	.footer_bottom .link_group{float: none; text-align: center;}
	.footer_bottom .copyright{float: none; text-align: center;}
}
@media screen and (max-width:820px) and (min-width: 751px){
	.header .menu{padding-left: 74px;}
	.header .menu .menu_list{margin-left: 38px;}
}
.phone_footer_top_nav{display: none;}
.return_top{display: none; position: fixed; right: 50px; bottom: 100px; width: 80px; height: 50px; color: #000; padding-top: 30px; border-radius: 6px; font-size: 12px; line-height: 50px; cursor: pointer; letter-spacing: 0.1em; text-align: center; background: #f9f9f9 url(../images/pc/return_top_icon.png) no-repeat center 15px;}
.return_top:hover{background-color: #ececec;}
/* 设置字体 */
@media screen and (max-width:1920px) and (min-width: 1916px){body{font-size:62.500000%;}}
@media screen and (max-width:1915px) and (min-width: 1911px){body{font-size:62.337240%;}}
@media screen and (max-width:1910px) and (min-width: 1906px){body{font-size:62.174479%;}}
@media screen and (max-width:1905px) and (min-width: 1901px){body{font-size:62.011719%;}}
@media screen and (max-width:1900px) and (min-width: 1896px){body{font-size:61.848958%;}}
@media screen and (max-width:1895px) and (min-width: 1891px){body{font-size:61.686198%;}}
@media screen and (max-width:1890px) and (min-width: 1886px){body{font-size:61.523438%;}}
@media screen and (max-width:1885px) and (min-width: 1881px){body{font-size:61.360677%;}}
@media screen and (max-width:1880px) and (min-width: 1876px){body{font-size:61.197917%;}}
@media screen and (max-width:1875px) and (min-width: 1871px){body{font-size:61.035156%;}}
@media screen and (max-width:1870px) and (min-width: 1866px){body{font-size:60.872396%;}}
@media screen and (max-width:1865px) and (min-width: 1861px){body{font-size:60.709635%;}}
@media screen and (max-width:1860px) and (min-width: 1856px){body{font-size:60.546875%;}}
@media screen and (max-width:1855px) and (min-width: 1851px){body{font-size:60.384115%;}}
@media screen and (max-width:1850px) and (min-width: 1846px){body{font-size:60.221354%;}}
@media screen and (max-width:1845px) and (min-width: 1841px){body{font-size:60.058594%;}}
@media screen and (max-width:1840px) and (min-width: 1836px){body{font-size:59.895833%;}}
@media screen and (max-width:1835px) and (min-width: 1831px){body{font-size:59.733073%;}}
@media screen and (max-width:1830px) and (min-width: 1826px){body{font-size:59.570313%;}}
@media screen and (max-width:1825px) and (min-width: 1821px){body{font-size:59.407552%;}}
@media screen and (max-width:1820px) and (min-width: 1816px){body{font-size:59.244792%;}}
@media screen and (max-width:1815px) and (min-width: 1811px){body{font-size:59.082031%;}}
@media screen and (max-width:1810px) and (min-width: 1806px){body{font-size:58.919271%;}}
@media screen and (max-width:1805px) and (min-width: 1801px){body{font-size:58.756510%;}}
@media screen and (max-width:1800px) and (min-width: 1796px){body{font-size:58.593750%;}}
@media screen and (max-width:1795px) and (min-width: 1791px){body{font-size:58.430990%;}}
@media screen and (max-width:1790px) and (min-width: 1786px){body{font-size:58.268229%;}}
@media screen and (max-width:1785px) and (min-width: 1781px){body{font-size:58.105469%;}}
@media screen and (max-width:1780px) and (min-width: 1776px){body{font-size:57.942708%;}}
@media screen and (max-width:1775px) and (min-width: 1771px){body{font-size:57.779948%;}}
@media screen and (max-width:1770px) and (min-width: 1766px){body{font-size:57.617188%;}}
@media screen and (max-width:1765px) and (min-width: 1761px){body{font-size:57.454427%;}}
@media screen and (max-width:1760px) and (min-width: 1756px){body{font-size:57.291667%;}}
@media screen and (max-width:1755px) and (min-width: 1751px){body{font-size:57.128906%;}}
@media screen and (max-width:1750px) and (min-width: 1746px){body{font-size:56.966146%;}}
@media screen and (max-width:1745px) and (min-width: 1741px){body{font-size:56.803385%;}}
@media screen and (max-width:1740px) and (min-width: 1736px){body{font-size:56.640625%;}}
@media screen and (max-width:1735px) and (min-width: 1731px){body{font-size:56.477865%;}}
@media screen and (max-width:1730px) and (min-width: 1726px){body{font-size:56.315104%;}}
@media screen and (max-width:1725px) and (min-width: 1721px){body{font-size:56.152344%;}}
@media screen and (max-width:1720px) and (min-width: 1716px){body{font-size:55.989583%;}}
@media screen and (max-width:1715px) and (min-width: 1711px){body{font-size:55.826823%;}}
@media screen and (max-width:1710px) and (min-width: 1706px){body{font-size:55.664062%;}}
@media screen and (max-width:1705px) and (min-width: 1701px){body{font-size:55.501302%;}}
@media screen and (max-width:1700px) and (min-width: 1696px){body{font-size:55.338542%;}}
@media screen and (max-width:1695px) and (min-width: 1691px){body{font-size:55.175781%;}}
@media screen and (max-width:1690px) and (min-width: 1686px){body{font-size:55.013021%;}}
@media screen and (max-width:1685px) and (min-width: 1681px){body{font-size:54.850260%;}}
@media screen and (max-width:1680px) and (min-width: 1676px){body{font-size:54.687500%;}}
@media screen and (max-width:1675px) and (min-width: 1671px){body{font-size:54.524740%;}}
@media screen and (max-width:1670px) and (min-width: 1666px){body{font-size:54.361979%;}}
@media screen and (max-width:1665px) and (min-width: 1661px){body{font-size:54.199219%;}}
@media screen and (max-width:1660px) and (min-width: 1656px){body{font-size:54.036458%;}}
@media screen and (max-width:1655px) and (min-width: 1651px){body{font-size:53.873698%;}}
@media screen and (max-width:1650px) and (min-width: 1646px){body{font-size:53.710937%;}}
@media screen and (max-width:1645px) and (min-width: 1641px){body{font-size:53.548177%;}}
@media screen and (max-width:1640px) and (min-width: 1636px){body{font-size:53.385417%;}}
@media screen and (max-width:1635px) and (min-width: 1631px){body{font-size:53.222656%;}}
@media screen and (max-width:1630px) and (min-width: 1626px){body{font-size:53.059896%;}}
@media screen and (max-width:1625px) and (min-width: 1621px){body{font-size:52.897135%;}}
@media screen and (max-width:1620px) and (min-width: 1616px){body{font-size:52.734375%;}}
@media screen and (max-width:1615px) and (min-width: 1611px){body{font-size:52.571615%;}}
@media screen and (max-width:1610px) and (min-width: 1606px){body{font-size:52.408854%;}}
@media screen and (max-width:1605px) and (min-width: 1601px){body{font-size:52.246094%;}}
@media screen and (max-width:1600px) and (min-width: 1596px){body{font-size:52.083333%;}}
@media screen and (max-width:1595px) and (min-width: 1591px){body{font-size:51.920573%;}}
@media screen and (max-width:1590px) and (min-width: 1586px){body{font-size:51.757813%;}}
@media screen and (max-width:1585px) and (min-width: 1581px){body{font-size:51.595052%;}}
@media screen and (max-width:1580px) and (min-width: 1576px){body{font-size:51.432292%;}}
@media screen and (max-width:1575px) and (min-width: 1571px){body{font-size:51.269531%;}}
@media screen and (max-width:1570px) and (min-width: 1566px){body{font-size:51.106771%;}}
@media screen and (max-width:1565px) and (min-width: 1561px){body{font-size:50.944010%;}}
@media screen and (max-width:1560px) and (min-width: 1556px){body{font-size:50.781250%;}}
@media screen and (max-width:1555px) and (min-width: 1551px){body{font-size:50.618490%;}}
@media screen and (max-width:1550px) and (min-width: 1546px){body{font-size:50.455729%;}}
@media screen and (max-width:1545px) and (min-width: 1541px){body{font-size:50.292969%;}}
@media screen and (max-width:1540px) and (min-width: 1536px){body{font-size:50.130208%;}}
@media screen and (max-width:1535px) and (min-width: 1531px){body{font-size:49.967448%;}}
@media screen and (max-width:1530px) and (min-width: 1526px){body{font-size:49.804688%;}}
@media screen and (max-width:1525px) and (min-width: 1521px){body{font-size:49.641927%;}}
@media screen and (max-width:1520px) and (min-width: 1516px){body{font-size:49.479167%;}}
@media screen and (max-width:1515px) and (min-width: 1511px){body{font-size:49.316406%;}}
@media screen and (max-width:1510px) and (min-width: 1506px){body{font-size:49.153646%;}}
@media screen and (max-width:1505px) and (min-width: 1501px){body{font-size:48.990885%;}}
@media screen and (max-width:1500px) and (min-width: 1496px){body{font-size:48.828125%;}}
@media screen and (max-width:1495px) and (min-width: 1491px){body{font-size:48.665365%;}}
@media screen and (max-width:1490px) and (min-width: 1486px){body{font-size:48.502604%;}}
@media screen and (max-width:1485px) and (min-width: 1481px){body{font-size:48.339844%;}}
@media screen and (max-width:1480px) and (min-width: 1476px){body{font-size:48.177083%;}}
@media screen and (max-width:1475px) and (min-width: 1471px){body{font-size:48.014323%;}}
@media screen and (max-width:1470px) and (min-width: 1466px){body{font-size:47.851563%;}}
@media screen and (max-width:1465px) and (min-width: 1461px){body{font-size:47.688802%;}}
@media screen and (max-width:1460px) and (min-width: 1456px){body{font-size:47.526042%;}}
@media screen and (max-width:1455px) and (min-width: 1451px){body{font-size:47.363281%;}}
@media screen and (max-width:1450px) and (min-width: 1446px){body{font-size:47.200521%;}}
@media screen and (max-width:1445px) and (min-width: 1441px){body{font-size:47.037760%;}}
@media screen and (max-width:1440px) and (min-width: 1436px){body{font-size:46.875000%;}}
@media screen and (max-width:1435px) and (min-width: 1431px){body{font-size:46.712240%;}}
@media screen and (max-width:1430px) and (min-width: 1426px){body{font-size:46.549479%;}}
@media screen and (max-width:1425px) and (min-width: 1421px){body{font-size:46.386719%;}}
@media screen and (max-width:1420px) and (min-width: 1416px){body{font-size:46.223958%;}}
@media screen and (max-width:1415px) and (min-width: 1411px){body{font-size:46.061198%;}}
@media screen and (max-width:1410px) and (min-width: 1406px){body{font-size:45.898438%;}}
@media screen and (max-width:1405px) and (min-width: 1401px){body{font-size:45.735677%;}}
@media screen and (max-width:1400px) and (min-width: 1396px){body{font-size:45.572917%;}}
@media screen and (max-width:1395px) and (min-width: 1391px){body{font-size:45.410156%;}}
@media screen and (max-width:1390px) and (min-width: 1386px){body{font-size:45.247396%;}}
@media screen and (max-width:1385px) and (min-width: 1381px){body{font-size:45.084635%;}}
@media screen and (max-width:1380px) and (min-width: 1376px){body{font-size:44.921875%;}}
@media screen and (max-width:1375px) and (min-width: 1371px){body{font-size:44.759115%;}}
@media screen and (max-width:1370px) and (min-width: 1366px){body{font-size:44.596354%;}}
@media screen and (max-width:1365px) and (min-width: 1361px){body{font-size:44.433594%;}}
@media screen and (max-width:1360px) and (min-width: 1356px){body{font-size:44.270833%;}}
@media screen and (max-width:1355px) and (min-width: 1351px){body{font-size:44.108073%;}}
@media screen and (max-width:1350px) and (min-width: 1346px){body{font-size:43.945313%;}}
@media screen and (max-width:1345px) and (min-width: 1341px){body{font-size:43.782552%;}}
@media screen and (max-width:1340px) and (min-width: 1336px){body{font-size:43.619792%;}}
@media screen and (max-width:1335px) and (min-width: 1331px){body{font-size:43.457031%;}}
@media screen and (max-width:1330px) and (min-width: 1326px){body{font-size:43.294271%;}}
@media screen and (max-width:1325px) and (min-width: 1321px){body{font-size:43.131510%;}}
@media screen and (max-width:1320px) and (min-width: 1316px){body{font-size:42.968750%;}}
@media screen and (max-width:1315px) and (min-width: 1311px){body{font-size:42.805990%;}}
@media screen and (max-width:1310px) and (min-width: 1306px){body{font-size:42.643229%;}}
@media screen and (max-width:1305px) and (min-width: 1301px){body{font-size:42.480469%;}}
@media screen and (max-width:1300px) and (min-width: 1296px){body{font-size:42.317708%;}}
@media screen and (max-width:1295px) and (min-width: 1291px){body{font-size:42.154948%;}}
@media screen and (max-width:1290px) and (min-width: 1286px){body{font-size:41.992188%;}}
@media screen and (max-width:1285px) and (min-width: 1281px){body{font-size:41.829427%;}}
@media screen and (max-width:1280px) and (min-width: 1276px){body{font-size:41.666667%;}}
@media screen and (max-width:1275px) and (min-width: 1271px){body{font-size:41.503906%;}}
@media screen and (max-width:1270px) and (min-width: 1266px){body{font-size:41.341146%;}}
@media screen and (max-width:1265px) and (min-width: 1261px){body{font-size:41.178385%;}}
@media screen and (max-width:1260px) and (min-width: 1256px){body{font-size:41.015625%;}}
@media screen and (max-width:1255px) and (min-width: 1251px){body{font-size:40.852865%;}}
@media screen and (max-width:1250px) and (min-width: 1246px){body{font-size:40.690104%;}}
@media screen and (max-width:1245px) and (min-width: 1241px){body{font-size:40.527344%;}}
@media screen and (max-width:1240px) and (min-width: 1236px){body{font-size:40.364583%;}}
@media screen and (max-width:1235px) and (min-width: 1231px){body{font-size:40.201823%;}}
@media screen and (max-width:1230px) and (min-width: 1226px){body{font-size:40.039063%;}}
@media screen and (max-width:1225px) and (min-width: 1221px){body{font-size:39.876302%;}}
@media screen and (max-width:1220px) and (min-width: 1216px){body{font-size:39.713542%;}}
@media screen and (max-width:1215px) and (min-width: 1211px){body{font-size:39.550781%;}}
@media screen and (max-width:1210px) and (min-width: 1206px){body{font-size:39.388021%;}}
@media screen and (max-width:1205px) and (min-width: 1201px){body{font-size:39.225260%;}}
@media screen and (max-width:1200px) and (min-width: 1196px){body{font-size:39.062500%;}}
@media screen and (max-width:1195px) and (min-width: 1191px){body{font-size:38.899740%;}}
@media screen and (max-width:1190px) and (min-width: 1186px){body{font-size:38.736979%;}}
@media screen and (max-width:1185px) and (min-width: 1181px){body{font-size:38.574219%;}}
@media screen and (max-width:1180px) and (min-width: 1176px){body{font-size:38.411458%;}}
@media screen and (max-width:1175px) and (min-width: 1171px){body{font-size:38.248698%;}}
@media screen and (max-width:1170px) and (min-width: 1166px){body{font-size:38.085938%;}}
@media screen and (max-width:1165px) and (min-width: 1161px){body{font-size:37.923177%;}}
@media screen and (max-width:1160px) and (min-width: 1156px){body{font-size:37.760417%;}}
@media screen and (max-width:1155px) and (min-width: 1151px){body{font-size:37.597656%;}}
@media screen and (max-width:1150px) and (min-width: 1146px){body{font-size:37.434896%;}}
@media screen and (max-width:1145px) and (min-width: 1141px){body{font-size:37.272135%;}}
@media screen and (max-width:1140px) and (min-width: 1136px){body{font-size:37.109375%;}}
@media screen and (max-width:1135px) and (min-width: 1131px){body{font-size:36.946615%;}}
@media screen and (max-width:1130px) and (min-width: 1126px){body{font-size:36.783854%;}}
@media screen and (max-width:1125px) and (min-width: 1121px){body{font-size:36.621094%;}}
@media screen and (max-width:1120px) and (min-width: 1116px){body{font-size:36.458333%;}}
@media screen and (max-width:1115px) and (min-width: 1111px){body{font-size:36.295573%;}}
@media screen and (max-width:1110px) and (min-width: 1106px){body{font-size:36.132813%;}}
@media screen and (max-width:1105px) and (min-width: 1101px){body{font-size:35.970052%;}}
@media screen and (max-width:1100px) and (min-width: 1096px){body{font-size:35.807292%;}}
@media screen and (max-width:1095px) and (min-width: 1091px){body{font-size:35.644531%;}}
@media screen and (max-width:1090px) and (min-width: 1086px){body{font-size:35.481771%;}}
@media screen and (max-width:1085px) and (min-width: 1081px){body{font-size:35.319010%;}}
@media screen and (max-width:1080px) and (min-width: 1076px){body{font-size:35.156250%;}}
@media screen and (max-width:1075px) and (min-width: 1071px){body{font-size:34.993490%;}}
@media screen and (max-width:1070px) and (min-width: 1066px){body{font-size:34.830729%;}}
@media screen and (max-width:1065px) and (min-width: 1061px){body{font-size:34.667969%;}}
@media screen and (max-width:1060px) and (min-width: 1056px){body{font-size:34.505208%;}}
@media screen and (max-width:1055px) and (min-width: 1051px){body{font-size:34.342448%;}}
@media screen and (max-width:1050px) and (min-width: 1046px){body{font-size:34.179688%;}}
@media screen and (max-width:1045px) and (min-width: 1041px){body{font-size:34.016927%;}}
@media screen and (max-width:1040px) and (min-width: 1036px){body{font-size:33.854167%;}}
@media screen and (max-width:1035px) and (min-width: 1031px){body{font-size:33.691406%;}}
@media screen and (max-width:1030px) and (min-width: 1026px){body{font-size:33.528646%;}}
@media screen and (max-width:1025px) and (min-width: 1021px){body{font-size:33.365885%;}}
@media screen and (max-width:1020px) and (min-width: 1016px){body{font-size:33.203125%;}}
@media screen and (max-width:1015px) and (min-width: 1011px){body{font-size:33.040365%;}}
@media screen and (max-width:1010px) and (min-width: 1006px){body{font-size:32.877604%;}}
@media screen and (max-width:1005px) and (min-width: 1001px){body{font-size:32.714844%;}}
@media screen and (max-width:1000px) and (min-width: 996px){body{font-size:32.552083%;}}
@media screen and (max-width:995px) and (min-width: 991px){body{font-size:32.389323%;}}
@media screen and (max-width:990px) and (min-width: 986px){body{font-size:32.226563%;}}
@media screen and (max-width:985px) and (min-width: 981px){body{font-size:32.063802%;}}
@media screen and (max-width:980px) and (min-width: 976px){body{font-size:31.901042%;}}
@media screen and (max-width:975px) and (min-width: 971px){body{font-size:31.738281%;}}
@media screen and (max-width:970px) and (min-width: 966px){body{font-size:31.575521%;}}
@media screen and (max-width:965px) and (min-width: 961px){body{font-size:31.412760%;}}
@media screen and (max-width:960px) and (min-width: 956px){body{font-size:31.250000%;}}
@media screen and (max-width:955px) and (min-width: 951px){body{font-size:31.087240%;}}
@media screen and (max-width:950px) and (min-width: 946px){body{font-size:30.924479%;}}
@media screen and (max-width:945px) and (min-width: 941px){body{font-size:30.761719%;}}
@media screen and (max-width:940px) and (min-width: 936px){body{font-size:30.598958%;}}
@media screen and (max-width:935px) and (min-width: 931px){body{font-size:30.436198%;}}
@media screen and (max-width:930px) and (min-width: 926px){body{font-size:30.273438%;}}
@media screen and (max-width:925px) and (min-width: 921px){body{font-size:30.110677%;}}
@media screen and (max-width:920px) and (min-width: 916px){body{font-size:29.947917%;}}
@media screen and (max-width:915px) and (min-width: 911px){body{font-size:29.785156%;}}
@media screen and (max-width:910px) and (min-width: 906px){body{font-size:29.622396%;}}
@media screen and (max-width:905px) and (min-width: 901px){body{font-size:29.459635%;}}
@media screen and (max-width:900px) and (min-width: 896px){body{font-size:29.296875%;}}
@media screen and (max-width:895px) and (min-width: 891px){body{font-size:29.134115%;}}
@media screen and (max-width:890px) and (min-width: 886px){body{font-size:28.971354%;}}
@media screen and (max-width:885px) and (min-width: 881px){body{font-size:28.808594%;}}
@media screen and (max-width:880px) and (min-width: 876px){body{font-size:28.645833%;}}
@media screen and (max-width:875px) and (min-width: 871px){body{font-size:28.483073%;}}
@media screen and (max-width:870px) and (min-width: 866px){body{font-size:28.320313%;}}
@media screen and (max-width:865px) and (min-width: 861px){body{font-size:28.157552%;}}
@media screen and (max-width:860px) and (min-width: 856px){body{font-size:27.994792%;}}
@media screen and (max-width:855px) and (min-width: 851px){body{font-size:27.832031%;}}
@media screen and (max-width:850px) and (min-width: 846px){body{font-size:27.669271%;}}
@media screen and (max-width:845px) and (min-width: 841px){body{font-size:27.506510%;}}
@media screen and (max-width:840px) and (min-width: 836px){body{font-size:27.343750%;}}
@media screen and (max-width:835px) and (min-width: 831px){body{font-size:27.180990%;}}
@media screen and (max-width:830px) and (min-width: 826px){body{font-size:27.018229%;}}
@media screen and (max-width:825px) and (min-width: 821px){body{font-size:26.855469%;}}
@media screen and (max-width:820px) and (min-width: 816px){body{font-size:26.692708%;}}
@media screen and (max-width:815px) and (min-width: 811px){body{font-size:26.529948%;}}
@media screen and (max-width:810px) and (min-width: 806px){body{font-size:26.367188%;}}
@media screen and (max-width:805px) and (min-width: 801px){body{font-size:26.204427%;}}
@media screen and (max-width:800px) and (min-width: 796px){body{font-size:26.041667%;}}
@media screen and (max-width:795px) and (min-width: 791px){body{font-size:25.878906%;}}
@media screen and (max-width:790px) and (min-width: 786px){body{font-size:25.716146%;}}
@media screen and (max-width:785px) and (min-width: 781px){body{font-size:25.553385%;}}
@media screen and (max-width:780px) and (min-width: 776px){body{font-size:25.390625%;}}
@media screen and (max-width:775px) and (min-width: 771px){body{font-size:25.227865%;}}
@media screen and (max-width:770px) and (min-width: 766px){body{font-size:25.065104%;}}
@media screen and (max-width:765px) and (min-width: 761px){body{font-size:24.902344%;}}
@media screen and (max-width:760px) and (min-width: 756px){body{font-size:24.739583%;}}
@media screen and (max-width:755px) and (min-width: 751px){body{font-size:24.576823%;}}

/* phone样式 */
@media screen and (max-width:750px) and (min-width: 300px){
	body,input,label,select,option,textarea,button,fieldset,legend {font-family: '冬青黑体简体中文', 'Hiragino Sans GB', Arial, sans-serif;}
	/* 头部 */
	.header{padding: 0 5.33333333%; width: auto; height: auto; text-align: left;}
	.header .logo{width: 32.29629629%; height: auto; margin-top: 5.62962962%; margin-bottom: 4.44444444%;}
	.header .logo a{width: 100%; height: 0; padding-top:27.52293577%; background: url(../images/phone/logo.png) no-repeat 0 0; background-size: 100% 100%;}
	.header .logo.active a{background: url(../images/phone/logo_active.png) no-repeat 0 0; background-size: 100% 100%;}
	.header .menu_btn{float: right; width: 8.65671641%; height: 0; padding-top: 5.97014925%; margin: 0; margin-top: 7.11111111%;}
	.header .menu_btn i{height: 2px;}
	.header .menu_btn i:before{margin-top: -29.31034482%; height: 2px;}
	.header .menu_btn i:after{margin-bottom: -27.58620689%; height: 2px;}
	.header .menu_layer{
		width: 100%;
		padding: 0;
		-moz-transition: min-height 0.4s;
		-webkit-transition: min-height 0.4s;
		-o-transition: min-height 0.4s;
		transition: min-height 0.4s;
	}
	.header .menu{width: 100%; padding: 0; margin: 0; background-color: #00408e; padding-top: 30%; box-sizing: border-box; position: relative;}
	.header .menu:before{content: ''; display: block; width: 10.66666666%; height: 0; padding-top: 0.53333333%; background-color: #fea700; position: absolute; left: 0; top: 0; margin-top: 23.73333333%; margin-left: 5.33333333%;}
	.header .menu .menu_list{float: none; margin: 0; background-color: #0e5ab7;}
	.header .menu .menu_list h4{font-size: 0.36em; letter-spacing:0.1em; line-height: 2.77777777; padding-left: 5.33333333%; background-color: #00408e; margin-bottom: 0; position: relative;}
	.header .menu .menu_list h4:after{content: ''; display: block; position: absolute; left: 34.13333333%; top: 50%; margin-top: -0.7%; width: 2.95774647%; height: 0; padding-top: 1.4084507%; vertical-align: middle; background: url(../images/phone/icon_menu_drop_down.png) no-repeat 0 0; background-size: 100% 100%;}
	.header .menu .menu_list ul{display: none; padding: 1.33333333% 0; margin-bottom: 3.46666666%;}
	.header .menu .menu_list li{font-size: 0.32em; line-height: 2.8125;}
	.header .menu .menu_list li a{opacity: 0.5; display: block; float: none; height: 100%; padding-left: 5.33333333%; letter-spacing:0.1em;}
	.header .menu .menu_list li a:after{display: none;}
	.header .menu .menu_list:first-child ul{display: block;}
	.header .menu .menu_list .hkt_info_link{display: none;}
	.header .menu .en{display: block; font-size: 0.4em; font-family: "pier-bold_0"; line-height: 5; color: #fea700; margin-left: 5.33333333%; font-weight: bold;}
	.header .phone_line{display: block; float: right; width: 1px; height: 0; padding-top: 5.62962962%; margin: 7.40740740% 5.925926% 0; background-color: #d8d8d8;}
	.header .right{width: 7.11111111%; margin-top: 7.11111111%; padding: 0;}
	.header .right a,.header .right .line{display: none;}
	.header .right .weixin_link{display: block; float: left; width: 100%; height: 0; padding-top: 83.33333333%; margin: 0; background: url(../images/phone/icon_weixin.png); background-size: 100% 100%;}
	/* 页脚 */
	.footer_top{padding: 5.33333333%; width: auto; height: auto;}
	.footer_top .public_container{padding: 0;}
	.footer_top_left{float: none; width:100%; height: auto; border-right: 0; letter-spacing: 0.1em; padding: 0; font-size: 0.26em; line-height: 1.53846453; margin-bottom: 0.38461538em;}
	.footer_top_nav{display: none;}
	.phone_footer_top_nav{display: block;}
	.phone_footer_top_nav dl{margin: 0;}
	.phone_footer_top_nav dl dt{font-size: 0.32em; line-height: inherit; color: #fff; margin-top: 1.25em; letter-spacing: 0.1em; margin-bottom: 0.5625em;}
	.phone_footer_top_nav dl dt a{color: #fff;}
	.phone_footer_top_nav dl dd{font-size: 0.26em; line-height: 1.92307692; color: #fff; opacity: 0.5; letter-spacing: 0.1em;}
	.phone_footer_top_nav dl dd a{color: #fff;}
	.phone_footer_top_nav .layer{width: 100%;}
	.phone_footer_top_nav .layer dl{width: 48%; float: left; margin-right: 2%;}
	.phone_footer_top_nav dl.phone_left{float: none; display: inline-block;}
	.phone_footer_top_nav dl.phone_right{float: right;}
	.footer_top_right{float: none; width: 50%; margin-left: 50%;}
	.footer_top_right .weixin_public_number,.footer_top_right .weixin_service_number{width: 42.42424242%; height: auto; margin-right: 0; float: left;}
	.footer_top_right .weixin_service_number{margin-left: 11.26760563%;}
	.footer_top_right .weixin_public_number .pic{width: 100%; padding-top: 100%; height: 0; background: url(../time_img/phone/weixin_public_number.png); background-size: 100% 100%;}
	.footer_top_right .weixin_service_number .pic{width: 100%; padding-top: 100%; height: 0; background-image: url(../time_img/phone/weixin_service_number.png); background-size: 100% 100%;}
	.footer_top_right h6{font-size: 0.22em; line-height: 2.82; letter-spacing: 0;}
	@media screen and (max-width:361px) {.footer_top_right h6{width: 120%; text-align: left;}}
	.footer_bottom{height: auto; font-size: 0.22em; line-height: 1; padding: 6.66666666% 0 11%; letter-spacing: 0.1em;}
	.footer_bottom .public_container{padding: 0 4%;}
	.footer_bottom .link_group{float: none; text-align: center; margin-bottom: 0.8em; line-height: 1.6;}
	.footer_bottom .link_group a{margin: 0 1.4em 0 1em; vertical-align: middle;}
	.footer_bottom .copyright{float: none; line-height: 1.6; height: 3.2em; text-align: center;}
	.footer_bottom .copyright p{position: relative; display:inline-block; *display:inline; *zoom:1;}
	.footer_bottom .footer_site_logo{position: absolute; right: 0; top: 1.6em; text-indent: 0; color: #00408e; margin: 0.5em auto 0; } /* background-image: none;width: auto; height: auto;  */
	.fixed_qrcode{display: none!important;}

	/* 类 */
	.pc{display: none;}
	.phone{display: block;}
}

