﻿@charset "utf-8";
/* 全局 */
body { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; margin: 0; padding:0; }
* { padding:0px; margin:0px; }
ol, ul { list-style:none; }
li { list-style-type:none; }
h1, h2, h3, h4, h5, h6 { font-size:12px; font-weight:normal; }
em, i, dfn, small, b { font-weight:normal; font-style:normal; }
a { color:#333;text-decoration:none; outline:none; -webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;  }
a:active,
a:hover { color:#CE1D2C;  }
a:visited {color: #ccc; }
.fl { float:left; display:inline; }
.fr { float:right; display:inline; }
img, input, button, select { border:none; vertical-align:middle; }
input, select, textarea, button { outline:none; }
.hauto { height: auto; overflow: hidden; }
.clear { display:block; clear:both; height:0px; line-height:0px; font-size:0px; visibility:hidden; }
.none { display: none; }
.center{ text-align: center; }
table{border-spacing: 0px;}
div, dl{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing: border-box; box-sizing:border-box;}
body{ font-size:12px; line-height:24px; color:#333; background: #fff; }
/*.index_body{ background: #fff; }*/
.wrap{ width:100%; height:auto; overflow:hidden; margin:0 auto; position: relative;}
/*.w260{ width:260px; height:auto; overflow:hidden; margin:30px 0 0 0; float:left;}
.w910{ width:910px; height:auto; overflow:hidden; margin:30px 0 0 30px; float:left; }*/
.blank6{ width: 100%; height: 6px; line-height: 1; font-size: 1px; clear: both; }
.blank10{ width: 100%; height: 10px; line-height: 1; font-size: 1px; clear: both; }
.blank20{ width: 100%; height: 20px; line-height: 1; font-size: 1px; clear: both; }
.blank30{ width: 100%; height: 30px; line-height: 1; font-size: 1px; clear: both; }

/* 头部 */
header{ height: 44px; background:#2471FF; overflow:visible; font-size:15px; }
header .sign{ float: right; height: 44px; padding: 0 15px 0 8px;}
header .sign a{ display: inline-block; color: #fff; line-height: 44px; }
header .sign .btn_user{ padding-right: 10px; position: relative; }
header .sign .btn_user:before{ content: ''; position: absolute; right: -5px; top: 19px; z-index: 1; width: 8px; height: 8px; background: url(../../images/m/ico_arrow_4.png) no-repeat center; background-size: contain; }
header .logo{ float: right; height: 44px; width: calc(100% - 150px); text-align: center;}
header .logo img{ width: auto; height: 30px; margin: 5px auto 0; text-align: center; }
header .btn_nav{ float: left; height: 44px; width: 50px; position: relative;}
header .btn_nav .menu-wrapper {position: absolute; top: 20px; left: 15px; right: 0; bottom: 0; margin: auto; width: 28px; height: 32px; cursor: pointer; }
header .btn_nav .hamburger-menu, .hamburger-menu:after, .hamburger-menu:before {width: 28px; height: 4px; border-radius: 2px;}
header .btn_nav .hamburger-menu {position: relative; transform: translateY(4px); background: white; transition: all 0ms 300ms; }
header .btn_nav .hamburger-menu.animate {background: rgba(255, 255, 255, 0); }
header .btn_nav .hamburger-menu:before {content: ""; position: absolute; left: 0; bottom: 9px; background: white; transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
header .btn_nav .hamburger-menu:after {content: ""; position: absolute; left: 0; top: 9px; background: white; transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
header .btn_nav .hamburger-menu.animate:after {top: 0; transform: rotate(45deg); transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
header .btn_nav .hamburger-menu.animate:before {bottom: 0; transform: rotate(-45deg); transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

/*导航*/
nav{position: absolute; width: 100%; height: calc(100% - 44px); left: 0; top: 44px; background: #1D3D78; z-index: 99; font-size: 15px; padding-top: 10px; display: none;}
nav li{ width:100%; height:auto; line-height:42px; display:block; font-size:16px; position:relative; text-indent:10%; text-align: left;}
nav li .i:before{ content: ''; display: block; position:absolute; width: 16px; height: 10px; right:10%; top:16px; background: url(../../images/m/ico_arrow_1.png) no-repeat center; background-size: contain; -webkit-transition: 0.2s linear; -o-transition: 0.2s linear; transition: 0.2s linear; }
nav li.even{ background: #212121; }
nav li.even .i:before{ -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
nav li a{color:#fff; display:block; }
nav li dl{ width:auto; height:auto;  background:#1D3D78; display:none; padding:10px 0;}
nav li dl dd{ width:100%; height:42px; line-height:42px;  display:block;  font-size:16px; margin-top:1px;  text-indent:14%; }

/*导航*/
.nav_user{position: absolute; width: 100%; height: calc(100% - 44px); left: 0; top: 44px; background: #1D3D78; z-index: 99; font-size: 15px; padding-top: 10px; display: none;}
.nav_user li{ width:100%; height:auto; line-height:42px; display:block; font-size:16px; position:relative; text-indent:10%; text-align: left;}
.nav_user li.even{ background: #212121; }
.nav_user li a{color:#fff; display:block; }
.nav_user .close{position: relative; width: 100%; height: 1px; font-size: 1px; line-height: 1px;}
.nav_user .close .btn_close{ position: absolute; width: 20px; height: 20px; right: 5%; top: 14px;  background: url(../../images/m/ico_del.png) no-repeat center; background-size: contain; z-index: 100; }

/*banner*/
.img_a{ display:block; width:100%; height:100%; position:absolute; top:0; left:0; z-index:3;}
.banner{ width: 100%; padding-top: 42.66%; position: relative;  }
.banner .swiper-container{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1;}
.banner .swiper-container .swiper-slide{ height: 100%; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.banner .swiper-container .swiper-slide span{ padding-top:15%; display: block;font-size: 48px; text-align: center; line-height: 48px; color: #fff; text-shadow: 1px 1px 1px #000;}
.banner .swiper-container .swiper-slide b{  display: block; font-size: 48px; text-align: center; line-height: 48px; color: #fff; font-weight: bold; margin-top: 24px; text-shadow: 1px 1px 1px #000;}
.banner .swiper-pagination{  width: 100%; bottom:11px; left: 0;  }
.banner .swiper-pagination-bullet {width: 10px; height: 10px; background: #D8D8D8; opacity: 1; margin: 0 5px; }
.banner .swiper-pagination-bullet-active {opacity: 1; background: #fff; width: 10px; border-radius: 5px; border: none; background: #2271FE; -webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s; }


.banner .swiper-container .swiper-slide.s2{ background-position: center right; }
.banner .swiper-container .swiper-slide .box{ width: 60%; height: 100%; position: absolute; left: 50%; top: 0; margin-left: -40%; z-index: 2;}
.banner .swiper-container .swiper-slide .box .cell{width: 100%; height: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px;}
.banner .swiper-container .swiper-slide .box .cell .cell2{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.banner .swiper-container .swiper-slide .box .tit{ font-size: 16px; line-height: 26px; height: 52px; color: #fff; display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-weight: bold;}
.banner .swiper-container .swiper-slide .box .con{ font-size: 13px; line-height: 24px; color: #fff; margin:10px 0;  display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}


/*news_1 新闻动态*/
.news_1{ width: 100%; height: 222px;  background: #fff; overflow: hidden;}
.news_1 .tit{width: calc(100% - 30px); margin:0 auto; margin-top:0px;  }
.news_1 .tit h2{font-size: 16px; color: #282828; line-height: 1; float: left; position: relative;  line-height: 46px; height: 46px; font-weight: bold;}
.news_1 .tit .more{ float: right; color: #444; line-height: 46px; font-size: 14px;}
.news_1 .tit .more a{ color: #999999; -webkit-transition: 0.3s linear; -o-transition: 0.3s linear; transition: 0.3s linear; }
.news_1 .tit .more a:hover{ color: #006EFF; }
.news_1 .tag{width: calc(100% - 30px); margin:0 auto; margin-top:0px;}
.news_1 .tag a{ font-size: 14px; display: inline-block; padding:0 12px;  height: 30px; line-height: 30px; background: #fff; color: #666; -webkit-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; margin-right: 10px; position: relative; }
.news_1 .tag a:before{ content:''; left: -5px; top: 11px; width: 1px; height: 10px; z-index: 1; background: #ccc; position: absolute; }
.news_1 .tag a.even{ background: #3588EA; color: #fff;}
.news_1 .tag a:first-of-type:before{ display: none; }
.news_1 .cons{width: calc(100% - 30px); margin:8px auto 0; font-size: 14px;}
.news_1 .cons .con{ display: none; }
.news_1.n1 .cons ul li{ height: 32px; line-height: 32px; }
.news_1.n1 .cons ul li .txt{ float: left; width:calc(100% - 90px); color: #333; -webkit-transition: 0.3s linear; -o-transition: 0.3s linear; transition: 0.3s linear; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.news_1.n1 .cons ul li .time{ float: right; color: #333; }
.news_1.n1 .cons ul li:hover .txt{ color: #006EFF; }
.news_1.n2{ margin-top: 6px; height: 212px;}
.news_1.n2 .tag{ margin-top: 15px;}
.news_1 .search_box{ width: 100%; height: 54px;  position: relative; }
.news_1 .search{ width: 100%; height: 38px; background: #F8F8F8; -webkit-border-radius: 18px; -o-border-radius: 18px; border-radius: 18px; position: absolute; left: 0px; top: 10px; z-index: 1; }
.news_1 .search .iptdiv{ width: calc(100% - 40px); height: 38px; float: left; margin-left: 8px;  }
.news_1 .search .iptdiv input{ width: calc(100% - 50px); font-size: 14px; border:none; background: none; margin:10px 0 0 10px;  }
.news_1 .search .btndiv{ width: 16px; height: 38px;  background:url(../../images/m/ico_search.png) no-repeat center; background-size: contain; float: left; -webkit-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; position: relative; -webkit-transition: 0.3s linear; -o-transition: 0.3s linear; transition: 0.3s linear; position: relative; margin-left: 5px; }
.news_1 .search .btndiv a{ display: block; }
.news_1.n2 .cons ul li{ height: 32px; line-height: 32px; font-size: 14px;  }
.news_1.n2 .cons ul li a{color: #555;}
.news_1.n2 .cons ul li .ico{ float: left; width: 6px; height: 100%; background: url(../../images/m/ico_arrow_2.png) no-repeat center; background-size: contain; margin-left: 3px;}
.news_1.n2 .cons ul li .txt{ float: left; text-indent: 7px; width:calc(100% - 12px); color: #666; -webkit-transition: 0.3s linear; -o-transition: 0.3s linear; transition: 0.3s linear; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.news_1.n2 .cons ul li a:hover .txt{ color: #006EFF; }
.news_1.n2 .cons{ margin:5px auto 0; }

/*人才培养*/
.lanpic{ width: 100%; padding-top: 42.66%; position: relative; margin-top:6px;  }
.lanpic .swiper-container{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1;}
.lanpic .swiper-container .swiper-slide{ height: 100%; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.lanpic .swiper-container .swiper-slide span{ padding-top:15%; display: block;font-size: 48px; text-align: center; line-height: 48px; color: #fff; text-shadow: 1px 1px 1px #000;}
.lanpic .swiper-container .swiper-slide b{  display: block; font-size: 48px; text-align: center; line-height: 48px; color: #fff; font-weight: bold; margin-top: 24px; text-shadow: 1px 1px 1px #000;}
.lanpic .swiper-pagination{  width: 100%; bottom:11px; left: 0;  }
.lanpic .swiper-pagination-bullet {width: 10px; height: 10px; background: #D8D8D8; opacity: 1; margin: 0 5px; }
.lanpic .swiper-pagination-bullet-active {opacity: 1; background: #fff; width: 10px; border-radius: 5px; border: none; background: #2271FE; -webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s; }
.news_1.n3{ height: auto; overflow: hidden; padding-top: 5px; }
.slist{width: calc(100% - 30px); margin:0px auto 0; font-size: 14px;}
.slist ul li{ height: 32px; line-height: 32px; }
.slist ul li .txt{ float: left; width:calc(100% - 90px); color: #333; -webkit-transition: 0.3s linear; -o-transition: 0.3s linear; transition: 0.3s linear; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.slist ul li .time{ float: right; color: #333; }
.slist ul li:hover .txt{ color: #006EFF; }

/*会员风采*/
.list_1{ margin-top: 8px; }
.list_1 ul{width: calc(100% - 30px); margin:0 auto; }
.list_1 li{  width: calc(50% - 8px); height: 235px; float: left; margin:0 0 10px 16px; }
.list_1 li .pic{  width: 100%; padding-top: 53.96%; position: relative; overflow: hidden; -webkit-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px;  }
.list_1 li .pic .photo{ width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; position: absolute; left: 0; top: 0; z-index: 1; -webkit-transition: 0.3s linear; -o-transition: 0.3s linear; transition: 0.3s linear; }
.list_1 li .txt{ font-size: 14px; line-height: 21px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-top: 10px; color: #333; padding:0 0px;  -webkit-transition: 0.3s linear; -o-transition: 0.3s linear; transition: 0.3s linear;   }
.list_1 li .con{ font-size: 12px; line-height: 21px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; margin-top: 8px; color: #999; padding:0 0px;}
.list_1 li:hover .pic .photo{ -webkit-transform:scale(1.08);-o-transform:scale(1.08);transform:scale(1.08); }
.list_1 li:hover .txt{ color: #006EFF; }
.list_1 li:nth-of-type(2n+1){margin-left: 0;}

/*会员风采*/
.list_2{ margin-top: 8px; }
.list_2 ul{width: calc(100% - 30px); margin:0 auto; }
.list_2 li{  width: calc(50% - 8px); height: auto; float: left; margin:0 0 16px 16px; }
.list_2 li .pic{  width: 100%; padding-top: 78.66%; position: relative; overflow: hidden; -webkit-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px;  }
.list_2 li .pic .photo{ width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; position: absolute; left: 0; top: 0; z-index: 1; -webkit-transition: 0.3s linear; -o-transition: 0.3s linear; transition: 0.3s linear; }
.list_2 li:hover .pic .photo{ -webkit-transform:scale(1.08);-o-transform:scale(1.08);transform:scale(1.08); }
.list_2 li .ico{ position: absolute; width: 70px; height: 70px; left: 50%; top: 14px; z-index: 3; margin-left:-35px; background: url(../../images/m/ico_link.png) no-repeat center; -webkit-transition: 0.3s linear; -o-transition: 0.3s linear; transition: 0.3s linear; }
.list_2 li .txt{ font-size: 14px; line-height: 1; color: #fff; text-align: center; position: absolute; width: 100%;  left: 0; top: 92px; z-index: 3; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;  }
.list_2 li .mask1{ position: absolute; width: 100%; height: 88px; left: 0; bottom: 0; z-index: 1; background: url(../../images/m/mask_1.png); }
.list_2 li .mask2{ position: absolute; width: 70px; height: 70px; left: 50%; top: 14px; z-index: 2; margin-left:-35px; background: #000; filter:alpha(opacity=60);opacity:0.6; -webkit-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%;}

.list_2 li:nth-of-type(2n+1){margin-left: 0;}

/*footer*/
footer{ font-size: 14px; background: #F4F6FB; }
footer a{color: #333;}
footer a:visited {color: #333; }
footer .fnav{padding:10px 15px; line-height: 28px; text-align:center;}
footer .footer_foot{padding:0 15px; background: #F0F0F0; height: 38px; line-height: 38px; text-align:center;}

/*当前位置*/
.location{}
.location .txt{width: calc(100% - 30px); margin:15px auto;  height: 30px; line-height: 30px; font-size: 14px; color: #222; background: #fafafa; text-align: left; text-indent: 15px; -webkit-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;  }
.location .txt a{color:#222; -webkit-transition: 0.2s linear; -o-transition: 0.2s linear; transition: 0.2s linear;}
.location .txt a:hover{color: #006EFF; }

/*会员注册*/
.form_1{width: calc(100% - 30px); margin:15px auto; font-size: 14px;}
.form_1 .fbox{ border-bottom: 1px solid #ddd;  }
.form_1 .fbox.noborder{ border-bottom: none; }
.form_1 .fall{ height: auto; overflow:hidden; min-height: 50px; height: auto; line-height: 50px; padding-top: 10px; }
.form_1 .fall b{ display: inline-block; text-indent: 13px; margin-right: 13px; }
.form_1 .fkey{ width: 35%; text-align: right; padding-right:28px;  font-weight: bold; height: 66px; line-height: 66px; float: left; }
.form_1 .fval{ width: 65%; height: 66px; line-height: 66px; float: left; }

.form_1 .ipt1{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing: border-box; box-sizing:border-box;  height: 40px; width: 100%; line-height: 38px; float: left; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; padding:0 13px; font-size: 15px; color: #333; }
.form_1 .ipt1::placeholder{ color:#D5D5D5; }
.form_1 .ipt1.e1{ width: 310px; border-left: none; -webkit-border-radius: 0px 2px 2px 0px; -o-border-radius: 0px 2px 2px 0px; border-radius: 0px 2px 2px 0px; }
.form_1 .ipt1.e2{ width: calc(100% - 112px); }
.form_1 .btn_getcode{ float: left; margin-left:8px; width: 104px; height:36px; line-height: 34px;  border:1px solid #2271FE; background: #2271FE; margin-top:0px; cursor: pointer; text-align: center; -webkit-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; color: #fff;}
.form_1 .btn_getcode.even{ background: #eee; border:1px solid #999; color: #999; }
.form_1 .readtxt{ color: #979797;padding-left: 13px; }
.form_1 .readtxt a{ color: #979797; }
.form_1 .btn_ok{ width: calc(100% - 26px); height: 50px; color: #fff; text-align: center; -webkit-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; background: #3588EA; font-size: 20px; line-height: 50px; margin: 13px auto 0; cursor: pointer; -webkit-transition: 0.2s linear; -o-transition: 0.2s linear; transition: 0.2s linear;}
.form_1 .btn_ok:hover{ background: #1379D7; }

/*会员登录*/
.form_1 .reg_txt{/*width: 380px; font-size: 14px;*/ width: calc(100% - 36px); margin:0 auto; }
.form_1 .reg_txt a{color: #3588EA;}
.form_1 .reg_txt a:hover{ text-decoration:underline;  }
.form_1 .reg_txt .ltxt{ float: left; }
.form_1 .reg_txt .rtxt{ float: right; }
.form_1 .reg_txt .rtxt a{ color: #333; }
.form_1 .reg_txt .rtxt a:visited{ color: #333; }
.form_1 .btn_thecode{ float: left; margin-left:8px; width: 104px; height:36px; line-height: 1px; }
.form_1 .btn_thecode img{ width: 104px; height: 36px; }


/*图文频道*/
.list_4{ width: calc(100% - 30px); margin:20px auto 0;}
.list_4 li{ width: 100%; margin:0 0 22px 0px; height: auto;  overflow: hidden; border-bottom:1px solid #EAEAEA;}
.list_4 li .pic{  width: calc(100% - 90px); padding-top: calc(53.96% - 48px);; margin:0 auto;  position: relative; overflow: hidden;  }
.list_4 li .pic .photo{ width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; position: absolute; left: 0; top: 0; z-index: 1; -webkit-transition: 0.3s linear; -o-transition: 0.3s linear; transition: 0.3s linear; }
.list_4 li .txtbox{ height: auto;  border-top: none; -webkit-border-radius: 0 0 6px 6px; -o-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; overflow: hidden; }
.list_4 li .txt{ font-size: 14px; line-height: 26px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin: 15px 0 15px; color: #333; padding:0 20px; -webkit-transition: 0.3s linear; -o-transition: 0.3s linear; transition: 0.3s linear;   }
.list_4 li:hover .pic .photo{ -webkit-transform:scale(1.08);-o-transform:scale(1.08);transform:scale(1.08); }
.list_4 li:hover .txt{ color: #006EFF; }


/*文字频道*/
.list_3{ width: calc(100% - 30px); margin:8px auto 0px; font-size: 14px;  }
.list_3 ul li{ height: 38px; line-height: 37px; border-bottom: 1px solid #F5F5F5; }
.list_3 ul li .ico{ float: left; width: 12px; height: 100%; background: url(../../images/m/ico_arrow_3.png) no-repeat left center; margin-left: 3px;}
.list_3 ul li .txt{ float: left; width:calc(100% - 105px); color: #333; -webkit-transition: 0.3s linear; -o-transition: 0.3s linear; transition: 0.3s linear; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.list_3 ul li .time{ float: right; padding-right: 0px; color: #999; }
.list_3 ul li:hover .txt{ color: #006EFF; }

/*翻页*/
.page_1{ font-size: 14px; }
.page_1 .page_num{ width: calc(100% - 20px); margin:25px auto 10px;  text-align: center;  }
.page_1 .page_num a{-moz-box-sizing:border-box; -o-box-sizing: border-box; box-sizing:border-box;}
.page_1 .page_num .ipage{display: inline-block; border: 1px solid #DCDCDC; width: 32px; height: 32px; line-height: 30px; text-align: center; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; color: #333; -webkit-transition: 0.2s linear; -o-transition: 0.2s linear; transition: 0.2s linear; margin-right: 3px;}
.page_1 .page_num .ipage.even{ border: 1px solid #1379D7; background: #1379D7; color: #fff; }
.page_1 .page_num .ipage:hover{ border: 1px solid #1379D7; background: #1379D7; color: #fff; }
.page_1 .page_num .btn_pre{display: inline-block; border: 1px solid #fff; width: 32px; height: 32px; line-height: 30px; background: url(../../images/m/ico_arrow_11.png) no-repeat center; }
.page_1 .page_num .btn_next{display: inline-block; border: 1px solid #fff; width: 32px; height: 32px; line-height: 30px; background: url(../../images/m/ico_arrow_12.png) no-repeat center; }
.page_1 .page_num .ini{display: inline-block; border: 1px solid #fff; width: 32px; height: 32px; line-height: 30px; background: url(../../images/m/ico_ini.png) no-repeat center; margin-right: 3px;}
.page_1 .page_jump{ display: block; margin-right: 0px; text-align: center; padding-bottom: 20px;  }
.page_1 .page_jump input{ width: 64px; height: 32px; border:1px solid #DCDCDC; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding:0 10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing: border-box; box-sizing:border-box; text-align: center; }

/*详情页*/
.context_1{ width: calc(100% - 30px); margin:10px auto 0px; }
.context_1 h1{ font-size: 16px; font-weight: bold; text-align: left; line-height: 2; }
.context_1 .des{  }
.context_1 .des .txt{ text-align: center; font-size: 14px; color: #999; margin-top: 12px; margin-bottom:14px;  }
.context_1 .con{padding:10px 0px 20px; line-height: 2; font-size: 15px; }
.context_1 .con img{ max-width: 100%; height: auto; }
.context_1 .gopage{padding:0px 0px 20px; line-height: 2; font-size: 15px; color: #0C599B;}
.context_1 .gopage a{ color: #0C599B; -webkit-transition: 0.2s linear; -o-transition: 0.2s linear; transition: 0.2s linear;}
.context_1 .gopage a:hover{ text-decoration: underline; }
.context_1 .pre{}
.context_1 .next{}

/*协会大事件*/
.event{ width: calc(100% - 30px); margin:10px auto 0px; height: 470px; background: url(../../images/m/bg_event.jpg) no-repeat top center; position: relative; padding-top: 20px; }
.event .tit3{ padding:40px 0 0 50px;  }
.event .tit3 h2{ color: #fff; font-size: 20px; line-height: 1; font-weight: bold; }
.event .tit3 h1{ color: #fff; font-size: 20px; line-height: 1; font-weight: bold; margin-top: 14px; }
.event .con{ width: calc(100% - 40px); background: rgba(255,255,255,0.3); height: auto; margin:0 auto; padding: 10px 12px; font-size: 15px; line-height: 1.8; color: #fff; -webkit-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px; }
.event .con p{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.swiper4{ width: calc(100% - 40px); height: 260px; position: relative; margin:0 auto; color: #fff; margin-top: 0px;  }
.swiper4:before{ content: ''; position: absolute; width: 100%; height: 4px; z-index: 1; left: 0; top: 105px; background: #fff; }
.swiper4 .swiper-slide{ float: left; width: 50%; height: 260px; position: relative; text-align: center; cursor: pointer; }
.swiper4 .swiper-slide .ico{ width: 12px; height: 12px; position: absolute; background: #fff; z-index: 3;left: 50%; top: 101px; margin-left: -6px; -webkit-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.swiper4 .swiper-slide .ico2{ width: 20px; height: 20px; position: absolute; background: #fff; z-index: 2;left: 50%; top: 97px; margin-left: -10px; -webkit-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; filter:alpha(opacity=50);opacity:0.5; }
.swiper4 .swiper-slide .txt1{ width: 100%; height: 20px; line-height: 1; position: absolute;  z-index: 2;left: 0; top: 45px; font-size: 18px; font-weight: bold;}
.swiper4 .swiper-slide .txt2{ width: 100%; height: auto;   position: absolute;  z-index: 2;left: 0; top: 143px; }
.swiper4 .swiper-slide .txt2 h3{ text-align: center; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 15px; line-height: 2;}
.swiper4 .swiper-slide .txt2 p{ display: none; }
.swiper4 .swiper-slide:nth-of-type(even) .txt1{ top: 147px;  }
.swiper4 .swiper-slide:nth-of-type(even) .txt2{ top: auto; bottom: 190px;  }
.swiper4 .swiper-slide.even .ico{-webkit-animation: rotatezoom 2s linear infinite; -o-animation: rotatezoom 2s linear infinite; animation:rotatezoom 2s linear infinite; }
@keyframes rotatezoom {
	0% {transform:scale(1); }
	50% {transform:scale(1.3); }
	100% {transform:scale(1); }
}
.swiper4 .swiper-slide.even .ico2{ filter:alpha(opacity=60);opacity:0.6; }

.swiper4 .swiper-button-next,.swiper4 .swiper-button-prev{ width: 20px; height: 50px; margin-top: -48px; background: none; }
.swiper4 .swiper-button-next .ico,.swiper4 .swiper-button-prev .ico{width: 100%; height: 100%; position: relative; z-index: 5; }
.swiper4 .swiper-button-next .ico:before{content: ""; position: absolute; background: none; width: 100%; height: 100%; z-index: 1; filter:alpha(opacity=50);opacity:0.4; border-radius: 50%; -webkit-transition: 0.1s linear; -o-transition: 0.1s linear; transition: 0.1s linear; z-index: -1;}
.swiper4 .swiper-button-prev .ico:before{content: ""; position: absolute; background: none; width: 100%; height: 100%; z-index: 1; filter:alpha(opacity=50);opacity:0.4; border-radius: 50%; -webkit-transition: 0.1s linear; -o-transition: 0.1s linear; transition: 0.1s linear; z-index: -1;}
.swiper4 .swiper-button-prev:hover .ico:before{ filter:alpha(opacity=100);opacity:1;}
.swiper4 .swiper-button-next:hover .ico:before{ filter:alpha(opacity=100);opacity:1;}
.swiper4 .swiper-button-prev .ico i{ display: block; width: 100%; height: 100%; background: url(../../images/m/ico_arrow_16.png) no-repeat center; -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg); }
.swiper4 .swiper-button-next .ico i{ display: block; width: 100%; height: 100%; background: url(../../images/m/ico_arrow_16.png) no-repeat center;  -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg);}
.swiper4 .swiper-button-prev{ left: -18px; }
.swiper4 .swiper-button-next{ right: -18px; }

/*头像修改*/
.location2{ height: 42px; line-height: 42px; background: #222224; color: #fff; text-indent: 32px; font-size: 16px; position: relative; }
.location2 .btn_location{ width: 15px; height: 15px; position: absolute; right: 15px; top: 14px; z-index: 1; background: url(../../images/m/ico_arrow_1.png) no-repeat center; background-size: contain; }

/*会员类型*/
.type_1{ width: 100%; height: 126px; position: relative;}
.type_1 .pic{ text-align: center; margin-top:22px;  }
.type_1 .pic img{ width: 62px; height: auto; }
.type_1 .txt{ font-size: 18px; line-height: 1; color: #1379D7; font-weight: bold; margin-top: 25px; text-align: center; }
.type_1 .des{ position: absolute; right: 15px; top: -5px; z-index: 1; font-size: 14px; }
.type_1 .des i{color: #ff0000;}


/*上传头像*/
.propicture{ width: calc(100% - 30px); margin:10px auto 0px; border:1px solid #D5D5D5; -webkit-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 20px 0 20px;  }
.propicture .pic{width: 115px; height: 130px; position: relative; margin:0 auto; }
.propicture .upfile{ width: 115px; height: 115px; filter:alpha(opacity=0);opacity:0; display: none; }
.propicture .photo{width: 115px; height: 115px; -webkit-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; overflow: hidden;}
.propicture .photo img{ width: 115px; height: 115px;}
.propicture .btn_upload{ width: 110px; height: 36px; background: url(../../images/m/ico_upload_2.png) no-repeat center; background-size: contain;  margin:0 auto; cursor: pointer; }

/*资料修改*/
.form_2{width: calc(100% - 30px); margin:15px auto; font-size: 14px;}
.form_2 .fbox{ border: 1px solid #eee;  -webkit-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-top: 6px; text-indent: 15px;}
.form_2 .fkey{ width: 130px; text-align: left;  /*font-weight: bold;*/ height: 48px; line-height: 48px; float: left; }
.form_2 .fval{ width: calc(100% - 130px); text-align: right; height: 48px; line-height: 48px; float: left; }
.form_2 .ipt1{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing: border-box; box-sizing:border-box;  height: 48px; width: 100%; line-height: 48px; float: left; -webkit-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding:0 15px 0 0; font-size: 14px; color: #333; text-align: right; }
.form_2 .ipt1::placeholder{ color:#999; }
.form_2 .ipt2{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing: border-box; box-sizing:border-box;  height: 48px; width: 100%; line-height: 48px; float: left; -webkit-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding:0 15px 0 0; font-size: 14px; color: #333; text-align: right; }
.form_2 i{color: #ff0000;}
.form_2 .fval.txt{ padding-right: 15px; }

.form_2 .fbox2 .fkey{ width: 140px; text-indent:15px; }
.form_2 .fbox2 .fval{ width: calc(100% - 140px); text-align: left;}
.form_2 .fbox2 .uploadbox{ height: 120px; background: url(../../images/m/ico_upload_1.png) no-repeat left center; position: relative;  }
.form_2 .fbox2 .uploadbox .upfile{ width: 100px; height: 100px; margin-top: 10px; filter:alpha(opacity=0);opacity:0; }
.form_2 .fbox2 .uploadbox .img{ width: 100px; height: 100px; margin-top: 10px; display: none;}
.form_2 .fbox2 .uploadbox .close{ position: absolute; z-index: 1; left: 85px; top: 15px; cursor: pointer; width: 15px; height: 15px; color: #ff0000; line-height: 15px; -webkit-transition: 0.2s linear; -o-transition: 0.2s linear; transition: 0.2s linear; display: none;}
.form_2 .fbox2 .uploadbox .close:hover{ font-weight: bold; }
.form_2 .fbox3{margin-top: 6px; text-indent: 15px;}
.form_2 .btn_ok{ width: calc(100% - 26px); height: 50px; color: #fff; text-align: center; -webkit-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; background: #3588EA; font-size: 20px; line-height: 50px; margin: 13px auto 0; cursor: pointer; -webkit-transition: 0.2s linear; -o-transition: 0.2s linear; transition: 0.2s linear;}
.form_2 .btn_ok:hover{ background: #1379D7; }
.form_2 .fkey.hauto{  width: 100px;}
.form_2 .fval.hauto{ height: auto;  width: calc(100% - 100px); padding-right: 15px; }

/*会费列表*/
.acc_1{width: calc(100% - 30px); margin:15px auto; font-size: 14px;}
.acc_1 li{ border:1px solid #D5D5D5; -webkit-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding:0 10px; margin-bottom: 10px;  }
.acc_1 li .ahead{ height: 38px; border-bottom:1px solid #D5D5D5; line-height: 37px; position: relative; color: #666;  }
.acc_1 li .ahead .ico{ float: left; width: 14px; height: 37px; background: url(../../images/m/ico_acc_1.png) no-repeat center; background-size: contain; margin-left: 2px;}
.acc_1 li .ahead .txt{ float: left; width: calc(100% - 76px); text-indent: 10px; }
.acc_1 li .ahead .des{ float: left; text-align: right; width: 60px; font-weight: bold; }
.acc_1 li .abody{ height: 77px; border-bottom:1px solid #D5D5D5; position: relative; font-size: 15px;}
.acc_1 li .abody .ico{float: left; width: 60px; height: 76px; background: url(../../images/m/ico_acc_2.png) no-repeat center; background-size: contain; margin-left: 0px;}
.acc_1 li .abody .con{float: left; width: calc(100% - 60px); line-height: 28px; padding: 8px 0 0 15px; font-weight: bold; color: #555;}
.acc_1 li .abody .con em{color: #ff0000; }
.acc_1 li .afoot{ height: 50px; line-height: 49px; text-align: right; color: #666;  }
.acc_1 li .afoot .btn_pay{ display: block; width: 100px; height: 36px; color: #fff; text-align: center; -webkit-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; background: #3588EA; font-size: 15px; line-height: 36px; float: right; margin-top:7px; cursor: pointer; -webkit-transition: 0.2s linear; -o-transition: 0.2s linear; transition: 0.2s linear; }
.acc_1 li .afoot .btn_pay:hover{ background: #1379D7; }

/*证书列表*/
.acc_2{width: calc(100% - 30px); margin:15px auto; font-size: 14px;}
.acc_2 li{ border:1px solid #D5D5D5; -webkit-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding:0 10px; margin-bottom: 10px;  }
.acc_2 li .ahead{ height: 38px; border-bottom:1px solid #D5D5D5; line-height: 37px; position: relative; color: #333;  }
.acc_2 li .ahead .ico{ float: left; width: 16px; height: 37px; background: url(../../images/m/ico_acc_3.png) no-repeat center; background-size: contain; margin-left: 2px;}
.acc_2 li .ahead .txt{ float: left; width: calc(100% - 18px); text-indent: 10px; }
.acc_2 li .abody{ height: 77px; border-bottom:1px solid #D5D5D5; position: relative; font-size: 15px; text-align: center;}
.acc_2 li .abody img{ width: auto; height: 73px; margin:2px auto; }
.acc_2 li .afoot{ height: 50px; line-height: 49px; text-align: right; color: #666;  }
.acc_2 li .afoot .btn_pay{ display: block; width: 100px; height: 36px; color: #fff; text-align: center; -webkit-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; background: #3588EA; font-size: 15px; line-height: 36px; float: right; margin-top:7px; cursor: pointer; -webkit-transition: 0.2s linear; -o-transition: 0.2s linear; transition: 0.2s linear; }
.acc_2 li .afoot .btn_pay:hover{ background: #1379D7; }
#innerdiv .btn_close{ width: 25px; height: 25px; float: left; margin-top:30px;  background: url(../../images/m/ico_del.png) no-repeat center; background-size: contain; position: relative; left: 50%; margin-left: -12px; }

/*缴费弹窗*/
.order_1{ text-align: center; line-height: 1; }
.order_1 .num{ font-size: 16px; color: #666; font-weight: bold; }
.order_1 .txt{ font-size: 16px; color: #3588EA; margin-top: 25px; font-weight: bold;}
.order_1 .pic{ position: relative; margin: 28px auto 0; }
.order_1 .pic .qr{ width: 176px; height: 176px; margin:0 auto;  }
.order_1 .pic .qr img{ width: 100%; height: 100%;   }

/*通用查询*/
.form_3{width: calc(100% - 60px); margin:15px auto; font-size: 14px;}
.form_3 .fbox{ margin-top: 6px; }
.form_3 .fkey{ font-weight: bold; height: 48px; line-height: 48px;  }
.form_3 .fval{ height: auto; line-height: 48px;  }
.form_3 .ipt1{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing: border-box; box-sizing:border-box; height: 36px; width: 100%; line-height: 36px; float: left; -webkit-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; border:1px solid #ddd;  padding:0 15px 0 15px; font-size: 14px; color: #333; text-align: left; }
.form_3 .ipt1::placeholder{ color:#999; }
.form_3 .ipt1.i2{ width: calc(100% - 88px);  }
.form_3 i{color: #ff0000;}
.form_3 .fval.txt{ padding-right: 15px; line-height: 36px; }
.form_3 .fval label{ display: inline-block; }
.form_3 .fval .btn_thecode{float: left; margin-left:8px; width: 80px; height:36px; line-height: 1px;}
.form_3 .fval .btn_thecode img{ width: 80px; height: 36px; }
.form_3 .btn_ok{ width: calc(100% - 26px); height: 50px; color: #fff; text-align: center; -webkit-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; background: #3588EA; font-size: 20px; line-height: 50px; margin: 13px auto 0; cursor: pointer; -webkit-transition: 0.2s linear; -o-transition: 0.2s linear; transition: 0.2s linear;}
.form_3 .btn_ok:hover{ background: #1379D7; }



/*友情链接*/
.links{ width: 100%; height: auto; margin:15px auto 20px; line-height: 1; font-size: 14px;  }
.links ul {width: calc(100% - 30px); margin: 0 auto;}
.links ul li{ width: calc(50% - 8px); height: 71px; float: left; margin:0 0 16px 16px; background: #F1F8FF; -webkit-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px;  }
.links li .pic{  width: 153px; padding-top: 43px; position: relative; overflow: hidden; margin:14px auto 0;  }
.links li .pic .photo{ width: 100%; height: 100%; background-size: contain; background-repeat: no-repeat; background-position: center center; position: absolute; left: 0; top: 0; z-index: 1; -webkit-transition: 0.3s linear; -o-transition: 0.3s linear; transition: 0.3s linear; }
.links ul li:nth-of-type(2n+1){margin-left: 0;}


.success_1{ text-align: center; }
.success_1 img{ max-width: 80%; height: auto; margin:0 auto;  }



/*分页*/


.page .num_all{
    line-height:50px !important;
}

.page .btn {
    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: 1px solid transparent;
    border-radius: 4px;
}


.page .btn-primary {
    border-color: #1ab394;
    background-color: #1ab394;
    color: #FFF;
}

.page .pagination>.active>a, 
.page .pagination>.active>a:focus, 
.page .pagination>.active>a:hover, 
.page .pagination>.active>span,
.page .pagination>.active>span:focus,
.page .pagination>.active>span:hover{
    border-color:#0065e9 !important;
    background-color:#0065e9 !important;
}

.page .btn-primary{
   border-color:#0065e9 !important;
   background-color:#0065e9 !important;
}

.page .btn-primary:hover{
 border-color:#0065e9 !important;
 background-color:#0065e9 !important;
}

.page .page_box .form-control{
    height:30px;
}

.page .input-group-box{
    border-left:1px solid #ddd;
    border-radius:4px;
}
.group-bottom-box {
    overflow: hidden;
    padding: 10px 0 0 0;
    border-top: 0px solid #eee !important;
}


.page_box ul li{ height: auto !important; line-height: 24px !important; }
.page_box ul li a{ height: auto !important; }
.page_box .input-group-box{padding:3px 10px !important;}
.page .btn{padding:5px 12px !important;}
.input-group-btn{margin-right:20px !important;margin-bottom:20px !important;}