﻿@charset "utf-8";
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{
	width: 6px;
	height: 7px;
	background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
	background-color: #c8c8c8;
}
/******模块、公用模块*******/
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=password]:focus, input[type=text]:focus, select:focus, textarea:focus{
	background-color: transparent;
}
body{
	font-family:"Helvetica Neue",Helvetica,tahoma,Arial,"Noto Sans CJK SC","PingFang SC","\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","WenQuanYi Micro Hei",sans-serif;
	padding-left: 0;
	padding-right: 0;
	min-width: 320px;
}
.wrapper{
	margin: 0 auto;
	width: 1408px;
}
.header {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border-top: 16px solid #ab0000;
	border-bottom: 2px solid #262626;
	z-index: 100;
}
.header>div {
	height: 108px;
}
.headerCol {
	position: relative;
	z-index: 20;
}
/* 部机关-展开搜索 */
.searchDropDown {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	/* visibility: hidden; */
	display: none;
	z-index: 90;
}
.searchDropDown.show {
	/* visibility: visible; */
	display: block;
	top: 124px;
}
.searchDropDown .mark {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
}
.searchDropDown .searCon {
	position: relative;
	margin: 0 auto;
	width: 1408px;
	height: 130px;
	background: #fff;
}
.searchDropDown .searCon .form{
	padding: 40px 0 0;
}
.searchDropDown .searCon .form form {
	position: relative;
	margin: 0 auto;
	padding: 0 175px 0 80px;
	width: 80%;
}
.searchDropDown .searCon .form label {
	position: absolute;
	left: 0;
	top: 0;
	width: 2em;
	color: #262626;
	line-height: 46px;
	font-size: 18px;
	font-weight: bold;
}
.searchDropDown .searCon .form input.txt {
	padding: 13px 20px 13px 65px;
	width: 100%;
	height: 46px;
	color: #515151;
	font-size: 15px;
	background: #fff url(../../img/bg/searchBg_01.png) no-repeat 19px 14px;
	border: 1px solid#707070;
	box-sizing: border-box;
}
.searchDropDown .searCon .form .btnSear {
	position: absolute;
	top: 0;
	right: 0;
	width: 175px;
	height: 46px;
	color: #fff;
	line-height: 46px;
	font-size: 15px;
	background: #ab0000;
	border: none;
	/*letter-spacing:4px;*/
}
.searchDropDown .searCon .dropDownClose {
	position: absolute;
	right: 30px;
	top: 15px;
	width: 16px;
	height: 16px;
	background: url(../../img/bg/x.png) no-repeat;
	cursor: pointer;
	transition: all .2s;
}
.searchDropDown .searCon .dropDownClose:hover {
	transform: rotate(180deg);
}

/* 导航按钮样式 */
.menuOpen .menuTggle {
	box-shadow: none;
}
.menuOpen .menuTggle .icon {
	width: 0
}
.menuOpen .menuTggle .icon:before {
	width: 26px;
	height: 3px;
	border-radius: 2px;
	-webkit-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg)
}
.menuOpen .menuTggle .icon:after {
	width: 26px;
	height: 3px;
	border-radius: 2px;
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg)
}
.menuTggle {
	float: left;
	margin: 40px 0 0 45px;
	width: 30px;
	height: 24px;
	z-index: 2;
	position: relative;
	cursor: pointer;
	-webkit-transition-duration: .66s;
	transition-duration: .66s;
	z-index: 30;
}
.menuTggle .icon {
	width: 30px;
	height: 4px;
	background-color: #ab0000;
	position: absolute;
	top: 10px;
	left: 0px;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}
.menuTggle .icon:before, .menuTggle .icon:after {
	width: 30px;
	height: 4px;
	background-color: #ab0000;
	content: "";
	position: absolute;
	left: 0;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing
}
.menuTggle .icon:before {
	top: -10px
}
.menuTggle .icon:after {
	top: 10px
}

.menuLayout {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	background:rgba(255,255,255,1);
	box-shadow:8px 2px 2px rgba(0,0,0,0.05);
}
.menuLayout .menuBox {
	position: relative;
}
.menuLayout .menuTit {
	padding-left: 100px;
	height: 110px;
	line-height: 100px;
	font-size: 17px;
	border-bottom: 2px solid #AB0000;
}
/* 左侧一级导航 */
.menuCon .menuHd {
	padding: 0 35px;
}
.menuCon .menuHd .userBox {
	padding: 35px 10px 0 30px;
	height: 120px;
}
.menuCon .menuHd .userBox span {
	float: left;
	width: 60px;
	height: 60px;
	background: #AB0000;
	border-radius: 50%;
	background:#AB0000 url(../../img/icon/iconUser_01.png) no-repeat center center;
}
.menuCon .menuHd .userBox span img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.menuCon .menuHd .userBox > div {
	float: left;
	margin: 4px 0 0 22px;
}
.menuCon .menuHd .userBox h4 {
	color: #262626;
	line-height: 26px;
	font-size: 20px;
	font-weight: bold;
}
.menuCon .menuHd .userBox p {
	margin-top: 8px;
	line-height: 20px;
	font-size: 16px;
}
.menuCon .menuHd .userBox p a {
	margin-right: 12px;
	color: #707070;
}
.menuCon .menuHd .languageBox {
	padding: 20px 30px;
	border-top: 1px solid #9D9D9D;
	border-bottom: 1px solid #9D9D9D;
}
.menuCon .menuHd .languageBox h4 {
	color: #262626;
	font-size: 18px;
	font-weight: bold;
}
.menuCon .menuHd .languageBox > div  {
	line-height: 28px;
	font-size: 15px;
}
.menuCon .menuHd .languageBox > div a {
	display: inline-block;
	width: 70px;
	color: #707070;
}
.menuCon .menuNav {
	font-size: 18px;
	font-weight: bold;
}
.menuCon .menuNav a {
	color: #262626;
	text-decoration: none;
}
.menuCon .menuNav dt:nth-child(1) {
	margin: 0 35px;
	padding-left: 95px;
	height: 78px;
	line-height: 78px;
	background: url(../../img/icon/iconMBg_01.png) no-repeat 35px 23px;
	border-bottom: 1px solid #DCDCDC;
}
.menuCon .menuNav dt:nth-child(1) a {
	padding: 0;
}
.menuCon .menuNav dd {
	position: relative;
	margin-left:35px;
	height: 50px;
	line-height: 50px;
}

.menuCon .menuNav dd a {
	position: relative;
	padding-left: 95px;
	display: inline-block;
	background-image: url(../../img/icon/iconMBg_01.png);
	background-repeat: no-repeat;
}
.menuCon .menuNav dd.cur a,
.menuCon .menuNav dd:hover a {
	color: #AB0000;
}
.menuCon .menuNav dd:nth-child(2) a {
	background-position:35px -60px;
}
.menuCon .menuNav dd:nth-child(3) a {
	background-position:35px -120px;
}
.menuCon .menuNav dd:nth-child(4) a {
	background-position:35px -180px;
}
.menuCon .menuNav dd:nth-child(5) a {
	background-position:35px -240px;
}
.menuCon .menuNav dd:nth-child(6) a {
	background-position:35px -300px;
}
.menuCon .menuNav dd:nth-child(7) a {
	background-position:35px -360px;
}
.menuCon .menuNav dd::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	height: 100%;
	-webkit-transition: width .2s ease-in;
	transition: width .2s ease-in;
	width: 0;
	background: #EBEBEB;
}
.menuCon .menuNav dd.cur::before,
.menuCon .menuNav dd:hover::before {
	-webkit-transition: width .2s ease-in;
	transition: width .2s ease-in;
	width: 100%;
}
.menuCon .menuFt {
	margin: 20px 30px;
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	border-top: 1px solid #9D9D9D;
	border-bottom: 1px solid #9D9D9D;
}
.menuCon .menuFt a {
	display: inline-block;
	margin-right: 18px;
	color: #707070;
}

.menuSlide {
	position: absolute;
	left: 400px;
	top: 0;
	width: 430px;
	height: 863px;
	background: #FAFAFA;
	box-shadow: inset 15px 0 10px -15px rgba(0,0,0,0.1);
	z-index:99;
	transform:rotateY(120deg);
	-webkit-transform:rotateY(120deg);
	-moz-transform:rotateY(120deg);
	-o-transform:rotateY(120deg);
	-ms-transform:rotateY(120deg);
	
	visibility:hidden;
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-o-transform-origin:0 0;
	-ms-transform-origin:0 0;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition-timing-function:cubic-bezier(.08,.72,.71,.96);
	-webkit-transition-timing-function:cubic-bezier(.08,.72,.71,.96)
}
.menuSlide::before{
	position: absolute;
	content: '';
	top: 0;
	right: -19px;
	width: 20px;
	height: 100%;
	box-shadow: inset 15px 0 10px -15px rgba(0,0,0,0.16);
	z-index: 60;

}
.menuSlide.hover {
	transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-o-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg);
	z-index:15;
	visibility:visible
}
.scrollInner {
	overflow-y: scroll;
	
	height: 92%;
	box-sizing: border-box;
}
.menuSlide .subMenu {
	display: none;
	padding: 80px 40px 20px;
	height: 100%;
}
.menuSlide .subMenu header h3 {
	padding-bottom: 20px;
	color: #262626;
	line-height: 26px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #9D9D9D;
}
.sideMenu {
	padding-bottom: 20px;
}
.sideMenu h3{
	padding-left:10px; 
	height:44px;
	color: #707070;
	line-height:44px;
	font-size: 15px;
	border-bottom:1px solid #DCDCDC;
	cursor:pointer;
}
.sideMenu h3 a {
	color: #707070;
	text-decoration: none;
}
.sideMenu h3 em{
	float:right;
	margin: 15px 10px 0 0;
	width:30px;
	height:16px;
	background: url(../../img/icon/menuBg_02.png) no-repeat 14px 4px;
	cursor:pointer; }
.sideMenu h3.on {
	color: #262626;
	font-weight: bold;
	background: #EBEEF0;
}
.sideMenu h3.on em{
	background-position:14px -46px
}
.sideMenu div.sideCon{
	display:none;
	line-height: 26px;
	font-size: 13px;
	background: #ffffff;
	border-bottom:1px solid #DCDCDC;
}
.sideMenu div.sideCon p {
	padding:20px 10px 20px 20px;
}
.sideMenu div.sideCon a {
	display: inline-block;
	margin-right: 22px;
	width: 6em;
	color: #262626;
}
.sideMenu div.sideCon .column_1 a {
	margin-right: 0;
	display: block;
	width: 100%;
}
.sideMenu div.sideCon .column_1 a em {
	float: left;
	margin-left: -4em;
}
.sideMenu div.sideCon .m-name a {
	margin-bottom: 6px;
	padding-left: 4em;
	line-height: 20px;
}
.sideMenu div.sideCon .m-name span {
	white-space: nowrap;
}
.sideMenu div.sideCon .column_2 a {
	margin-right: 15px;
	width: 10em;
}
.sideMenu div.sideCon .column_2 span.gf{
	width: 48%;
	display: inline-block;
}

.logo {
	margin: 22px 0 0 50px;
}
.header h1 {
	position: relative;
	margin: 24px 0 0 40px;
	padding-left: 40px;
	line-height: 50px;
	color: #262626;
	font-size: 36px;
	font-weight: normal;
}
.header h1:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 50px;
	background: #9d9d9d;
}
.header h1.red {
    color: #5E0101;
}
.header h2 {
	position: relative;
	margin: 24px 0 0 0px;
	padding-left: 26px;
	line-height: 50px;
	color: #262626;
	font-size: 36px;
	font-weight: normal;
}
.header .topSearch {
	margin: 38px 42px 0 0;
}
.header .topSearch .btnSearch {
	width: 33px;
	height: 33px;
	background: url(../../img/bg/btnSearch_01.png) no-repeat;
	border: none;
	cursor: pointer;
}
.nav {
	height: 90px;
	background: #fcfcfc;
	border-bottom: 1px solid #262626;
}
.nav .goBack {
	margin: 25px 0 0 0;
	width: 120px;
	height: 50px;
	line-height: 50px;
	color: #262626;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #9D9D9D;
}
.nav .goBack a {
	color: #262626;
}
.nav .navCon {
	margin: 30px 0 0 30px;
}
.nav .navCon li {
	position: relative;
	margin: 0 6px;
	padding: 0 28px;
	float: left;
	line-height: 40px;
	font-size: 17px;
	z-index: 10;
}
.nav .navCon li:after {
	position: absolute;
	right: -6px;
	top: 12px;
	content: '';
	width: 1px;
	height: 17px;
	background: #C1C1C1;
}
.nav .navCon li:last-child:after {
	display: none;
}
.nav .navCon li.cur,
.nav .navCon li:hover {
	border-bottom: 6px solid #AB0000;
}
.nav .navCon li a {
	color: #000000;
	text-decoration: none;
}

.container {
	margin: 0 auto;
	width: 1168px;
	min-height: 600px;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
}

.footer_01 {
	border-top: 1px solid #dcdcdc;
	background: #f9f9f9;
}
.ftInfo {
	padding: 40px 4% 30px 8%;
	color: #5a5a5a;
	font-size: 13px;
	box-sizing: border-box;
}
.ftInfo a {
	color: #5a5a5a;
}
.ftInfo .ftL {
	width: 70%;
}
.ftInfo .ftL .ftLink {
	padding-bottom: 10px;
	line-height: 20px;
	border-bottom: 1px solid #707070;
}

.ftInfo .ftL .ftLink li {
	float: left;
	margin-right: 7.5%;
}
.ftInfo .ftL .ftLink li:last-child {
	float: right;
	margin: 0;
}
.ftInfo .ftL .ftLink li a {
	color: #5a5a5a;
}
.ftInfo .ftL .ftCon {
	line-height: 30px;
}
.ftInfo .ftL .ftCon img.beian {
	position: relative;
	top: -2px;
	margin: 0 2px 0 5px;
	width: 19px;
	height: 20px;
	vertical-align: middle;
}
.ftInfo .ftR p {
	float: left;
	padding-left: 14px;
	width: 90px;
	height: 120px;
	color: #727272;
	line-height: 22px;
	font-size: 12px;
	border-left: 1px solid #B7B7B7;
	box-sizing: border-box;
}
.ftInfo .ftR p:last-child {
 width: 125px;
 text-align:center;
}
.ftInfo .ftR p:last-child a:last-child img {
 width: 90px;
 height: auto;
}
.ftInfo .ftR p:nth-child(3) {
	display: none;
}

.mFooter_01 {
	display: none;
}
.footer_02 {
	text-align: center;
	height: 68px;
	background: #6F7C80;
}
.footer_02 li {
	display: inline-block;
	margin: 0 28px;
	width: 4em;
	line-height: 68px;
	font-size: 15px;
}
.footer_02 li a {
	color: #fff;
}
/* 当前位置导航 */
.location {
	padding: 10px 15px;
	color: #262626;
	line-height: 26px;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #DCDCDC;
}

.location i {
	margin: 0 20px;
	font-family: '\5B8B\4F53';
}
.location a {
	color: #262626;
}
/* 栏目标题 */
.columnTitle_01 h3{
	padding: 10px 0;
	color: #262626;
	line-height: 26px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #DCDCDC;
}
/* 部机关列表 */
.txtList_01 li {
	margin-bottom: 15px;
	color: #262626;
	line-height: 26px;
	font-size: 16px;
}
.txtList_01 li a {
	margin-right: 5px;
	color: #262626;
}
.txtList_02 li {
	margin-bottom: 15px;
	padding-left: 22px;
	color: #262626;
	line-height: 26px;
	font-size: 15px;
	background: url(../../img/icon/iconRListBg_01.png) no-repeat 0 9px;
}
.txtList_02 li a {
	color: #262626;
}
.clearCol {display:none;}
.mLogo {
	display: none;
}
.menuCon .menuHd .userBox em {
	display: none;
}

/*=== 商务部主站 start ===*/
/* 主站搜索 */
.iSearch {
	float: left;
	margin: 30px 0 0 75px;
	width: 699px;
	height: 46px;
	background: #ebebeb url(../../img/bg/iSearch_02.png) no-repeat 95% 22px;
}
.iSearch input[type="text"]{
	display: block;
	box-sizing: border-box;
	padding: 0 60px 0 50px;
	width: 100%;
	height: 46px;
	font-size: 13px;
	background: url(../../img/bg/iSearch_01.png) no-repeat 16px 16px;
	border: none;
}
.iUserBox {
	float: right;
	margin: 27px 12px 0 0;
	width: 95px;
	text-align: center;
	position: relative;
}
.iUserBox a.iHead {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ab0000 url(../../img/icon/iconUser_01.png) no-repeat center center;
}
.iUserBox p{
	font-size: 12px;
	color: #707070;
	cursor: pointer;
}
.iUserBox p a {
	color: #707070;
	font-size: 12px;
	display: inline-block;
    width: 49%;
    text-align: center;
}
.iUserBox i{
	display: inline-block;
	background: url(../../img/bg/openBg_01.png) no-repeat;
	width: 9px;
	height: 5px;
	margin-left: 6px;
	background-size: 9px 5px;
	vertical-align: middle;
}
.iUserBox i.z-crt{
	background: url(../../img/bg/openBg_02.png) no-repeat;
	background-size: 9px 5px;

}
.iHead-subnav{
	position: absolute;
	top:60px;
	left:0;
	width: 95px;
	background: #EBEBEB;
}
.iHead-subnav li{
	padding:5px 0;
	line-height: 2;
	border-bottom:1px solid #dcdcdc
}
.iHead-subnav li a{
	color:#262626;
}



/* 部领导 语言选择、导航栏 */
.intel-qa{
	position: absolute;
	top:0px;
	left: -115px;
	width: 100px;
	height:160px;
	text-align: center;
}
.intel-qa a {
	display: inline-block;
	width: 100%;
	color: #262626;
	line-height:26px;
	border-bottom:1px solid #DCDCDC;
}
.intel-qa .goBack_01 {
	height: 90px;
	line-height: 90px;
}
.intel-qa .wenda {
	padding-top: 70px;
	padding-bottom: 20px;
	background:url("../../img/icon/zhineng-icon.png") center 30px no-repeat;
}

/* 右侧导航 */
.iMenu {
	padding: 20px 5px 20px 5px;
	text-align: left;
	border-bottom: 1px solid #DCDCDC;
}
.iMenu a {
	text-decoration: none;
}
.iMenu dt a {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #ab0000;
}
.iMenu dd {
	margin-top: 13px;
	height: 30px;
	line-height: 30px;
}
.iMenu dd a {
	display: block;
	padding-left: 30px;
	color: #262626;
	font-size: 16px;
	height: 30px;
	background-image: url(../../img/bg/iMenuBg_01.png);
	background-repeat: no-repeat;
	font-weight: bold;
}
.iMenu dd a:hover {
	color: #505050;
}
.iMenu dd:nth-child(2) a {
	background-position: -10px -36px;
}
.iMenu dd:nth-child(3) a {
	background-position: -8px 0px;
}
.iMenu dd:nth-child(4) a {
	background-position: -10px -165px;
}
.iMenu dd:nth-child(5) a {
	background-position: -10px -208px;
}
.iMenu dd:nth-child(6) a {
	background-position: -10px -120px;
}
.iMenu dd:nth-child(7) a {
	background-position: -8px -79px;
}
.iMenu dd:nth-child(8) a {
	
}
/* 右侧固定微博、邮箱、公众号等 */
.share-qa{
	width:120px;
	padding:10px;
	position: absolute;
	top:0px;
	right: -120px;
	box-sizing: border-box;
}
.share-qa a{
	text-decoration: none;
	display: block;
	position: relative;
}
.share-qa p{
	height:88px;
	font-size:12px;
	color:#262626;
	text-align: center;
	box-sizing: border-box;
}
.share-qa p.sq-i1{
	background:url("../../img/icon/mobile-icon.png") center  20px no-repeat;
	padding-top:58px;
}
.share-qa p.sq-i2{
	background:url("../../img/icon/email-icon.png") center  6px no-repeat;
	border-bottom:1px solid #DCDCDC;
	padding-top:44px;
}
.share-qa p.sq-i3{
	background:url("../../img/icon/weibo-icon.png") center  20px no-repeat;
	padding-top:58px;
}
.share-qa p.sq-i4{
	background:url("../../img/icon/wx-icon.png") center  6px no-repeat;
	padding-top:44px;
	border-bottom:1px solid #DCDCDC;
}
.share-qa p.sq-i5{
	height: 100px;
	background:url("../../img/icon/guowuyuan-icon.png") center  20px no-repeat;
	padding-top:60px;
	border-bottom:1px solid #DCDCDC;
}
.share-qa a:hover p.sq-i1{
	background:url("../../img/icon/mobile-icon1.png") center  20px no-repeat;
}
.share-qa a:hover p.sq-i2{
	background:url("../../img/icon/email-icon1.png") center  6px no-repeat;
}
.share-qa a:hover p.sq-i3{
	background:url("../../img/icon/weibo-icon1.png") center  20px no-repeat;
}
.share-qa a:hover p.sq-i4{
	background:url("../../img/icon/wx-icon1.png") center  6px no-repeat;
}
.share-qa a:hover p.sq-i5{
	background:url("../../img/icon/guowuyuan-icon1.png") center  20px no-repeat;
}
.share-qa a span{
	position: absolute;
	z-index: 100;
	background: #fff;
	padding:4px;
	display: none;
	width: 100px;
	top: 0px;
	left: -80px;
	border:1px solid #dcdcdc;
	-webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.share-qa a:hover span{
	display: block;
}

.f-dn-lg-ser{
	display: none;
}
.f-dn-xs-ser{
	display: block;
}

/*公共的切换样式*/
.public-tab{
	border-bottom: 3px solid #9D9D9D;
	font-size: 17px;
	font-weight: bold;
	color:#9D9D9D;
}
.public-tab li{
	float: left;
	padding:0 6px 16px 6px;
	margin: 0 15px;
	cursor: pointer;
	position: relative;
}
.public-tab li.lefttab{
	margin: 0 30px 0 0;
	width: 150px;
	text-align: center;
}
.public-tab li i{
	height:11px;
	display: block;
	background: #9D9D9D;
	position: absolute;
	bottom: -3px;
	left:0;
	width: 100%;
}
.public-tab li.z-crt, .public-tab li.on{
	color:#5E0101;
}
.public-tab li.z-crt i, .public-tab li.on i{
	background: #AB0000;
}
.public-tab li a{
	color:#9D9D9D;
}
.public-tab li.z-crt a, .public-tab li.on a{
	color:#262626;
}
.ftInfo .ftL .ftCon p.col-lg-6 {
	padding-left: 0;
}
.m-jiucuo {
	display: none;
}

/* 控制顶部导航 底部footer媒体样式 */
@media (max-width:1407px) and (min-width:1200px){
	.wrapper {
		margin: 0 auto;
		width: 1200px;
	}
	.menuTggle {
		margin: 40px 0 0 25px;
	}
	.logo{
		margin: 22px 0 0 30px;
	}
	.header h1 {
		margin: 24px 0 0 30px;
		padding-left: 30px;
		font-size: 32px;
	}
	.header .topSearch {
		margin: 36px 30px 0 0;
	}
	.searchDropDown .searCon {
		width: 1200px;
	}
	.nav .goBack {
		width: 100px;
	}
	.nav .navCon {
		margin: 30px 0 0 20px;
	}
	.nav .navCon li {
		padding: 0 20px;
	}
	.ftInfo {
		padding: 40px 3% 30px 3%;
	}
	.ftInfo .ftL .ftLink li {
		margin-right: 7%;
	}
	.container {
		width: 967px;
	}
	.iSearch{
		width: 520px;
	}
	::-webkit-scrollbar{
		width: 6px;
	}
}
@media (max-width:1199px) and (min-width:1000px){
	.wrapper {
		margin: 0 auto;
		width: 1000px;
	}
	.menuTggle {
		margin: 40px 0 0 20px;
	}
	/*部领导 logo*/
	.logo{
		margin: 22px 0 0 20px;
	}
	.logo img{
		width: 300px;
	}

	.header h1 {
		margin: 24px 0 0 10px;
		padding-left: 20px;
		font-size: 28px;
	}
	.header .topSearch {
		margin: 36px 30px 0 0;
	}
	.searchDropDown .searCon {
		width: 1000px;
	}
	.nav .goBack {
		width: 100px;
	}
	.nav .navCon {
		margin: 30px 0 0 0px;
	}
	.nav .navCon li {
		padding: 0 10px;
	}
	.ftInfo {
		padding: 40px 3% 30px 3%;
	}
	.ftInfo .ftL .ftLink li {
		margin-right: 4%;
	}
	.container {
		width: 1000px;
		border:0
	}
	.iSearch{
		width: 380px;
		margin: 30px 0 0 25px;
	}
	.intel-qa, .share-qa{
		display: none;
	}
	.ftInfo .ftL .ftLink li:last-child{
		float: none;
	}
	.ftInfo .ftL .ftCon{
		line-height: 2;
	}
	.ftInfo .ftL{
		width: 69%;
	}
	::-webkit-scrollbar{
		width: 6px;
	}
}
@media (max-width:999px){

	.wrapper {
		margin: 0 auto;
		width: 100%;
	}
	.menuTggle {
		margin: 40px 0 0 25px;
	}
	
	.header h1 {
		position: static;
		float: none;
		margin: 10px 0 0 0;
		padding: 15px 0 0 10px;
		line-height: 26px;
		font-size: 20px;
		border-top: 1px solid #dcdcdc;
	}
	.header h1::before {
		display: none;
	}
	.enPage .header h1 {
		margin: 24px 0 0 0!important;
	}
	.clearCol {
		display:block;
		clear: both;
	}
	.header > div {
		padding-bottom: 20px;
		height: auto;
	}
	.searchDropDown .searCon {
		width: 100%;
	}
	.searchDropDown .searCon .form form {
		width: 90%;
		padding: 0 75px 0 50px;
	}
	.searchDropDown .searCon .form .btnSear {
		width: 75px;
	}
	.goBack {
		display: none;
	}
	.nav {
		/*height: 49px;*/
		overflow-x: auto;
		white-space: nowrap;
		height: auto;
	}
	.nav .navCon {
		display: block;
		float: none;
		margin: 0;
		width: auto;
	}
	.nav .navCon li {
		display: inline-block;
		float: none;
		padding: 8px 10px;
		color: #707070;
		line-height: 26px;
		font-size: 14px;
		font-weight: bold;
		border-bottom: 6px solid #fcfcfc;
		box-sizing: border-box;
	}
	.nav .navCon li::after {
		display: none;
	}
	.nav .navCon li a {
		color: #707070;
	}

	.container {
		width: 100%;
		min-height: auto;
		border: none;
	}
	.intel-qa,.share-qa{display:none;}
	.footer_01 {
		display: none;
	}
	.mFooter_01 {
		display: block;
		background: #F9F9F9;
	}
	.mFtInfo .copyright {
		padding: 0;
		height: 64px;
		color: #5A5A5A;
		line-height: 36px;
		font-size: 16px;
	}
	.mFtInfo .copyright span {
		display: block;
	}
	.mFtInfo .copyright em {
		display: inline-block;
		width: 30px;
		height: 26px;
		background: url(../../img/icon/menuBg_02.png) no-repeat 8px 10px;
		cursor: pointer;
	}
	.ftInfo {
		padding: 30px 20px 20px;
	}
	.ftInfo .ftL {
		float: none;
		width: 100%;
	}
	.ftInfo .ftL .ftLink {
		padding-bottom: 25px;
	}
	.ftInfo .ftL .ftLink li {
		display: inline-block;
		float: none;
		margin: 0 15px 10px 0 ;
	}
	.ftInfo .ftL .ftLink li:last-child {
		float: none;
	}
	.ftInfo .ftL .ftCon {
		padding-bottom: 10px;
		border-bottom: 1px solid #707070;
	}
	.ftInfo .ftL .ftCon p {
		margin-bottom: 15px;
	}

	.ftInfo .ftR {
		float: none;
		margin-top: 15px;
	}
	.ftInfo .ftR p {
		padding: 0;
		width: auto;
		height: auto;
		border: none;
	}
	.ftInfo .ftR p:nth-child(1),.ftInfo .ftR p:nth-child(2) {
		display: none;
	}
	.ftInfo .ftR p:nth-child(3) {
		display: block;
		margin: 0px 0 0 0;
	}
	.ftInfo .ftR p:nth-child(3) a{
		line-height: 2.6;
		margin-right: 10px;
	}
	.ftInfo .ftR p:last-child {
		float: right;
	}
	.footer_02 {
		padding: 20px;
		height: auto;
	}
	.footer_02 li {
		margin: 0 3%;
		line-height: 26px;
		font-size: 12px;
	}

	/* 移动端顶部 */
	.logo{
		display: none;
		margin: 22px 0 0 30px;
	}
	.mLogo{
		display: block;
		margin: 10px 0 0 24px;
	}
	
	.mLogo img {
		width: 270px;
		height: auto;
	}
	.header .topSearch {
		margin: 19px 22px 0 0;
	}
	.header .topSearch .btnSearch {
		width: 22px;
		height: 22px;
		background: url(../../img/bg/mBtnSearch_01.png) no-repeat;
		padding:0;
	}
	/* 移动端展开菜单 */
	.menuTggle {
		margin: 20px 0 0 15px;
	}
	.menuTggle .icon{
		width: 20px;
	}
	.menuTggle .icon::before, .menuTggle .icon::after {
		width: 20px;
	}
	
	.menuTggle .icon::before {
		top: -8px;
	}
	.menuOpen .menuTggle .icon::before {
		top: -11px;
	}
	.menuTggle .icon::after {
		top: 8px;
	}
	.menuLayout {
		width: 100%;
	}
	.menuLayout .menuTit {
		padding: 0;
		width: 100%;
		height: 70px;
		color: #929292;
		line-height: 70px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		/* text-indent: 9999px; */
		overflow: hidden;
	}
	.menuCon {
		padding-bottom: 2px;
	}
	.menuCon .menuHd {
		padding: 0;
		border-bottom: 1px solid #DCDCDC;
	}
	.menuCon .menuHd .userBox {
		padding: 0;
		height: 85px;
	}
	.menuCon .menuHd .userBox p a{
		margin-right: 0;
	}
	.menuCon .menuHd .userBox span{
		display: block;
		float: left;
		margin: 30px 0 0 13px;
		width: 25px;
		height: 25px;
		background: #ab0000 url(../../img/icon/iconUser_01.png) no-repeat center center;
		background-size: 19px;
	}
	.menuCon .menuHd .userBox > div {
		display: block;
		float: left;
		height: 20px;
		margin: 32px 0 0 0;
	}
	.menuCon .menuHd .userBox h4 {
		display: none;
		line-height: 20px;
		font-size: 14px;
	}
	.menuCon .menuHd .userBox p {
		margin: 0;
		font-size: 14px;
		text-align: center;
	}
	.menuCon .menuHd .userBox p a {
		display: inline-block;
		margin-left: 10px;
		color: #707070;
	}
	.menuCon .menuHd .userBox p a.email{
		display: none;
	}
	.menuCon .menuHd .userBox em {
		display: none;
	}
	.menuCon .menuHd .languageBox {
		display: none;
		padding: 10px;
	}
	.menuCon .menuHd .languageBox h4 {
		font-size: 14px;
	}
	.menuCon .menuHd .languageBox > div {
		margin-top: 5px;
		line-height: 20px;
		font-size: 13px;
	}
	.menuCon .menuNav{
		border-bottom: 1px solid #9D9D9D;
	}
	.menuCon .menuNav dt:nth-child(1) {
		margin: 0;
		padding: 0;
		height: 60px;
		line-height: 60px;
		background: url(../../img/icon/iconMBg_01.png) no-repeat 15px 20px;
		background-size: 22px;
		overflow: hidden;
	}
	.menuCon .menuNav dt:nth-child(1) a {
		display: block;
		padding-left: 50px;
		color: #262626;
		font-size: 14px;
		white-space: nowrap;
	}
	.menuCon .menuNav dd {
		margin: 0;
		padding: 0;
		height: 63px;
		line-height: 63px;
		border: 1px solid #e8e8e8;
	}
	.menuCon .menuNav dd a {
		display: block;
		padding: 0 0 0 50px;
		height: 63px;
		color: #262626;
		line-height: 63px;
		font-size: 14px;
		text-align: left;
		overflow: hidden;
	}
	.menuCon .menuNav dd:nth-child(2) a {
		background: url(../../img/icon/iconMenuBg_02.png) no-repeat 15px center;
		background-size: 20px;
	}
	.menuCon .menuNav dd:nth-child(3) a {
		background: url(../../img/icon/iconMenuBg_01.png) no-repeat 15px center;
		background-size: 20px;
	}
	.menuCon .menuNav dd:nth-child(4) a {
		background: url(../../img/icon/iconMenuBg_03.png) no-repeat 15px center;
		background-size: 20px;
	}
	.menuCon .menuNav dd:nth-child(5) a {
		background: url(../../img/icon/iconMenuBg_04.png) no-repeat 15px center;
		background-size: 20px;
	}
	.menuCon .menuNav dd:nth-child(6) a {
		background: url(../../img/icon/iconMenuBg_05.png) no-repeat 15px center;
		background-size: 20px;
	}
	.menuCon .menuNav dd:nth-child(7) a {
		background: url(../../img/icon/iconMenuBg_06.png) no-repeat 15px center;
		background-size: 20px;
	}
	.menuCon .menuFt {
		margin: 0;
		padding: 0 0 0 14px;
		height: 53px;
		color: #707070;
		line-height: 53px;
		font-size: 14px;
		border-top: none;
	}
	.menuCon .menuFt a {
		display: inline-block;
		margin: 0 0 0 14px;
	}
	.menuSlide {
		left: 120px;
		width: calc(100vw - 120px);
		height: 100%;
		border: 1px solid #d2d2d2;
		box-shadow: 5px 8px 5px rgba(0,0,0,0.3);
	}
	.menuSlide .subMenu {
		box-sizing: border-box;
		padding: 22px 0 40px 0;
		height: 98%;
	}
	.menuSlide .subMenu header h3 {
		padding: 0 0 10px 10px;
		line-height: 36px;
		font-size: 16px;
	}
	.menuSlide .subMenu>section {
		margin-top: 5px;
		height: 100%;
		overflow-y: scroll;
	}
	.sideMenu h3 {
		height: 40px;
		line-height: 40px;
		color: #3d3d3d;
		font-size: 15px;
		font-weight: bold;
		overflow: hidden;
	}
	.sideMenu h3 a {
		color: #3d3d3d;
	}
	.sideMenu div.sideCon p {
		padding: 5px 10px;
	}
	.iSearch{
		width: 90%;
		margin: 30px auto 0 auto;
		float: none;
	}
	.iUserBox{
		display: none;
	}

	.public-tab{
		font-weight: normal;
		font-size: 15px;
	}
	.public-tab li{
		margin: 0 7px;
		padding:0 0 10px 0;
		border-bottom:0;
	}
	.public-tab li i{
		height: 5px;
		display: none;
	}
	.public-tab li.z-crt i, .public-tab li.on i{
		display: block;
	}
	.location {
		line-height: 2;
		font-size: 14px;
		font-weight: normal;
	}
	.location i{
		margin: 0 10px;
	}
	.public-tab li.lefttab{
		margin: 0 10px 0 0;
		width: auto;
		padding: 0 10px 10px;
		text-align: center;
	}
	.searchDropDown .searCon .form input.txt {
		padding: 13px 20px 13px 40px;
		height: 40px;
		background: #fff url(../../img/bg/searchBg_01.png) no-repeat 10px 9px;
	}
	.searchDropDown .searCon .form label {
		line-height: 40px;
		font-size: 16px;
	}
	.searchDropDown .searCon .form .btnSear{
		line-height: 40px;
		height:40px
	}
	.searchDropDown .searCon{
		height:110px;
	}
	.m-jiucuo {
		display: block;
		text-align: center;
	}
	.m-jiucuo img {
		width: 79px;
		height: 79px;
	}
	.f-dn-lg-ser{
		display: block;
	}
	.f-dn-xs-ser{
		display: none;
	}
	::-webkit-scrollbar{
		width: 6px;
	}
}
@media (max-width:640px) {
	.header .topSearch {
	    margin: 18px 15px 0 0;
	}
	.searchDropDown .searCon .dropDownClose {
		right: 17px;
	}
}
@media (max-width:375px){
	.mLogo img{
		width: 255px;
	}
	.mLogo{
		margin: 10px 0 0 17px;
	}
	.header .topSearch{
		margin: 18px 10px 0 0;
	}
}
@media (max-width:322px){
	.mLogo img{
		width: 218px;
	}
	.mLogo{
		margin: 10px 0 0 11px;
	}
	.header .topSearch{
		margin: 14px 10px 0 0;
	}
}

.weixin-menu{}
.weixin-menu li{
 width: 50%;
 float: left;
 text-align: center;
 padding-top: 20px;
}
.weixin-menu li img{
 width: 60%;
}
.weixin-menu-img{
 width: 30%;
 margin: 0px auto;
 display: block;
}