﻿/*重写浏览器的所有默认样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,code,form,input,textarea,p,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
i,em,strong{font-style:normal;font-weight:normal;}
li{list-style:none;vertical-align:top;}
table{ border-collapse:collapse;}
textarea{resize:none;overflow:auto;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;line-height: inherit;font-size: inherit;color: inherit;}
input,button,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;border:0;outline:none;-webkit-text-fill-color:#999;}
textarea{resize:none;overflow:auto;}
a{text-decoration:none;outline:none;font-size: inherit;line-height: inherit;color:inherit;}
img{border:none; vertical-align:top;}

/* 基本属性
---------------------------------------------------------------------------------------------------------------------- */
body{background:#fff;color:#636363;}


/*.f12_sa, .f12_sa a:link, .f12_sa a:visited{ font-size:12px;}*/

/* 颜色属性*/
/*.red, a.red:link, a.red:visited{ color:#c00;}a.red:hover{color:#f00;}

.pa_t_20{ padding-top:20px;}
.pa_t_25{ padding-top:25px;}*/


.poa{
position: absolute;
}
.pof{
	position: fixed;
}
.por{
	position: relative;
}
.fb{font-weight: bold;}
.auto{margin:0 auto;}
.fl{float:left;}
.fr{float:right;}
.transition{
	transition:all 0.6s;
}
.clear {
	clear:both;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}

.hide{
	display:none;
}



/*顶部*/
.header {
	position: fixed;
	width:100%;
	background-color:#fff;
    z-index: 100;
	box-shadow:0 0 6px rgba(0,44,97,.70);
}
.logo{
	display:block;
	height:57px;
	margin:20px 0 10px 0;
	overflow:hidden;
}
.logo img{
	display:block;
	height:100%;
}
.nav_pc li{
	position:relative;
	float:left;
}
.nav{
	display:block;
	font-size:18px;
	padding:0 10px;
	margin-top:43px;
	border:2px solid rgba(0,0,0,.0);
	color:#fff;
	line-height:30px;
}
.navCur{
	color:#0072ff;
	border:2px solid #1d4c86;
	border-radius:18px;
	font-weight:bold;
}
.nav:hover{
	color:#0072ff;
	border:2px solid #1d4c86;
	border-radius:18px;
	font-weight:bold;
}
.nav_pc .active .nav_more{
	color:#0072ff;
	border:2px solid #1d4c86;
	border-radius:18px;
	font-weight:bold;
}
.nav_ptn{
	position:absolute;
	display:none;
	padding:10px;
	width:140px;
	left:calc(50% - 80px);
	font-size:14px;
	color:#fff;
	line-height:1.5;
	z-index:10;
	text-align:center;
}
.nav_pc .active .nav_ptn{
	display:block;
}
.nav_ptnss{
	color:#fff;
	display:block;
	padding:8px 0;
	font-size:14px;
	background-color:rgba(8,67,138,.55);
}
.nav_ptnss:hover{
	text-decoration:underline;
}
.toggle-menu{
    position: relative;
    height: 38px;
    width: 38px;
    background: -webkit-gradient(linear, left top, right top, from(#0072ff), to(#0072ff)) left center/100% 4px no-repeat;
    background: linear-gradient(to right, #0072ff 0%, #0072ff 100%) left center/100% 4px no-repeat;
    cursor: pointer;
	margin-top:25px;
}
.toggle-menu.toggle-active {
  background-position: -50px center;
}
.toggle-menu.toggle-active:after {
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  border-color: #0072ff;
}
.toggle-menu.toggle-active:before {
  bottom: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 0.3s, -webkit-transform 0.3s 0.3s;
  transition: bottom 0.3s, -webkit-transform 0.3s 0.3s;
  transition: bottom 0.3s, transform 0.3s 0.3s;
  transition: bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  border-color: #0072ff;
}
.toggle-menu:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  border-top: 4px solid #0072ff;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.toggle-menu:before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  border-top: 4px solid #0072ff;
  -webkit-transition: bottom 0.3s 0.3s, -webkit-transform 0.3s;
  transition: bottom 0.3s 0.3s, -webkit-transform 0.3s;
  transition: bottom 0.3s 0.3s, transform 0.3s;
  transition: bottom 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.nav_wap_box{
	position:relative;
}
.nav_waps{
	position:absolute;
	z-index:99;
	top:0;
	display:none;
	border-top:1px solid #ddd;
	background-color:#fff;
	width:100%;
}
.nav_waps li{
	cursor:pointer;
}
.nav_wap{
	display:block;
	font-size:15px;
	color:#333;
	line-height:48px;
	transition:0.3s;
	padding:0 10px;
}
.nav_wap_ptn{
	padding:0 10px;
	display:none;
}
.nav_wap_ptns{
	display:block;
	padding:0 10px;
	font-size:14px;
	color:#333;
	line-height:48px;
	border-bottom:1px dashed #ddd;
	transition:0.3s;
}
.nav_waps li:hover .nav_wap{
	color:#fff;
	padding-left:20px;
	background-color:#0072ff;
}
.nav_waps li:hover .nav_wap_ptn{
	display:block;
}
.nav_wap_ptns:hover{
	color:#0072ff;
	display:block;
	padding-left:20px;
}
.hiddenBox{
	height:87px;
	display:block;
}


/*内页banner*/
.banner_inner{
	display:block;
	width:100%;
}
.banner_inner img{
	display:block;
	width:100%;
}




::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #776547;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #776547;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #776547;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #776547;
}

@media (min-width: 1350px){
	.container{
		width:82%;
	}
}




/*底部*/
.footer .main{
	background-color: #0352a3;
	padding-bottom: 40px;
}
.footer .main .topp{
	padding-top: 40px;
}
.footer .main .topp .maincente{
	width: 82%;
	margin:0 auto;
}

.footer .main .topp .titles{
	color: #fff;
	margin:0px;
	font-size:18px;
}
.footer .main .topp ul{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}
.footer .main .topp ul li{
	font-size: 14px;
	color: #b1b1b1;
	margin-top: 15px;
}
.footer .main .topp .aboutus ul span .ceart{
	display: none;
	width: 0;
	height: 0;
	border-width: 14px 18px 0;
	border-style: solid;
	border-color: #fff transparent transparent;
	position: absolute;
	bottom: 48px;
}
.footer .main .topp a{
	color: #d6d6d6;
	text-decoration: none;
}
.footer .main .topp a:hover{
	color: #fff;
	text-decoration:underline;
}
.footer .main .topp .aboutus ul span .shaoma_weixin{
	width: 140px;
	height: 140px;
	position: absolute;
	bottom: 58px;
	left: -50px;
	display: none;
}


.footer .main .topp .aboutus ul span{
	background-color: #4d4744;
}
.footer .main .topp .aboutus ul span{
	display: inline-block;
	cursor: pointer;
	position: relative;
	top: 30px;
	left: -10px;
	margin-left: 10px;
	width: 36px!important;
	height: 36px!important;
	border-radius: 18px;
}
.footer .main .topp .aboutus ul span .iconfont {
	position: relative;
	left: 7px;
	top: 6px;
	font-size: 22px;
	color: #fff;
}
.footer .main .topp .aboutus ul span .iconfont img{
	width: 23px;
	height: 23px;
	position: absolute;
	top: -40px;
	left: 0px;
}

.footer .main .topp .aboutus ul{
	width:200px;
}
.footer .copy-pc img{
	margin-top:15px;
}
.code_box{
	width:100%;
}
.code_box li{
	width:calc(100% - 26px);
	padding:12px 13px;
}
.code_box li:nth-child(2){
	text-align:center;
}
.code_tl{
	display:block;
	font-size:16px;
	color:#fff;
}
.code_wen{
	margin-top:10px;
}
.code_wen span{
	display:block;
	font-size:14px;
	color:#d6d6d6;
	line-height:1.8;
}
.code{
	display:inline-block;
	width:calc(50% - 50px);
	max-width:190px;
	margin:0 20px;
	font-size:14px;
	color:#d5d7d7;
	text-align:center;
}
.code img{
	display:block;
	width:100%;
	margin-top:10px;
}



/*页码*/
.inner_pages{
	text-align:center;
	margin-top:40px;
}
.inner_page{
	display:inline-block;
	width:30px;
	line-height:36px;
	border:1px solid #000;
	margin:0 6px;
	font-size:16px;
	color:#000;
}
.inner_page:hover{
	border:1px solid #007eff;
	color:#fff;
	background-color:#007eff;
}
.inner_page_cur{
	border:1px solid #007eff;
	color:#fff;
	background-color:#007eff;
}
.inner_page_icon{
	display:inline-block;
	width:30px;
	line-height:36px;
	margin:0 20px;
	font-size:16px;
	color:#666;
	background-color:rgba(255,255,255,.34);
}




