@charset "utf-8";
/* CSS Document */

*{ margin: 0;padding: 0;}
a{ color:#a3a3a3; text-decoration:none; cursor:pointer;}
a:hover{ text-decoration:none;}
ul {list-style: none;}
li{ list-style-type:none;}
img{border:none;}
i,em{ font-style: normal;}
h2,h3,h4,h5,h6{ font-weight:normal;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.clearfix:after { 
    content:""; 
    display:block; 
    height:0; 
    clear:both; 
} 
.clearfix {*zoom:1;}/*IE/7/6*/
html,body{font-family: PingFangSC-Regular, 'Microsoft Yahei', Helvetica, Arial, sans-serif; font-size:18px; color:#3a3a3a; background-color:#FFF;}
input{ outline:none;}
/*苹果手机button样式取消*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
select{/* outline: none;*/
-webkit-appearance: none;}
img{max-width: 100%;}

/*@font-face {
 font-family: 'pingbold';
 src:url('../font/PINGFANGBOLD/PINGFANGBOLD.eot')  format('embedded-opentype');
 src:
 url('../font/PINGFANGBOLD/PINGFANGBOLD.woff')  format('woff'),
 url('../font/PINGFANGBOLD/PINGFANGBOLD.ttf')   format('truetype'),
 url('../font/PINGFANGBOLD/PINGFANGBOLD.otf')   format('opentype'),
 url('../font/PINGFANGBOLD/PINGFANGBOLD.svg') format('svg');

}
@font-face {
 font-family: 'pingextralight';
 src:url('../font/PINGFANGEXTRALIGHT/PINGFANGEXTRALIGHT.eot')  format('embedded-opentype');
 src:
 url('../font/PINGFANGEXTRALIGHT/PINGFANGEXTRALIGHT.woff')  format('woff'),
 url('../font/PINGFANGEXTRALIGHT/PINGFANGEXTRALIGHT.ttf')   format('truetype'),
 url('../font/PINGFANGEXTRALIGHT/PINGFANGEXTRALIGHT.otf')   format('opentype'),
 url('../font/PINGFANGEXTRALIGHT/PINGFANGEXTRALIGHT.svg') format('svg');

}
@font-face {
 font-family: 'pinglight';
 src:url('../font/PINGFANGLIGHT/PINGFANGLIGHT.eot')  format('embedded-opentype');
 src:
 url('../font/PINGFANGLIGHT/PINGFANGLIGHT.woff')  format('woff'),
 url('../font/PINGFANGLIGHT/PINGFANGLIGHT.ttf')   format('truetype'),
 url('../font/PINGFANGLIGHT/PINGFANGLIGHT.otf')   format('opentype'),
 url('../font/PINGFANGLIGHT/PINGFANGLIGHT.svg') format('svg');

}
@font-face {
 font-family: 'pingheavy';
 src:url('../font/PINGFANGHEAVY/PINGFANGHEAVY.eot');
 src:
 url('../font/PINGFANGHEAVY/PINGFANGHEAVY.woff')  format('woff'),
 url('../font/PINGFANGHEAVY/PINGFANGHEAVY.ttf')   format('truetype'),
 url('../font/PINGFANGHEAVY/PINGFANGHEAVY.svg') format('svg'),
 url('../font/PINGFANGHEAVY/PINGFANGHEAVY.otf')   format('opentype');
 
}

@font-face {
 font-family: 'pingmedium';
 src:url('../font/PINGFANGMEDIUM/PINGFANGMEDIUM.eot');
 src:
 url('../font/PINGFANGMEDIUM/PINGFANGMEDIUM.woff')  format('woff'),
 url('../font/PINGFANGMEDIUM/PINGFANGMEDIUM.ttf')   format('truetype'),
 url('../font/PINGFANGMEDIUM/PINGFANGMEDIUM.svg') format('svg'),
 url('../font/PINGFANGMEDIUM/PINGFANGMEDIUM.otf')   format('opentype');
}
@font-face {
 font-family: 'pinggular';
 src:url('../font/PINGFANGREGULAR/PINGFANGREGULAR.eot');
 src:
 url('../font/PINGFANGREGULAR/PINGFANGREGULAR.woff')  format('woff'),
 url('../font/PINGFANGREGULAR/PINGFANGREGULAR.ttf')   format('truetype'),
 url('../font/PINGFANGREGULAR/PINGFANGREGULAR.svg') format('svg'),
 url('../font/PINGFANGREGULAR/PINGFANGREGULAR.otf')   format('opentype');
}

*/
.container{
	width:1200px;
	margin:0 auto;
}

/*pc头部begin*/
.header{
	width:100%;
	height:auto;
	background-color:#044db6;
}
.header .logo{
	float:left;
	width:350px;
	height:100px;
	display:table;
}
.header .logo a{
	display:table-cell;
	vertical-align:middle;
}
.header .logo img {
    width: 60%;
}
.header .head_nav{
	float:left;
	margin:0 40px;
	display:block;
}
.header .head_nav ul li{
	float:left;
	width: 100px;
	text-align: center;
}
.header .head_nav ul li a{
	display:block;
	font-size:16px;
	color:#FFF;

	line-height:100px;
	/*font-family:'pinglight';*/
}
.header .head_nav ul li:hover a{
	background-color:white;
  color:black;
}
.header .head_nav ul li:hover .nav_son .son_child dl dd a{
	background-color:transparent;}
.header .head_nav .on a{
	background-color:white;
  color:black;
}
.header .language{
	float:right;
	width:69px;
	height:23px;
	margin-top:40px;
}
.header .language a{
	display:block;
	/*display:inline-block;
	width:50%;
	height:100%;
	text-align:center;
	line-height:20px;
	color:#FFF;
	float:right;
	font-size:15px;*/
}
/*.header .language .xu{
	float:left;
	color:#000;
	background-color:#FFF;
}*/
.header .head_nav ul li:hover .nav_son{
	display:block;
}
.nav_son{
	z-index:100;
	display:none;
	width:100%;
	height:auto;
	background-color:rgba(255,255,255,0.9);
	position:absolute;
	left:0;
	top:100px;
}
.nav_son .son_child{
	padding-bottom:20px;
	padding-top:30px;
}
.nav_son .son_child dl{
	margin:0 -30px;
	text-align:center;
}
.nav_son .son_child dl dd{
	height:100px;
	margin:0 30px;
	display:inline-block;
}

.nav_son .son_child dl dd .nav_pic{
	height:70px;
	max-width:100px;
	margin:0 auto;
	line-height:normal;
}
.nav_son .son_child dl dd .nav_pic img{
	height:100%;
	width:auto;
}
.nav_son .son_child dl dd .nav_title{
	font-size:13px;
	color:#000;
	text-align:center;
	line-height:30px;
	/*font-family:'pingheavy';*/
}



/*pc头部end*/



/*pc底部*/
.footer{
	width:100%;
	/* height:450px; */
	background:url(../images/index-pc_80.jpg) no-repeat 50% 0;
	padding-top:55px;
	position: relative;
	box-sizing:border-box;
	background:#044db6;
}
.footer .foot_list{
	width:78%;
	margin-left:-50px;
	border-right:1px solid #666;
}
.footer .foot_list dl{
	width:80px;
	text-align:center;
	float:left;
	margin:0 50px;
	letter-spacing: 1px;
}
.footer .foot_list dl dt{
	font-size:16px;
	color:#fff;
	line-height:60px;
	/*font-family:'pingheavy';*/
}
.footer .foot_list dl dd a{
	font-size:14px;
	color:#FFF;
	line-height:45px;
	/* opacity:0.5; */
	/*font-family:'pingextralight';*/
}
.footer .foot_list .inmath{
	width:295px;
	text-align:left;
	float:left;
	margin-left:50px;
}
.footer .foot_list .inmath dt{
	font-size:16px;
	color:#fff;
	line-height:60px;
	/*font-family:'pingheavy';*/
}
.footer .foot_list .inmath dd{
	padding-left:30px;
	font-size:14px;
	color:#ffffff;
	line-height:24px;
	opacity:1;
	box-sizing:border-box;
	margin: 15px 0px;
	/*font-family:'pingextralight';*/
}
.footer .foot_list .inmath dd:nth-child(2){
	background-image:url(../images/index_pc_85.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.footer .foot_list .inmath dd:nth-child(3){
	background-image:url(../images/index_pc_88.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.footer .foot_list .inmath dd:nth-child(4){
	background-image:url(../images/index_pc_90.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.footer .foot_list .inmath .xiang{
	height:31px;
	padding:0;
	
	margin-top:25px;
}
.footer .foot_list .inmath .xiang a{
	opacity:1;
}
.footer .foot_list .inmath .xiang img{
	height:100%;
	width:auto;
	margin-right:20px;
}
.foot_qrcode{
	width:22%;
}
.foot_qrcode .qrcode{
	width:159px;
	margin-top:37px;
}
.foot_qrcode .qrcode .qrcode_pic{
	width:100%;
	margin-bottom:15px;
}
.foot_qrcode .qrcode .qrcode_pic img {
    max-width: 100%;
}
.foot_qrcode .qrcode p{
	font-size:16px;
	color:#FFF;
	/* opacity:0.5; */
	text-align:center;
	/*font-family:'pinglight';*/
}
.footer .copy{
	font-size:13px;
	color:#FFF;
	text-align:center;
	line-height:60px;
	border-top:1px solid #FFF;
	/* opacity:0.3; */
	margin-top:70px;
}
.footer .copy a{
	font-size:13px;
	color:#FFF;
}

.m_header{
	display:none;
}
.m_banner{
	display:none;
}
.m_footer{
	display:none;
}

.m_leave{
	display:none;
}
.inner_banner h1 {
    text-align: center;
    padding-top: 14%;
    color: #fff;
}
.m_inner_banner h1{
	text-align: center;
    padding-top: 14%;
    color: #fff;
    font-size:1.25em;
}

.m_header .m_header_title img {
    width: 136px!important;
}

@media (max-width: 760px) {
	.m_inner_banner h1 { 
	    font-size: 1.05em;
	}
}

































