html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: "Microsoft YaHei","微软雅黑","SimSun","宋体", "华文细黑";
	overflow-x: hidden;
}
/**:hover {
	transition-duration: 0.3s;		
}*/

.u-hide {
	display: none;
}
.u-slect {
	visibility: hidden;	
}
.u-text_center {
	text-align: center;
}
.u-fl {
	float: left;
}
.u-fr {
	float: right;
}
.u-mlr26 {
	margin: 0 26px;
}
.u-red {
	color: #E05858;
}
.u-blue {
	color: #1E95D7;
}
.u-hidden {
	visibility: hidden;
}
.u-line {
	border-top: 1px solid #E8E8E8;
}
.width-limit {
	width: 1280px;
	height: 100%;
	margin: auto;
	padding: 0 20px;
	clear: both;
}
#select-box label {
	vertical-align: 10px\9;	
}
/*header*/
.g-header {
	position: relative;
	width: 100%;
	height: 56px;
    background-color: #ffffff;
	/*background: rgba(255, 255, 255, .5);
	background: url(../img/header-bg-ie.png) repeat-x\9;*/
}
.g-header {
	top: 0;
	left: 0;
	z-index: 999;
}
.u-logo {
	float: left;
	height: 56px;
	margin-left: 15px;
}
.u-logo img {
	/*margin-top: 8px;*/
}
/*导航模块*/
.m-nav {
	float: left;
	width: 540px;
	margin-left: 260px;
	font-size: 14px;
}
.m-nav>ul {
	height: 56px;
	line-height: 56px;
	margin-left: -30px;
}
.m-nav>ul>li{
	float: left;
	width: 110px;
	text-align: center;
}
.m-nav>ul>li a {
	color: #333;

}
.m-nav>ul>li .submenu {
	position: absolute;
	top: 56px;
	left: 0;
	background: transparent;
/*	background: #DBDCE0\9;*/
	display: none;		
}
.m-nav>ul>li .submenu ul {
	margin-top: 20px;
	background: #fff;
	clear: both;
	height: 90px;
	border-radius: 10px;
	padding: 10px;	
}
.m-nav>ul>li .submenu ul:before{
  content:'';
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 10px;
}
.m-nav>ul>li .submenu ul>li {
	font-size: 13px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    padding: 8px;
    width: 120px;
}
.m-nav>ul>li .submenu ul>li .iconbig{
	font-size: 54px;
}
.m-nav>ul>li .submenu ul>li .iconlittle {
	font-size: 20px;
	font-weight: bold;
	vertical-align: sub;
/*	visibility: hidden;*/
	display: none;
}
.m-nav>ul>li .submenu ul>li a {
	color: #333333;
}
.m-nav>ul>li .submenu ul>li a:hover {
	color: #0094E7;
}
.m-nav>ul>li .submenu ul>li a:hover .iconlittle  {
/*	visibility: visible*/
	display: inline-block;
}
/*搜索模块*/
.m-search {
	float: left;
}
.m-search .form-box {
	position: relative;
	height: 30px;
	padding: 0 10px;
    background: #fff; 
    border-radius: 33px;  
    width: 180px;
    height: 24px;
    margin-top: 16px;
    border: 1px solid rgb(154, 154, 154);
/*	behavior: url(./static/js/border-radius.htc); 	*/       	   	    
}
.m-search .form-box .icon-search {
	color: rgb(154, 154, 154);
}
.m-search .form-box.search-active {
    border: 1px solid #2B9AD8;	
}
.m-search .form-box.search-active .icon-search {
	color: #2B9AD8;
}
.m-search .form-box input {
	position: relative;	
	width: 140px;
    background: 0 0;
    border: 0;
    outline: 0;	
    color: #333;
}
.m-search .form-box  .search-button {
	position: absolute;
	right: 8px;
	top: 1px;
	color: #2B9AD8;
	cursor: pointer;
	height: 16px;
	width: 16px;
}
.input-placeholder {
	position: absolute;
	top: 3px;
	left: 10px;
	font-size: 12px;
	color: #c4c4c4;
}

/*用户*/
.m-auth {
	float: left;
	padding: 18px;
	font-size: 14px;
}
.m-auth a {
	margin: 0 5px;
}
.m-auth a .iconfont{
	color: #999;
	font-size: 13px;
}
.m-auth a:hover .iconfont {
	color: #1E95D7;
}

.banner {
	position: relative;
	width: 100%;
	height: 737px;
}
.banner img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 1920px;
	height: 737px;
}
.banner .swiper-container {
	height: 100%;
}
.banner .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.banner .swiper-active-switch {
  background: #fff;
}
.banner .arrow-left {
  position: absolute;
  left: 10%;
  top: 50%;
  margin-top: -30px;
  font-size: 60px;
  color: #fff;
  z-index: 999;
  opacity: .8;
}
.banner .arrow-right {
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -30px;
  font-size: 60px;
  color: #fff;
  z-index: 999;
  opacity: .8;  
}
/*内容模块*/
.container {
	width: 100%;
	height: 546px;
	background: url(../img/pic_wt.jpg) no-repeat center center;
	background-size: cover;
}
.g-content {
	width: 1048px;
	min-height: 100px;
	margin: auto;
}
.m-shortcut {
	padding: 30px 0px;
}
.m-shortcut .iconfont {
	float: left;
	font-size: 80px;
}
.m-shortcut a {
	display: inline-block;
	color: #333333;	
	padding-right: 60px;
    padding-left:20px;
}
.m-shortcut a:hover {
	color: #0089d5;
}

.m-shortcut .text {
	font-size: 18px;
	display: inline-block;
	float: left;
	margin-left: 20px;
	line-height: 86px;
	vertical-align: middle;
}


.m-guide-wrap .guide-section {
	height: 380px;
	padding: 10px 0;
	width: 331.33px;
	padding: 0 3.166px;
}
.m-guide-wrap .guide-section a {
	color: #959595
}
.m-guide-wrap .guide-section  .pic-box {
	position: relative;
	width: 329px;
	height: 265px;
	border: 2px solid transparent;		
}
.m-guide-wrap .guide-section  .pic-box  img {
	width: 100%;
}
.m-guide-wrap .guide-section  .pic-box .text-box {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 56px;
	line-height: 56px;
	padding-left: 20px;
	color: #fff;
	font-size: 15px;
	background:  rgb(112, 112, 112);
/*	background: rgba(112, 112, 112, .9);
	filter:Alpha(opacity=90);*/
}
.m-guide-wrap .guide-section  .pic-box .text-box .iconfont {
	font-size: 20px;
	margin-right: 6px;
	vertical-align: middle;
	color: #2CC7EB;
}
.m-guide-wrap .guide-section .bottom-box {
	color: #959595;
	font-size: 15px;
	text-align: left;
	padding: 20px 0;
	border-bottom: 3px solid #C0C0C0;
}
.guide-section a:hover .pic-box{
	border: 2px solid #0091E3;		
}
.guide-section a:hover .pic-box .text-box .iconfont {
	color: #fff;
}
.guide-section a:hover .pic-box .text-box{
	background: rgb(0, 147, 227);	
	height: 71px;
	line-height: 71px;
}
.guide-section a:hover .bottom-box {
	border-bottom: 3px solid #0091E3;	
}


/*footer*/
.g-footer {
	width: 100%;
	height: 265px;
	color: #8B8B8B;	
	border-top: 1px solid #D8D8D8;	
}

.g-footer .footer-top .m-foot-nav {
	margin-left: 40px;
}
.g-footer .footer-top .m-foot-nav > ul > li {
	float: left;
	margin-left: 40px;
}
.g-footer .footer-top .m-foot-nav > ul > li > a {
	color: #8B8B8B;			
	font-weight: bold;
	font-size: 16px;
}
.g-footer .footer-top .m-foot-nav > ul > li > ul {
	margin-top: 10px;
}
.g-footer .footer-top .m-foot-nav > ul > li > ul > li {
	line-height: 24px;

}
.g-footer .footer-top .m-foot-nav > ul > li > ul > li a{
	color: #8B8B8B;			
	font-size: 14px;
}
.g-footer .footer-top .qcode-box {
	float: right;
}
.g-footer .footer-top .qcode-box .foot-icon-box {
	float: left;
	margin-right: 30px;
	margin-top: 25px;
	position: relative;
}
.g-footer .footer-top .qcode-box .foot-icon-box a{
	color: #717171;
	margin-right: 10px;
}
.g-footer .footer-top .qcode-box .foot-icon-box .wx-icon {
	position: absolute;
	top: -100px;
	left: 24px;
	display: none;
}
.g-footer .footer-top .qcode-box .foot-icon-box a:hover {
	color: #0087D3;
}
.g-footer .footer-top .qcode-box .foot-icon-box a:hover img {
	display: block;
}
.g-footer .footer-top .qcode-box .foot-icon-box a span {
	font-size: 38px;
}
.g-footer .footer-top .qcode-box .qcode {
	width: 120px;
	float: left;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.g-footer .footer-top .qcode-box .qcode span {
	display: inline-block;
	margin-bottom: 10px;	
}

.g-footer  .tel-box {
	float: none;
	margin-left: 5px;
	font-size: 15px;
	line-height: 24px;
    margin-top: 40px;
    
}
.g-footer .tel-box .tel a{
    
	color: #1B66B0;
	font-size: 18px;	
	font-weight: bold;
}

.m-coypright {
	width: 100%;
    text-align: center;
	min-width: 400px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 24px;	
}
.m-coypright .other-link a,  .m-coypright .other-link span{
	color: #0091E3;
	display: inline-block;
	padding: 0 10px;	
}

.m-coypright .coypright {
	padding: 0 10px;
}
.m-coypright .coypright a {
	color: #1B66B0;
}


.g-footer .width-limit {
	padding: 50px;
}
.g-footer .footer-top  a:hover{
	color: #0091E3;
}
.g-footer .footer-top .m-foot-nav > ul > li > ul > li a:hover {
	color: #0091E3;	
}
.g-footer .footer-top .m-foot-nav > ul > li > a:hover {
	color: #0091E3;		
}


.page-container {
	width: 100%;
	min-height: 400px;
	padding-bottom: 60px;
}

/*page banner*/
.page-banner {
	height: 512px;
	min-width: 660px;
	background: url(../img/page-banner.jpg) no-repeat center center;
}

.g-tab_wrap {
	position: relative;
	width: 100%;
	height: 48px;
	background-color: #E8E8E8;
}

.m-tab_box {
	height: 100%;
	line-height: 48px;
	padding: 0 100px;
}
.m-tab_box .tab-item {
	position: relative;
	text-align: center;
	height: 57px;
	line-height: 63px;
	margin-top: -9px;
	width: 176px;
	float: left;
	font-size: 17px;
}
.m-tab_box .tab-item a {
	color: #666;
	display: inline-block;
}
.m-tab_box .tab-item.active:before{
  content:'';
  width: 0;
  height: 0;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #1E95D7 transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
}
.m-tab_box .tab-item.active {
	background: #1E95D7;
}
.m-tab_box .tab-item.active a{
	color: #fff;
	font-weight: bold;
}

/*.m-tab_box .tab-item:hover:before{
  content:'';
  width: 0;
  height: 0;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #1E95D7 transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
}*/
.m-tab_box .tab-item:hover {
	background: #1E95D7;
}
.m-tab_box .tab-item:hover a{
	color: #fff;
	font-weight: bold;
}
/*新闻列表*/
.m-new_wrap {
	padding: 55px 20px;
	width: 100%;
}
.m-new_wrap .new-item {
	height: 310px;
	width: 32.5%;
	margin-left: 0.8333%;
	margin-bottom: 9px;
	border: 1px solid #EEE;
}
.m-new_wrap .new-item .cover-img {
	height: 141px;
	width: 100%;
}
.m-new_wrap .new-item  .new-tr {
	padding: 0 16px;
}
.m-new_wrap .new-item  .new-tr.new-date {
	font-size: 14px;
	color: #0087d3;
	height: 30px;
	line-height: 40px;
}
.m-new_wrap .new-item  .new-tr.new-title {
	font-size: 16px;
	color: #474747;
	height: 40px;
	padding: 10px 16px;
	vertical-align: middle;
}
.m-new_wrap .new-item  .new-tr.new-desc {
	color: #474747;
	font-size: 12px;
	line-height: 20px;
	height: 50px;
	padding: 20px 16px;
}
.m-new_wrap .new-item  .new-tr.new-detail_link {
	text-align: right;
	font-size: 12px;
	color: #0087d3;	
	height: 30px;
	padding: 20px 16px;
}
.m-new_wrap .new-item  .new-tr.new-detail_link a {
	color: #0087d3;
}

/*分页模块*/
.m-pagination {
	padding: 20px;
}
.m-pagination .page-pagination {
}
.m-pagination .page-pagination li{
	float: left;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 31px;
	border: 1px solid #eee;
	margin-left: -1px;

}
.m-pagination .page-pagination li.prev {
	background: #EEEEEE;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.m-pagination .page-pagination li.next {
	background: #EEEEEE;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.m-pagination .page-pagination li.next a, .m-pagination .page-pagination li.prev a {
	color: #C2C2C2;
	font-size: 20px;
}
.m-pagination .page-pagination li.next span, .m-pagination .page-pagination li.prev span {
	color: #C2C2C2;
	font-size: 20px;	
}
.m-pagination .page-pagination li a{
	display: inline-block;
	font-size: 13px;
	color: #d1d1d1;
	width: 100%;
	height: 100%;
}
.m-pagination .page-pagination li.active a{
	color: #0087d3;
	border-bottom: 2px solid #0087d3;
}
.m-pagination .page-pagination li span {
	display: inline-block;
	font-size: 13px;
	color: #d1d1d1;
	width: 100%;
	height: 100%;	
}
.m-pagination .page-pagination li:first-child {
	background: #EEEEEE;
	color: #C2C2C2;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;	
}
.m-pagination .page-pagination li:last-child {
	background: #EEEEEE;
	color: #C2C2C2;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;	
}
.m-pagination .page-pagination li span.active{
	color: #0087d3;
	border-bottom: 2px solid #0087d3;
}
/*.m-pagination .page-pagination li span{
	color: #0087d3;
	border-bottom: 2px solid #0087d3;
}
*/
/*新闻详情*/
.m-new_content {
	padding: 55px 100px;
}
.m-new_content .new-header {
	text-align: center;
}
.m-new_content .new-header .new-inset{
	display: inline-block;
	margin-right: 3%;
}
.m-new_content .new-header .new-cr {
	display: inline-block;	
}
.m-new_content .new-header .new-cr .new-date {
	font-size: 19px;
	color: #0087d3;
	margin-bottom: 10px;
}
.m-new_content .new-header .new-cr .new-title {
	line-height: 32px;
	font-size: 24px;
	color: #474747;
}
.m-new_content .new-content {
	padding: 40px 0;
	line-height: 24px;
	color: #585858;
	font-size: 15px;
}
.m-new_content .new-content img{
	display: block;
	margin: 10px auto;
}
.u-btn {
    font-family: "Microsoft YaHei", 微软雅黑, SimSun, 宋体, 华文细黑;	
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 4px;	
	border: 0;
/*	behavior: url(./static/js/border-radius.htc); 	*/
}
.u-btn-defult {
	color: #fff;
	background: #0087D3;
}
.m-new_content .back-box {
	width: 100%;
	text-align: center;
}
.m-new_content .back-box .btn-back {
	padding: 12px 26px;
	font-weight: bold;
	font-size: 16px;
}


/*other*/
.g-other-content {
	position: relative;
	padding: 55px 100px 0 100px;
}

/*侧边栏导航*/
.m-sidebar_nav {
	width: 175px;
	padding: 50px 0;
	position: absolute;
	left: 100px;
	top: 55px;
}
.m-sidebar_nav .sidebar-nav:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin :auto;
	width: 0;
	border-left: 1px solid #E5E5E5;
	height: 100%;
	z-index: -1;
}

.m-sidebar_nav .sidebar-nav .sidebar-wrap {
	position: relative;	
	width: 72px;
	height: 72px;
	padding: 5px 0;
	margin: auto;		
	border-radius: 36px;	
	margin-bottom: 20px;	
	z-index: 0;	
	background: #fff;
	behavior: url(./static/js/border-radius.htc);	 
}
.m-sidebar_nav .sidebar-nav .nav-item {
	width: 62px;
	height: 62px;
	padding: 12px 0;
	background: #eee;
	border-radius: 31px;
	margin: auto;	
	text-align: center;	
	behavior: url(./static/js/border-radius.htc);	 	
}
.m-sidebar_nav .sidebar-nav .nav-item a {
	display: block;
	font-size: 14px;
	color: #666;
}

.m-sidebar_nav .sidebar-nav .sidebar-wrap.active {
	background: #B2DBF1;
}
.m-sidebar_nav .sidebar-nav .sidebar-wrap.active .nav-item {
	background: #1E95D7;
	font-weight: bold;	
}

.m-sidebar_nav .sidebar-nav .sidebar-wrap.active .nav-item a {
	color: #fff;
}

.m-sidebar_nav .sidebar-nav .sidebar-wrap:hover {
	background: #B2DBF1;	
}
.m-sidebar_nav .sidebar-nav .sidebar-wrap:hover .nav-item {
	background: #1E95D7;
	font-weight: bold;			
}

.m-sidebar_nav .sidebar-nav .sidebar-wrap:hover .nav-item a {
	color: #fff;
}

.content-frame {
	position: relative;
    width: 865px;
    margin: auto;
	padding: 0 40px;
	min-height: 320px;
}
.g-sr .content-frame {
	position: relative;
    width: 865px;
    margin: auto;
	padding: 0 40px;
	min-height: 940px;	
}

.m-form {
	padding: 10px 30px;
}
.m-form .field {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.m-form input[type="text"], .m-form input[type="password"], .m-form textarea{
    margin: 0;
    outline: 0;
    -webkit-appearance: none;    
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    padding: 0px 8px;	
    height: 36px;
    line-height: 36px;
    width: 100%;
    background: #fff;
/*	behavior: url(./static/js/border-radius.htc); */
}
.m-form input[type="text"]:focus, .m-form input[type="password"]:focus, .m-form textarea:focus{
	border: 1px solid #00A1EA;
}

.m-form .field > label {
	font-size: 15px;
	color: #787878;
	display: inline-block;
	text-align: left;
	width: 14%;
}
.m-form .field input[type="text"], .m-form .field input[type="password"], .m-form .field textarea {
	font-size: 12.5px;
	color: #787878;	
	width: 72%;
	display: inline-block;
}
.m-form .field textarea {
	height: 120px;
	margin-left: 6px;
}
.m-form .field input[type="text"].smallw, .m-form .field input[type="password"].smallw, .m-form .field select.smallw {
	width: 35%;
}
.m-form .form-tip {
	font-size: 13px;
	color: #787878;
}
.m-form .btn-submit {
	padding: 8px 26px;
	font-size: 14px;
	font-weight: bold;
 	display: block;
 	display: table\9;
	margin: auto;
}
/*绑定账号*/

/*会员登录*/
.m-auth-wrapper, .m-bind-account-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	background: url(../img/black.png) repeat\9;
	z-index: 9999;		
}
.m-auth-wrapper .modal-dialog-wrap, .m-bind-account-wrapper .modal-dialog-wrap{
	position: absolute;
	left: 0;
	right: 0;
	top: 150px;
	width: 680px;
	height: 520px;
	background: #fff url(../img/blue.png) no-repeat center bottom;
	border-radius: 10px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;	 	
}
.m-auth-wrapper .modal-dialog-wrap .icon-close, .m-bind-account-wrapper .modal-dialog-wrap .icon-close{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #DADADA;
	font-size: 20px;
	cursor: pointer;
}
.m-auth-wrapper .modal-dialog-wrap .icon-close:hover, .m-bind-account-wrapper .modal-dialog-wrap .icon-close:hover{
	color: #0087D3;
}


.m-auth-wrapper .modal-login-box,.m-auth-wrapper .modal-reg-box, .m-auth-wrapper .modal-forget-box, .m-auth-wrapper .modal-initface {
	width: 60%;
	margin: auto;
}
.m-auth-wrapper .modal-initface .bind-tip{
	font-size :20px;
	color: #333;
	text-align: center;
	line-height: 32px;
	padding-top :130px;
}
.m-auth-wrapper .modal-initface .group-btn-wrap {
	text-align: center;
	margin-top: 48px;
}
.m-auth-wrapper .modal-initface .group-btn-wrap button{
	width: 190px;
	height: 44px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}
.m-auth-wrapper .modal-initface .group-btn-wrap button.new-bind-sty {
	background: #51B9F4;
}
.m-auth-wrapper .modal-initface .bind-tip .account-name {
	color: #1e95d7;
}
.m-auth-wrapper .modal-login-box h3, .m-auth-wrapper .modal-reg-box h3, .m-auth-wrapper .modal-forget-box h3{
	text-align: center;
	font-size: 30px;
	color: #333;
	font-weight: normal;
	padding-top: 80px;
	padding-bottom: 10px;
}
.m-auth-wrapper .modal-reg-box h3 {
	padding-top: 40px;
}
.modal-dialog-wrap .m-form .field {
	margin-bottom: 10px;
	width: 100%;
}
.modal-dialog-wrap .m-form input[type="text"], .modal-dialog-wrap .m-form input[type="password"]{
	width: 100%;
	font-size: 16px;
}

.m-auth-wrapper .modal-login-box .btn-login {
	background: #0087D3;
	font-weight: bold;
	padding: 10px 35px;	
	padding: 10px 35px\9;	
	margin-right: 18px;
	font-size: 18px;
	letter-spacing: 18px;
	text-indent: 18px;
}
.m-auth-wrapper .modal-login-box .btn-reg{
	background: #51B9F4;
	font-weight: bold;
	padding: 10px 35px;	
	padding: 10px 35px\9;	
	font-size: 18px;
	letter-spacing:18px;
	text-indent: 18px;
}

.m-auth-wrapper .modal-login-box  .btn-forget-link, .m-auth-wrapper .btn-bind-reg-link, .m-auth-wrapper .btn-bind-login-link  {
	font-size: 14px;
	color: #1ab7ee;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.m-auth-wrapper .modal-login-box  .btn-forget-link:hover, .m-auth-wrapper .modal-login-box .btn-bind-reg:hover {
	color: #0087D3;
}

.m-auth-wrapper .modal-login-box .oauth-box {
	position: absolute;
	left: 0;
	right: 0;
	width: 135px;	
	margin: auto;
	background: #fff;
	text-align: center;
	z-index: 999;
}


.m-auth-wrapper .modal-login-box .icon-weixin, .m-auth-wrapper .modal-login-box .icon-iconfontweibo {
	font-size: 38px;	
	color: #DADADA;
	cursor: pointer;
	padding: 0 5px;	
}
.m-auth-wrapper .modal-login-box .icon-weixin:hover, .m-auth-wrapper .modal-login-box .icon-iconfontweibo:hover {
	color: #0087D3;
}
.m-auth-wrapper .modal-login-box .oauth-line {
	width: 100%;
	height: 1px;
	background: #DCDCDC;
	position: absolute;
	top: 19px;
	left: 0;
	z-index: 99;
}

.m-auth-wrapper .modal-dialog-wrap .m-form  .captcha {
	width: 65%;
}
.m-auth-wrapper .modal-dialog-wrap .m-form  .btn-captcha {
	padding: 7px 16px;
	margin-left: 2px;
	font-size: 16px;
	margin-top: -2px;
}

.modal-dialog-wrap .modal-reg-box .m-form .btn-reg, .modal-dialog-wrap .modal-reg-box .m-form .btn-bind-reg {
	font-size: 18px;
	color: #fff;
	background: #0087D3;
	padding: 7px 30px;
	margin-top: 30px;
}
.modal-dialog-wrap  .btn-bind-login {
	font-size: 17px;
	color: #fff;
	background: #0087D3;
	padding: 7px 30px;
	margin-top: 30px;
}
.modal-dialog-wrap .modal-forget-box .btn-reset-password {
	font-size: 18px;
	font-weight: bold;
	padding: 8px 34px;
	margin: auto;
	margin-top: 50px;
}


/*防伪码*/
.g-security .m-form {
	margin-top: 40px;
}
.g-security .m-form .field {
	text-align: center;
}
.g-security .m-form .field h4{
	font-size: 20px;
	color: #525252;
}
.g-security .m-form .field .btn-submit {
	padding: 8px 40px;
}
.g-security .m-form .field p{
	width: 68%;
	margin :auto;
	font-size: 14px;
	color: #909191;
	line-height: 24px;
}

.g-progress .m-form {
	margin-top: 40px;
}
.g-progress .m-form .field {
	text-align: center;
}
.g-progress .m-form .field h4{
	font-size: 20px;
	color: #525252;
}
.g-progress .m-form .field .btn-submit {
	padding: 8px 40px;
	font-size: 16px;
}
.g-progress .m-form input.captcha {
	width: 53.5%;
}
.g-progress .m-form .btn-captcha {
	padding: 6px 26px;
	font-size: 15px;
}
.g-progress .content-result {
	min-height: 300px;
	border-top: 1px solid red;
}



.g-austin .m-form {
	margin-top: 40px;
}
.g-austin .m-form .field {
	text-align: center;
}
.g-austin .m-form .field h4{
	font-size: 20px;
	color: #525252;
}
.g-austin .m-form .field .btn-submit {
	padding: 8px 40px;
	font-size: 16px;
}
.g-austin .m-form input.captcha {
	width: 54%;
}
.g-austin .m-form .btn-captcha {
	padding: 6px 26px;
	font-size: 15px;
}


/*产品类型模糊查询下拉*/
.m-typelist_downmenu {
	position: absolute;
	top: 50px;
	left: 110px;
	width: 35%;
	height: auto;
	z-index: 999;
    border-radius: 4px;
    border: 1px solid #D0CFD0\9;
    -moz-box-shadow: -1px 0px 12px 1px #D0CFD0;
    -webkit-box-shadow: -1px 0px 12px 1px #D0CFD0;
    box-shadow: -1px 0px 12px 1px #D0CFD0;
    background: #ffffff;
    overflow-y: auto;
    height: 400px;
}
.m-typelist_downmenu ul li {
	cursor: pointer;
    color: #787878;
    font-size: 14px;	
}
.m-typelist_downmenu ul li:hover {
	background: #1E95D7;
	color: #fff;
}
.m-typelist_downmenu ul li span{
	display: inline-block;
	padding: 10px;	
}
.m-typelist_downmenu:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    pointer-events: none;       
    border-color: transparent transparent #fff;
    position: absolute;
    left: 10px;
    right: 0;
    top: -8px;		
}
.m-typelist_downmenu:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    pointer-events: none;       
    border-color: transparent transparent #fff;
    position: absolute;
    left: 12px;
    right: 0;
    top: -10px;	
    border-color: rgba(212, 212, 212, 0);
    border-bottom-color: #d4d4d4;
    text-shadow: 0 7px 7px rgba(0,0,0,.5);    
}



/*社会招聘*/
.page-act {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	font-size: 16px;
	color: #474747;
	display: none;
}
.u-active {
	display: block;
}
.page-act .swiper-box {
	position: relative;
	width: 100%;
	height: 190px;
	padding:0 50px;
	margin-left: 6px;
}
.page-act .swiper-container {
  position: relative;
  width: 100%;
  height: 190px;
  color: #fff;
  text-align: center;
  background: url(../img/swper-bg.png) no-repeat center center;
  background-size: cover;
}
.page-act .swiper-container .swiper-slide img{
	display: inline-block;
	margin-top: 20px;
	cursor: pointer;
}
.page-act .swiper-box .arrow-left {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -30px;
  font-size: 60px;
  color: #D2D2D2;
  z-index: 999;
}
.page-act .swiper-box .arrow-right {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -30px;
  font-size: 60px;
  color: #D2D2D2;
  z-index: 999;
}


/*产品页*/
.product-content-frame {
	width: 100%;
	min-height: 400px;
}
.filter-wrap {
	padding-bottom: 20px;
	border-bottom: 1px solid #BABABA;
	color: #bfbfbf;
	font-size: 16px;
}
.filter-wrap .f-title {
	margin-right: 30px;
}
.filter-wrap span {
	font-weight: bold;
	display: inline-block;
	padding: 3px 6px;
	cursor: pointer;
	border: 1px solid transparent;	
}
.filter-wrap span i {
	font-style: normal;
	padding: 0 4px;
	visibility: hidden;
	font-weight: normal;
}
.filter-wrap span.active {
	color: #1E95D7;
	border: 1px solid #1E95D7;
}
.filter-wrap span.active i {
	visibility: visible;
}

.product-list-wrap {
	padding: 20px 0;
	margin-left: -20px;
}
.product-list-wrap .product-item {
	position: relative;
	float: left;
	width: 245px;
	height: 360px;
	background: #fff;
	margin-left: 20px;
	margin-bottom: 20px;
}
.product-list-wrap .product-item .z-index-b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-list-wrap .product-item .z-index-1 {
	z-index: 1;
}
.product-list-wrap .product-item .z-index-2 {
	z-index: 2;
	background: rgba(0, 0, 0, .6);
	background: url(../img/black.png) no-repeat center center\9;
	display: none;
}
.product-list-wrap .product-item .z-index-1 .prc-img {
	width: 128px;
	height: 170px;
	margin: auto;
	margin-top: 45px;
}
.product-list-wrap .product-item .z-index-1 .prc-title {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #1E95D7;
	margin-top: 24px;
}
.product-list-wrap .product-item .z-index-1 .prc-describe {
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: #787878;
        margin-top: 12px;
    }

.product-list-wrap .product-item .z-index-1 .prc-tyep {
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #474747;
	margin-top: 24px;	
}
.product-list-wrap .product-item:hover .z-index-2{
/*	display: block;*/
}


.product-list-wrap .product-item .z-index-2 {
	color: #fff;
	padding: 45px 0;
}
.product-list-wrap .product-item .z-index-2 .prc-desc {
	width: 75%;
	margin :auto;
	line-height: 24px;
	font-size: 13px;
}
.product-list-wrap .product-item .z-index-2 .prc-desc ul {
	padding-bottom: 20px;
}
.product-list-wrap .product-item .z-index-2 .prc-desc button {
	width: 100%;
	margin-top: 16px;
	background: transparent;
	border: 1px solid #fff;
	padding: 4.5px 0;
	color: #fff;	
	font-size: 13px;
	letter-spacing: 1px;
	text-indent: 1px;
}
.product-list-wrap .product-item .z-index-2 .prc-desc button a {
	color: #fff;
}
.product-list-wrap .product-item .z-index-2 .prc-desc button:hover {
	font-weight: bold;
	background: #00A0E9;
	color: #fff;
	border: 1px solid #00A0E9;
}

/*提交成功*/
.m-page_success {
	text-align: center;
	width: 340px;
	margin: auto;
	margin-top: 100px;
	padding-bottom: 200px;
}
.m-page_success p {
	color: #a8a8a8;
	font-size: 18px;
	line-height: 26px;
	margin-top: 20px;
}
.m-page_success p a {
	color: #008ad7
}

.bg-container {
	height: 300px;
	width: 100%;
/*	background: url(../img/pic.jpg)no-repeat right top;*/
}

/*查询结果*/
.search-result .s-tip {
	font-size: 16px;
	padding: 10px;
}
.search-result .result-table {
	text-align: center;
}
.search-result .result-table thead {
	background: #1E95D7;
}
.search-result .result-table thead th {
	color: #fff;
	width: 25%;
	height: 40px;	
}
.search-result .result-table tbody td {
	width: 25%;
	height: 40px;	
	color: #666666;
	font-size: 14px;	
}
.search-result .result-table tbody tr:nth-child(odd) {
	background: #E3E3E3;
}
.search-result .result-table tbody td:nth-child(even) {
	background: #EBEBEB;
}
.search-result .result-table tbody tr:nth-child(even) {
	background: #F6F6F6;
}
.search-result .result-table tbody tr:nth-child(even) td:nth-child(even) {
	background: #fff;
}

/*进度条*/
.progress-box {
	padding: 20px 0;
	border-bottom: 1px solid #BBBABA
}
.progress-box .text {
	font-size: 17px;
	color: #474646;
	width: 100%;
	line-height: 26px;
	margin-bottom: 10px;
}
.progress-box .text > div {
	float: left;
	width: 50%;
}
.m-progress-bar {
	width: 100%;
	height: 54px;
	line-height: 54px;
	border: 1px solid #DEDEDE;
	border-radius: 6px;
	background: #F8F8F8;	
}
.m-progress-bar > div {
	display: inline-block;
	width: 24.5%;
	text-align: center;
	color: #7e8c8d;
}
.m-progress-bar > div .iconfont{
 	color: #CDCDCD;
 	font-size: 18px;
 	margin-right: 10px;
 }
 .m-progress-bar > div .iconfont.icon-active {
 	font-size: 19px; 	
 	color: #00A0E9;
 }
.m-progress-bar .icon-left {
	position: relative;
	float: right;
}
.m-progress-bar .icon-left:after, .m-progress-bar .icon-left:before {
  border: 26.5px dashed  transparent;
  border-left: 26.5px dashed  #F8F8F8;
  width: 0;
  height: 0;
  position: absolute;
  right: -60px;
  content: ' '
}

.m-progress-bar .icon-left:before {
  border-left-color: #BBBABA;
  right: -61px;
}


/*单选框美化*/
.radio-group > label {
	margin-right: 20px;
}
.self-radio {
	position: relative;
	min-width: 40px;
	height: 16px;
	text-align: right;
	display: inline-block;
}
.self-radio span {
	margin-left: 14px;
}
.self-radio input[type="radio"] {
    opacity: 0;
    filter: alpha(opacity=0);	
}
.self-radio:before {
	content: "○";
	position: absolute;	
	top: 2px;
	left: 0;
	border: 1px solid #B5B5B5;
	width: 16px;
	height: 16px;
	display: block;		
	border-radius: 8px;		
    color: transparent;	
    /*ie*/
    width: 0px\9;
    height: 0px\9;
    border: none\9;
    background: transparent\9;
    font-size: 40px\9;
    color: #B5B5B5\9;  
    top: -21px\9;
    left: -4px\9;   
       	
}
.self-radio.checked:after {
	content: "●";
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #1E95D7;
	position: absolute;
    top: 5px;
    left: 5px;  
    color: transparent;
    /*ie*/
    width: 0px\9;
    height: 0px\9;
    background: transparent\9;
    font-size: 20px\9;
    color: #1E95D7\9;  
    top: -6px\9;
    left: 2px\9;   
}
/*.self-radio {
	width: 16px;
	height: 16px;
	border: 1px solid #B5B5B5;
	display: inline-block;
	border-radius: 50%;
	margin-right: 4px;
	cursor: pointer;
	position: relative;
	top: 3px;
	zoom: 1;
	overflow: hidden;
}
.self-radio input[type="radio"] {
    opacity: 0;
    filter: alpha(opacity=0);
    float: left;
}
.self-radio.checked {
	border-color: #1E95D7;
}
.self-radio.checked:before {
	content: " ";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1E95D7;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;

}*/

.g-join .m-form .form-tip {
	margin-left: 162px;
}

.g-join .content-frame {
	width: 1040px;
	color: #787878;
	font-size: 15px;
}

.g-join .m-form .field > label{
	width: 26%;
	margin-right: 40px;
	text-align: right;
}
.g-join .m-form .field textarea {
	width: 60%;
}


.page-banner-a1 {
	background: url(../img/a1.jpg) no-repeat center center;
	background-size: cover;
}
.page-banner-a2 {
	background: url(../img/a2.jpg) no-repeat center center;
	background-size: cover;	
}
.page-banner-a3 {
	background: url(../img/a3.jpg) no-repeat center center;
	background-size: cover;	
}
.page-banner-a4 {
	background: url(../img/a4.jpg) no-repeat center center;
	background-size: cover;	
}
.page-banner-a5 {
	background: url(../img/a5.jpg) no-repeat center center;
	background-size: cover;	
}
.page-banner-a6 {
	background: url(../img/a6.jpg) no-repeat center center;
	background-size: cover;	
}
.page-banner-a7 {
	background: url(../img/a7.jpg) no-repeat center center;
	background-size: cover;	
}

/* 小屏幕 */
/*@media all and (max-width: 1366px) {
	.width-limit {
		width: 1048px;
	}
}*/

.tabFix {
    position: fixed;
    top: 0;
    left: 0;	
    z-index: 9999;
}
.sidebarFix {
	position: fixed;
	top: 92px;
}
.mlw {
	margin-left: 175px !important;
}
.width-limit-search {
    width: 1280px;
    height: 100%;
    margin: 0;
    padding: 0 20px;
    clear: both
}
.content-frame-search {
    position: relative;
    width: 865px;
    margin: 0;
    padding: 0 40px;
    min-height: 320px;
}
    
.pro-title {
    padding-bottom:10px;
    border-bottom: 1px solid #D2D2D2;
    width:786px;
    height:30px;
}
    .pro-title span {
        font-size: 22px;
        color: #1e95d7;
        font-weight: bolder;
    }
.icon-part {
    width:110px;
    height:auto;
    padding:10px 0;
}
.select-part {
    position:relative;
    left:130px;
    top:45px;
    width:160px;
    height:35px;
}
    .select-part select {
        width: 100%;
        height: 100%;
        border: 1px solid #1E95D7;
        /*appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url("static/img/arrow.png") no-repeat scroll right center transparent;
        padding-right: 14px;*/
    }
/* --ie清除--*/

/*.select-part select::-ms-expand {
    display: none;
}*/

.table-part{
    width:786px;
}
    .table-part thead tr {
        background-color: #EEE;
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #EEE
    }
    .table-part thead tr th {
        width: 22%;
        text-align: left;
        padding-left: 20px;
        font-weight:400;
    }
    .table-part tbody tr {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #EEE
    }

        .table-part tbody tr td {
            width: 22%;
            text-align: left;
            padding-left: 20px;
            font-weight: 400;
        }
