﻿@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px;}
body{ font-size:12px; font-family:"微软雅黑"; color:#525252; background:#fff;}
a { text-decoration:none;  outline:none; transition:all 0.2s; } 
a:hover{ text-decoration:none; }
@font-face { font-family: 'en'; src: url(../fonts/en.OTF);} 
@font-face { font-family: 'shu'; src: url(../fonts/shu.OTF);} 
@font-face { font-family: 'nei'; src: url(../fonts/nei.ttf);} 
 

img{ border:0;}
table{ margin:auto;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}

.edui-upload-video{ width:860px; height:auto;}
.edui-faked-video{ width:860px; height:auto;}


/*定义新型浏览器特性*/
::-webkit-scrollbar{width:5px;height:10px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#d8d8d8}
::-webkit-scrollbar-thumb:vertical{background-color:#69225b;}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#69225b}
::-webkit-scrollbar-corner:vertical{background-color:#69225b}
::-webkit-scrollbar-resizer:vertical{background-color:#69225b;}


.clear{ width:100%; height:0; font-size:0; line-height:0; clear:both;}


/*分页样式*/
.page_list{height:25px;line-height:25px;text-align:center;letter-spacing:0;font-size:14px; width:100%; float:left; margin-top:0px;}
.page_list a{display:inline-block;color:#999999;text-align:center; padding:0px 5px;}
.page_list a:hover{color:#056899; -webkit-transition: all 0.4s ease-in-out;}
.page_list a.on{color:#056899; }



/*内容分页*/
.contPage{height:30px;line-height:30px;text-align:center;letter-spacing:0;font-size:14px; width:100%; float:left; margin-top:20px; margin-bottom:30px;}
.contPage a{display:inline-block;color:#525252;text-align:center; padding:0px 11px; border-radius:4px; margin-right:3px; margin-left:3px; border:1px solid #e3e3e3;}
.contPage a:hover{color:#fff; border:1px solid #fa7600; background-color:#fa7600;-webkit-transition: all 0.4s ease-in-out;}
.contPage a.on{color:#fff; border:1px solid #fa7600; background-color:#fa7600;}


.liuPage{text-align:center;letter-spacing:0; width:100%; float:left;} 
.liuPage a{display:inline-block;color:#373737;height:36px;line-height:36px;font-size:14px;text-align:center;text-decoration:none; margin:0px 20px;}
.liuPage a.page_a{ background-color:#373737; font-size:20px; color:#fff; padding:0px 14px; border-radius:50%; font-weight:bold; font-family:Arial, Helvetica, sans-serif; margin:0px 1px; font-family:"宋体";}
.liuPage a:hover{color:#e99f4d; -webkit-transition: all 0.4s ease-in-out;}
.liuPage a.page_a:hover{ background-color:#00e4ff; color:#fff;}
.liuPage a.on{color:#00e4ff;}
.liuPage a.page_a.on{ background-color:#00e4ff; color:#fff;}



/*头部*/
.header{ width:100%; height:100px; overflow:hidden;}
.head{ width:1200px; height:100px; margin:auto;}
.head_logo{ float:left; height:100px; }
.head_logo a{ display:block; height:100px; cursor:pointer;}
.head_logo img{ padding-top:10px;}
.head_right{ float:right; height:88px; padding-top:12px;}
.head_tel{ width:100%; text-align:center; height:30px; line-height:30px;}
.head_tel span{ display:inline-block; font-size:14px; color:#929292; background:url(../images/guide_06.png) no-repeat left; padding-left:30px;}
.search{ width:225px; height:30px; border:1px solid #056899; border-radius:30px; position:relative; overflow:hidden;}
.search_text{ height:30px; border:none; padding-left:15px; width:135px;}
.search_btn{ background:#056899 url(../images/guide_10.png) no-repeat center; height:30px; border-radius:30px; border:none; width:75px; cursor:pointer; position:absolute; right:-1px; top:0;}



.nav_warp{ width:100%; height:50px; background-color:#056899; position:relative; z-index:9;}
.nav{ width:1200px; margin:auto; height:50px; text-align:center;}

.nav_1{ display:inline-block;height:50px;  position:relative; z-index:8;}
.nav_1 a{ display: inline-block; width: auto; font-size:16px; color:#fff; height:50px;line-height:50px; position:relative; cursor:pointer; position:relative; z-index:9; margin:0px 40px;}
.nav_xian{ width:0; height:1px; position:absolute; bottom:3px; background-color:#fff; overflow:hidden;-webkit-transition: all 0.5s ease-in-out;}

.nav_1 a:hover .nav_xian{ width:100%;}
.nav_1 a.nav_1_a .nav_xian{ width:100%;}


.nav_1_warp{ display:none; width:100%; position:absolute; z-index:1; left:0px; padding:0px 25px;  padding-top:35px; top:0; margin-left:-25px; overflow:hidden;}
.nav_nei{ width:100%; height:auto; overflow:hidden; background-color:#fff; opacity:0; margin-top:23px;}
.nav_nei a { display:block; width:100%; color:#000; height:42px; line-height:42px; font-size:16px; border-radius:0px; padding:0px;}
.nav_nei a.nav_nei_1{ background-color:#6a205b; color:#fff;}
.nav_nei a:hover{ background-color:#6a205b; color:#fff;} 

.fixed{ position: fixed; width: 100%; max-width: none; left: 0; top: 0px; z-index:99;}




/*底部*/
.footer{ width:100%; height:140px; margin:auto;background:#999999;}
.foot{ width:1200px; height:132px; margin:auto; padding-top:8px; position:relative;}
.foot_logo{ float:left; width:350px; height:132px;}
.foot_logo a{ display:block; width:350px; height:132px; cursor:pointer;}
.foot_mid{ float:left; margin-left:215px; font-size:14px; color:#d9d9d9; line-height:25px; padding-top:20px;}

.foot_ma{ float:right; width:350px; height:auto; overflow:hidden; padding-top:16px; font-size:14px; color:#d9d9d9;}
.foot_ma_1{ width:140px; height:85px; text-align:center;}
.foot_ma_2{ width:100%; text-align:center; font-size:14px; color:#fff; height:28px; line-height:28px;}


.typeright{ width:100%; height:52px; line-height:52px; margin:auto; text-align:center; font-size:14px; color:rgba(255,255,255,0.25); background-color:#262626;}




/*入会指南*/
.dang{ width:1200px; margin:auto; font-size:16px; color:#353535; height:60px; line-height:60px; border-bottom:1px solid #f3f3f3; padding-top:25px;}
.dang span{ padding:0px 2px;}
.dang a{ display:inline-block; cursor:pointer; font-size:16px; color:#353535;}
.dang a:hover{ color:#056899;-webkit-transition: all 0.5s ease-in-out;}


.main{ width:1200px; height:auto; overflow:hidden; margin:auto; margin-top:25px;}
.main_left{ float:left; width:325px; height:auto; overflow:hidden;}


.main_tit{ width:100%;  background:#056899; height:70px;}
.main_tit_1{ width:100%; font-size:24px; color:#fff; text-align:center; height:31px; padding-top:6px;}
.main_tit_2{ width:100%; text-align:center; font-size:24px; font-family:Arial, Helvetica, sans-serif; color:#fff; margin-top:-2px;}
.main_mune{ width:323px; height:auto; overflow:hidden; border:1px solid #bebebe; margin-top:17px;}
.main_mune a{ display:block; width:100%; text-align:center; font-size:18px; color:#000000; background-color:#f3f3f3; cursor:pointer;-webkit-transition: all 0.5s ease-in-out; height:55px; line-height:55px;}
.main_mune a:hover{ background-color:#2e4e7e; color:#fff;}
.main_mune a.main_mune_a{ background-color:#2e4e7e; color:#fff;}
.main_right{ float:right; width:855px; height:auto; overflow:hidden;}
.guide{ width:100%; height:auto; overflow:hidden; font-size:14px; color:#353535; line-height:24px; padding-bottom:30px;}


/*专家库详情*/
.particulars{ width:100%; height:auto; overflow:hidden; padding-bottom:55px;}
.particulars_img{ width:100%; height:auto; padding-top:5px;}
.particulars_img img{ display:block; margin:auto; width:255px; height:255px; padding:3px;-moz-box-shadow:2px 2px 5px #999; -webkit-box-shadow:2px 2px 5px #999; box-shadow:2px 2px 5px #999;}
.particulars_tit{ width:100%; text-align:center; font-size:14px; color:#7f7f7f; height:65px; line-height:65px;}
.particulars_tit span{ font-size:24px; color:#000000; padding-right:28px;}
.particulars_biao{ width:100%; font-size:16px; color:#000; height:30px; line-height:30px;}
.particulars_con{ width:100%; height:auto; overflow:hidden; font-size:14px; color:#7f7f7f; line-height:23px; padding-bottom:10px;}


/*专家库*/
.expert{ width:100%; height:auto; overflow:hidden;}
.expert ul li{ float:left; width:245px; height:295px; list-style:none; margin-bottom:60px; margin-right:60px;}
.expert ul li.expert_li{ margin-right:0px;}
.expert ul li a{ display:block; width:245px; height:295px; background-color:#f4f4f4;}
.expert ul li a:hover{ background-color:#056899;-webkit-transition: all 0.4s ease-in-out;}
.expert ul li a:hover .expert_tit{ background-color:#056899; color:#fff;}
.expert ul li a:hover .expert_1{ color:#fff;}
.expert ul li a:hover .expert_2{ color:#fff;}
.expert_tit{ width:100%; text-align:center; font-size:16px; color:#000000; height:42px; line-height:42px; border-bottom:2px solid #f4f4f4; background-color:#ebebeb; overflow:hidden;}
.expert_tit span{ padding:0px 19px;}
.expert_con{ width:230px; height:auto; overflow:hidden; margin:auto; margin-top:13px;}
.expert_1{ width:100%; height:85px; overflow:hidden; font-size:14px; color:#656565; line-height:17px;}
.expert_2{ width:100%; height:102px; overflow:hidden; font-size:14px; color:#656565; line-height:17px; margin-top:20px;}

.page{ width:100%; margin:auto; height:63px; overflow:hidden;}



/*行业案例*/
.news{ width:100%; height:auto; overflow:hidden; padding-bottom:10px;}
.news ul li{ width:100%; height:103px; list-style:none; margin-bottom:20px;}
.news ul li a{ display:block; width:100%; height:103px; background-color:#f3f3f3; position:relative; -webkit-transition: all 0.5s ease-in-out;}
.news ul li a:hover{ background-color:#056899;} 
.news ul li a:hover .news_tit{ color:#fff;}
.news ul li a:hover .news_tit span{ color:#fff;}
.news ul li a:hover .news_con{ color:#fff;}
.news ul li a:hover .news_look{ color:#fff;}

.news_tit{ margin:auto; font-size:20px; color:#000; width:810px; height:35px; line-height:35px; padding-top:10px;}
.news_tit span{ font-size:16px; color:#585858; float:right;}
.news_con{ width:810px; margin:auto; font-size:14px; color:#9b9b9b; height:28px; line-height:28px; overflow:hidden;}
.news_look{ margin:auto; font-size:14px; color:#056899; width:810px; margin-top:5px;}




/*行业案例详情*/
.xiang{ width:100%; height:auto; overflow:hidden; margin:auto;}
.xiang_tit{ width:100%; height:28px; line-height:28px; overflow:hidden; text-align:center; font-size:20px; color:#000000;}
.xiang_come{ width:100%; height:50px; text-align:center; line-height:50px; font-size:14px; color:rgba(69,69,69,0.54); position:relative;}
.xiang_come span{ padding:0px 25px;}
.xiang_come a{ cursor:pointer; position:absolute; right:0; top:0; font-size:14px; color:#056899;}
.xiang_come a:hover{ text-decoration:underline;}

.xiang_con{ width:100%; height:auto; overflow:hidden; font-size:14px; color:#4f4f4f; line-height:33px; margin-top:5px; padding-bottom:35px; border-bottom:1px solid #dadada;}
.xiang_con img{ max-width:100%; height:auto;}


.xiang_next{ width:100%; height:75px;}
.xiang_next a{ display: inline-block;  height:60px; line-height:60px; font-size:14px; color:#999999; cursor:pointer;}
.xiang_next a.xiang_next_a{ float:right;}
.xiang_next a:hover{ color:#056899; -webkit-transition: all 0.4s ease-in-out;}


.one_warp{ width:100%; background:url(../images/index_02.jpg) no-repeat center; height:550px; margin-top:6px;}
.one{ width:1200px; height:495px; margin:auto; padding-top:55px;}

.big{ float:left; width:682px; height:440px; margin:auto;position:relative; overflow:hidden;}
.big .swiper-container {  width: 100%; height: 100%; overflow:hidden; margin:auto;}
.big .swiper-slide{ overflow:hidden;}

.big .pagination{ position: absolute; left:0%; bottom:55px; text-align: center; width:99%; z-index:100; margin:auto;}
.big .swiper-pagination-bullet { display: inline-block; width:32px; height:4px; border-radius:4px; margin-right:3px; margin-left:3px; cursor: pointer; opacity: 1; background-color:#fff;}
.big .swiper-pagination-bullet-active{ background-color:#056899; -webkit-transition: all 0.4s ease-in-out;}


.press{ float:right; width:495px; height:440px; overflow:hidden;}
.press_tit{ width:100%; height:48px; border-bottom:1px solid #fff;}
.press_tit span{ font-size:22px; color:#5edbff; font-weight:bold; background:url(../images/index_20.jpg) no-repeat left; padding-left:20px;}
.press_list{ width:100%; height:auto; overflow:hidden;}
.press_list ul li{ width:100%; height:53px; list-style:none;}
.press_list ul li a{ display:block; width:485px; padding-left:10px; height:52px; line-height:52px; cursor:pointer; font-size:18px; color:#fff; overflow: hidden; border-bottom:1px solid #fff;}
.press_list ul li a:hover{ background-color:#056899; -webkit-transition: all 0.4s ease-in-out;}

.record{ width:100%; background:url(../images/index_04.jpg) no-repeat left; height:98px; margin-top:6px; font-size:30px; color:#fff; text-align:center; line-height:98px;}
.record a{ display:inline-block; cursor:pointer; margin-left:210px;}
.record a:hover{ color:#056899; -webkit-transition: all 0.4s ease-in-out;}

.two{ width:1200px; height:1730px; margin:auto; margin-top:52px;}
.two_left{ float:left; width:412px; height:auto;}
.notice_tit{ width:386px; background:url(../images/index_07.jpg) no-repeat center; height:49px; line-height:49px; padding-left:26px;-moz-box-shadow:0px 0px 13px rgba(0,0,0,0.26); -webkit-box-shadow:0px 0px 13px rgba(0,0,0,0.26); box-shadow:0px 0px 13px rgba(0,0,0,0.26);}
.notice_tit span{font-size:22px; color:#5edbff; font-weight:bold; background:url(../images/index_20.jpg) no-repeat left; padding-left:20px;}
.notice_tit a{ font-size:18px; color:#44cef6; float:right; padding-right:20px; cursor:pointer;}
.notice_tit a:hover{ color:#fff; -webkit-transition: all 0.4s ease-in-out;}


.notice{ width:412px; background-color:#f8f8f8; height:391px; margin-top:20px;-moz-box-shadow:0px 0px 13px rgba(0,0,0,0.26); -webkit-box-shadow:0px 0px 13px rgba(0,0,0,0.26); box-shadow:0px 0px 13px rgba(0,0,0,0.26);}

.notice_list{ width:365px; height:auto; overflow:hidden; margin:auto; padding-top:5px;}
.notice_list ul li{ width:100%; height:42px; list-style:none;}
.notice_list ul li a{ display:block; width:320px; padding-left:45px; height:42px; line-height:42px; cursor:pointer; font-size:18px; color:#000; overflow: hidden; background:url(../images/index_14.png) no-repeat left;}
.notice_list ul li a:hover{ color:#056899; -webkit-transition: all 0.4s ease-in-out;}

.information{ width:412px; height:217px; margin-top:30px; margin-bottom:35px;}
.information a{ display:block; width:412px; height:217px; position:relative;}
.information img{ width:412px; height:217px;}
.information_bg{ width:412px; height:217px; position:absolute; top:0; background-color:rgba(0,0,0,0.25);}
.information_1{ width:100%; text-align:center; font-size:30px; color:#fff; line-height:46px; padding-top:64px;}

.notice1{ width:412px; background-color:#f8f8f8; height:307px; margin-top:20px;-moz-box-shadow:0px 0px 13px rgba(0,0,0,0.26); -webkit-box-shadow:0px 0px 13px rgba(0,0,0,0.26); box-shadow:0px 0px 13px rgba(0,0,0,0.26);}
.notice_kong{ width:100%; height:35px; overflow:hidden;}

.notice2{ width:412px; background-color:#f8f8f8; height:181px; margin-top:20px;-moz-box-shadow:0px 0px 13px rgba(0,0,0,0.26); -webkit-box-shadow:0px 0px 13px rgba(0,0,0,0.26); box-shadow:0px 0px 13px rgba(0,0,0,0.26);}

.two_right{ float:right; width:744px; height:auto;}


.society_tit{ width:718px; background: url(../images/index_09.jpg) no-repeat right; height:49px; line-height:49px; padding-left:26px;-moz-box-shadow:0px 0px 13px rgba(0,0,0,0.26); -webkit-box-shadow:0px 0px 13px rgba(0,0,0,0.26); box-shadow:0px 0px 13px rgba(0,0,0,0.26); position:relative;}
.society_tit span{font-size:22px; color:#5edbff; font-weight:bold; background:url(../images/index_20.jpg) no-repeat left; padding-left:20px;}
.society_tit a{ font-size:18px; color:#44cef6; float:right; padding-right:15px; cursor:pointer;}
.society_tit a:hover{ color:#fff; -webkit-transition: all 0.4s ease-in-out;}

.society_mune{ position:absolute; top:0; right:110px;}
.society_mune a{ display:block; float:left; padding-right:0px; margin-left:40px; font-size:20px; color:#44cef6; cursor:pointer;}
.society_mune a:hover{ color:#fff; -webkit-transition: all 0.4s ease-in-out;}
.society_mune a.society_mune_a{ color:#fff;}

.society_mune1{ position:absolute; top:0; right:110px;}
.society_mune1 a{ display:block; float:left; padding-right:0px; margin-left:40px; font-size:20px; color:#44cef6; cursor:pointer;}
.society_mune1 a:hover{ color:#fff; -webkit-transition: all 0.4s ease-in-out;}
.society_mune1 a.society_mune1_a{ color:#fff;}



.society{ width:744px; background-color:#f8f8f8; height:223px; margin-top:20px;-moz-box-shadow:0px 0px 13px rgba(0,0,0,0.26); -webkit-box-shadow:0px 0px 13px rgba(0,0,0,0.26); box-shadow:0px 0px 13px rgba(0,0,0,0.26);}

.society_list{ width:692px; height:auto; overflow:hidden; margin:auto; padding-top:5px;}
.society_list ul li{ width:100%; height:42px; list-style:none;}
.society_list ul li a{ display:block; width:647px; padding-left:45px; height:42px; line-height:42px; cursor:pointer; font-size:18px; color:#000; overflow: hidden; background:url(../images/index_14.png) no-repeat left;}
.society_list ul li a:hover{ color:#056899; -webkit-transition: all 0.4s ease-in-out;}

.society_kong{ width:100%; height:46px; overflow:hidden;}

.society1{ width:744px; background-color:#f8f8f8; height:181px; margin-top:20px;-moz-box-shadow:0px 0px 13px rgba(0,0,0,0.26); -webkit-box-shadow:0px 0px 13px rgba(0,0,0,0.26); box-shadow:0px 0px 13px rgba(0,0,0,0.26);}
.trade{width:692px; height:auto; overflow:hidden; margin:auto; padding-top:5px; display:none;}
.trade_left{ float: left; width:335px; height:auto; overflow:hidden;}
.trade_list{ width:335px; height:auto; overflow:hidden; margin:auto;}
.trade_list ul li{ width:100%; height:42px; list-style:none;}
.trade_list ul li a{ display:block; width:290px; padding-left:45px; height:42px; line-height:42px; cursor:pointer; font-size:18px; color:#000; overflow: hidden; background:url(../images/index_14.png) no-repeat left;}
.trade_list ul li a:hover{ color:#056899; -webkit-transition: all 0.4s ease-in-out;}
.trade_right{ float:right;width:335px; height:auto; overflow:hidden;}

.census{ width:744px; height:292px;}
.census_left{ float:left; width:355px; height:292px;}
.census_tit{ width:329px; background:url(../images/index_07.jpg) no-repeat left; height:49px; line-height:49px; padding-left:26px;-moz-box-shadow:0px 0px 13px rgba(0,0,0,0.26); -webkit-box-shadow:0px 0px 13px rgba(0,0,0,0.26); box-shadow:0px 0px 13px rgba(0,0,0,0.26);}
.census_tit span{font-size:22px; color:#5edbff; font-weight:bold; background:url(../images/index_20.jpg) no-repeat left; padding-left:20px;}
.census_tit a{ font-size:18px; color:#44cef6; float:right; padding-right:20px; cursor:pointer;}
.census_tit a:hover{ color:#fff; -webkit-transition: all 0.4s ease-in-out;}

.census_con{ width:355px; background-color:#f8f8f8; height:223px; margin-top:20px;-moz-box-shadow:0px 0px 13px rgba(0,0,0,0.26); -webkit-box-shadow:0px 0px 13px rgba(0,0,0,0.26); box-shadow:0px 0px 13px rgba(0,0,0,0.26);}

.census_list{ width:303px; height:auto; overflow:hidden; margin:auto; padding-top:5px;}
.census_list ul li{ width:100%; height:42px; list-style:none;}
.census_list ul li a{ display:block; width:268px; padding-left:35px; height:42px; line-height:42px; cursor:pointer; font-size:18px; color:#000; overflow: hidden; background:url(../images/index_14.png) no-repeat left;}
.census_list ul li a:hover{ color:#056899; -webkit-transition: all 0.4s ease-in-out;}

.census_right{ float:right; width:355px; height:292px;}
.society_kong1{ width:100%; height:40px; overflow:hidden;}
.society2{ width:744px; background-color:#f8f8f8; height:97px; margin-top:20px;-moz-box-shadow:0px 0px 13px rgba(0,0,0,0.26); -webkit-box-shadow:0px 0px 13px rgba(0,0,0,0.26); box-shadow:0px 0px 13px rgba(0,0,0,0.26);}
.trade1{width:692px; height:auto; overflow:hidden; margin:auto; padding-top:5px; display:none;}

.ship{ width:742px; height:180px; border:1px solid #e9e9e9; margin-top:28px;}
.ship_tit{ width:100%; height:auto; overflow:hidden;}
.ship_tit span{ display:block; font-size:16px; color:#252525; font-weight:bold; background-color:#f7f7f7; width:145px; height:37px; line-height:37px; border-top:4px solid #056899; text-align:center;}
.ship_mune{ width:692px; height:auto; overflow:hidden; margin:auto;}
.ship_mune a{ display:inline-block; font-size:14px; color:#3c3c3c; cursor:pointer; height:35px; line-height:35px; margin-right:17px;}
.ship_mune a:hover{ color:#056899; -webkit-transition: all 0.4s ease-in-out;}



/*面包屑*/
.btn-nav {position: absolute; top:15px;  right:0px; background: transparent; padding-right:10px; border: none; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;cursor: pointer; z-index: 99999;}
.btn-nav:focus { outline: 0;}
.icon-bar { display: block; margin: 5px 0; width:26px; height: 3px; background-color: #056899;}
.btn-nav:hover .icon-bar { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; background-color: #056899;}
.nav-item { margin: 40px auto;text-align: center;}
.animated { display: block; margin: 0 auto;}
.animated:hover .icon-bar,
.animated:focus .icon-bar{ background-color: #056899;}
.animated:focus { cursor: pointer; z-index: 9999;}
.middle { margin: 0 auto;}
.icon-bar { -webkit-transition: all .7s ease; -moz-transition: all .7s ease; -ms-transition: all .7s ease; -o-transition: all .7s ease; transition: all .7s ease; z-index: 999999;}
.animated .icon-bar { z-index: 999999; background-color: #e81f03;}
.animated .topt { -webkit-transform: translateY(10px) rotateZ(45deg); -moz-transform: translateY(10px) rotateZ(45deg); -ms-transform: translateY(10px) rotateZ(45deg);-o-transform: translateY(10px) rotateZ(45deg);transform: translateY(10px) rotateZ(45deg)}
.animated .bottom { -webkit-transform: translateY(-6px) rotateZ(-45deg);-moz-transform: translateY(-6px) rotateZ(-45deg);-ms-transform: translateY(-6px) rotateZ(-45deg);-o-transform: translateY(-6px) rotateZ(-45deg); transform: translateY(-6px) rotateZ(-45deg);}
.animated .middle { width: 0;}
.cai{ display:none;}
.hunt{ display:none;}

@media screen and (max-width:1200px)and (min-width:300px){
	/*mnav*/
	.cai{ display: block; width:100%; height:60px; top:0; z-index:999; position: relative; border-bottom:1px solid #f1f1f1;}
	.cai_list{ width:100%; height:91vh; background-color:rgba(0,0,0,0.8); display:none; padding-top:9vh; position:fixed; top:0;}
	
	/*mnav*/
	.mnav{  width:96%; height:auto; margin:auto; background:#FFF; margin-left:2%; border-radius:10px;}
	.mnav li{line-height:39px; border-bottom:1px #f2f1f1 solid; margin:0px 15px; font-size:14px; list-style:none;}
	.mnav li a{ width:100%; display:block; color:#000;}
	.mnav .mnavhor{line-height:39px; border-bottom:1px #f2f1f1 solid; margin:0px 15px; font-size:14px; }
	.mnav .mnavhor a{ width:100%; display:block; color:#6a205b;}
	
	
	.head_1{  height:60px; position:absolute; right:50px; top:0px; z-index:99;}
	.head_1 img{ padding-top:20px;}
	
	
	.hunt{ width:100%; height:100vh; position:fixed; top:0; background:rgba(102,102,102,0.9); display:none; z-index:9999; right:0;}
	.hunt_con{ width:100%; height:57px; padding-top:8px; border-bottom: 1px solid #d4d4d4; background-color:#fff; position:relative;}
	.hunt_nie{ border-radius:4px; overflow:hidden; border: 1px solid #d4d4d4; height:48px; width:80%; margin-left:7%; position:relative;}
	.hunt_text{ border:none; height:48px; padding-left:20px; font-size:14px; font-family:"微软雅黑"; width:80%;}
	.hunt_text::-webkit-input-placeholder{ color: #000;}
	
	.hunt_btn{ width:20px; height:20px; background:url(../images/job_09.png) no-repeat center; background-size:auto 100%; position:absolute; right:10px; top:15px; border:none;}
	
	.hunt_cha{ position:absolute; right:4%; height:57px; width:22px; top:0px;}
	.hunt_cha a{ display:block; width:22px; height:57px;}
	.hunt_cha img{ padding-top:23px;}
	
	
/*头部*/
.header{ width:100%; height:100px; overflow:hidden; display:none;}
.head{ width:1200px; height:100px; margin:auto;}

.head_right{ float:right; height:88px; padding-top:12px;}
.head_tel{ width:100%; text-align:center; height:30px; line-height:30px;}
.head_tel span{ display:inline-block; font-size:14px; color:#929292; background:url(../images/guide_06.png) no-repeat left; padding-left:30px;}
.search{ width:225px; height:30px; border:1px solid #056899; border-radius:30px; position:relative; overflow:hidden;}
.search_text{ height:30px; border:none; padding-left:15px; width:135px;}
.search_btn{ background:#056899 url(../images/guide_10.png) no-repeat center; height:30px; border-radius:30px; border:none; width:75px; cursor:pointer; position:absolute; right:-1px; top:0;}


	.head_logo{ float:none; position:absolute; left:2%; height:60px; z-index:99;}
	.head_logo a{ display:block; height:60px; cursor:pointer;}
	.head_logo img{ padding-top:15px; height:30px;}


	.nav_warp{ display:none;}


	/*底部*/
	.footer{ width:100%; height: auto; overflow:hidden; margin:auto;background:#999999;}
	.foot{ width:96%; height: auto; overflow:hidden; margin:auto; padding-top:15px; position:relative;}
	.foot_logo{ float:none; width:100%; height: auto; overflow:hidden;}
	.foot_logo a{ display:block; width:100%; height:100%; cursor:pointer; text-align:center;}
	.foot_logo img{ height:40px; width:auto;}
	
	.foot_mid{ display:none;}
	
	.foot_ma{    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 16px;
    font-size: 14px;
    color: #d9d9d9;
    text-align: center;
    line-height: 24px;
    padding-bottom: 20px;}
	
	
	.typeright{ width:100%; height: auto; overflow:hidden; line-height:18px; margin:auto; text-align:center; font-size:12px; padding:8px 0px;}




	/*入会指南*/
	.dang{ width:96%; margin:auto; font-size:14px; color:#353535; height:50px; line-height:50px; border-bottom:1px solid #f3f3f3; padding-top:5px;}
	.dang a{font-size:14px;}
	
	.main{ width:96%; height:auto; overflow:hidden; margin:auto; margin-top:25px;}
	.main_left{ float:none; width:100%; height:auto; overflow:hidden;}
	
	
	.main_tit{ width:100%;  background:#fff; height: auto; overflow:hidden;}
	.main_tit_1{ width:100%; font-size:18px; color:#056899; text-align:center; height:31px; line-height:31px; padding-top:0px;}
	.main_tit_2{ width:100%; text-align:center; font-size:18px; color:#056899; margin-top:-2px;}
	
	.main_mune{ width:100%; height:auto; overflow:hidden; border:none; margin-top:17px; text-align:center;}
	.main_mune a{ display: inline-block; width:auto; text-align:center; font-size:15px; color:#000000; cursor:pointer; height:35px; line-height:35px; margin:0px 5px; padding:0px 15px;}
	
	
	.main_right{ float:none; width:100%; height:auto; overflow:hidden; margin-top:30px;}
	.guide{ width:100%; height:auto; overflow:hidden; font-size:14px; color:#353535; line-height:24px; padding-bottom:30px;}
	.guide img{ max-width:100%;}


	/*专家库详情*/
	.particulars{ width:100%; height:auto; overflow:hidden; padding-bottom:55px;}
	.particulars_img{ width:100%; height:auto; padding-top:5px;}
	.particulars_img img{ display:block; margin:auto; width:255px; height:255px; padding:3px;-moz-box-shadow:2px 2px 5px #999; -webkit-box-shadow:2px 2px 5px #999; box-shadow:2px 2px 5px #999;}
	.particulars_tit{ width:100%; text-align:center; font-size:14px; color:#7f7f7f; height:65px; line-height:65px;}
	.particulars_tit span{ font-size:18px; color:#000000; padding-right:18px;}
	.particulars_biao{ width:100%; font-size:16px; color:#000; height:30px; line-height:30px;}
	.particulars_con{ width:100%; height:auto; overflow:hidden; font-size:14px; color:#7f7f7f; line-height:23px; padding-bottom:10px;}
	
	
	/*专家库*/
	.expert{ width:100%; height:auto; overflow:hidden; padding-bottom:10px;}
	.expert ul li{ float:left; width:49%; height:295px; list-style:none; margin-bottom:10px; margin-right:2%; overflow:hidden;}
	.expert ul li.expert_li{ margin-right:2%;}
	.expert ul li:nth-child(2n){ margin-right:0px;}
	
	.expert ul li a{ display:block; width:100%; height:295px; background-color:#f4f4f4;}
	
	.expert_tit{ width:100%; text-align:center; font-size:15px; color:#000000; height:42px; line-height:42px; border-bottom:2px solid #f4f4f4; background-color:#ebebeb;}
	.expert_tit span{ padding:0px 10px;}
	.expert_con{ width:94%; height:auto; overflow:hidden; margin:auto; margin-top:13px;}
	.expert_1{ width:100%; height:85px; overflow:hidden; font-size:14px; color:#656565; line-height:17px;}
	.expert_2{ width:100%; height:102px; overflow:hidden; font-size:14px; color:#656565; line-height:17px; margin-top:20px;}
	
	.page{ width:100%; margin:auto; height:53px; overflow:hidden;}



	/*行业案例*/
	.news{ width:100%; height:auto; overflow:hidden; padding-bottom:10px;}
	.news ul li{ width:100%; height:103px; list-style:none; margin-bottom:10px;}
	.news ul li a{ display:block; width:100%; height:103px;}
	
	.news_tit{ margin:auto; font-size:16px; color:#000; width:94%; height:35px; line-height:35px; padding-top:10px; overflow:hidden;}
	.news_tit span{ font-size:12px; color:#585858; float:right;}
	.news_con{ width:94%; margin:auto; font-size:14px; color:#9b9b9b; height:28px; line-height:28px; overflow:hidden;}
	.news_look{ margin:auto; font-size:12px; color:#056899; width:94%; margin-top:5px;}



	
	/*行业案例详情*/
	.xiang{ width:100%; height:auto; overflow:hidden; margin:auto;}
	.xiang_tit{ width:100%; height:28px; line-height:28px; overflow:hidden; text-align:center; font-size:16px; color:#000000;}
	.xiang_come{ width:100%; height: auto; overflow:hidden; padding:10px 0px; text-align:center; line-height:21px; font-size:12px; color:rgba(69,69,69,0.54); position:relative;}
	.xiang_come span{ padding:0px 8px;}
	.xiang_come a{ cursor:pointer; position: relative; right:0; top:0; font-size:14px; color:#056899;padding:0px 5px;}
	
	
	.xiang_con{ width:100%; height:auto; overflow:hidden; font-size:14px; color:#4f4f4f; line-height:24px; margin-top:5px; padding-bottom:35px; border-bottom:1px solid #dadada;}
	.xiang_con img{ max-width:100%; height:auto;}
	
	
	.xiang_next{ width:100%; height: auto; overflow:hidden; padding:15px 0px;}
	.xiang_next a{ display: block; width:100%;  height:24px; line-height:24px; overflow:hidden; font-size:14px; color:#999999; cursor:pointer;}
	.xiang_next a.xiang_next_a{ float:none;}


	
	.one_warp{ width:100%; background-size:cover; height: auto; overflow:hidden; margin-top:0px;}
	.one{ width:96%; height: auto; overflow:hidden; margin:auto; padding-top:10px;}
	
	.big{ float:none; width:100%; height:440px; margin:auto;position:relative; overflow:hidden;}
	
	.big .pagination{ position: absolute; left:0%; bottom:55px; text-align: center; width:99%; z-index:100; margin:auto;}
	.big .swiper-pagination-bullet { display: inline-block; width:25px; height:3px; border-radius:4px; margin-right:3px; margin-left:3px; cursor: pointer; opacity: 1; background-color:#fff;}
	.big .swiper-pagination-bullet-active{ background-color:#056899; -webkit-transition: all 0.4s ease-in-out;}
	
	
	.press{ float:none; width:100%; height: auto; overflow:hidden; margin-top:20px;}
	.press_tit{ width:100%; height:38px; border-bottom:1px solid #fff;}
	.press_tit span{ font-size:16px; color:#5edbff; font-weight:bold; background:url(../images/index_20.jpg) no-repeat left; padding-left:20px;}
	.press_list{ width:100%; height:auto; overflow:hidden; padding-bottom:20px;}
	.press_list ul li{ width:100%; height:38px; list-style:none;}
	.press_list ul li a{ display:block; width:97%; padding-left:3%; height:37px; line-height:37px; cursor:pointer; font-size:14px;}
	
	.record{ width:96%; padding:0px 2%; background:url(../images/index_04.jpg) no-repeat left; height:70px; margin-top:10px; font-size:18px; color:#fff; text-align:left; line-height:70px;}
	.record a{ display:inline-block; cursor:pointer; margin-left:0px; float:right; font-size:14px;}


.two{ width:96%; height: auto; margin:auto; margin-top:10px;}
.two_left{ float:none; width:100%; height:auto;}
.notice_tit{ width:95%; height:44px; line-height:44px; padding-left:5%;}
.notice_tit span{font-size:16px; color:#5edbff; font-weight:bold; background:url(../images/index_20.jpg) no-repeat left; padding-left:20px;}
.notice_tit a{ font-size:12px; color:#44cef6; float:right; padding-right:20px; cursor:pointer;}



.notice{ width:100%; background-color:#f8f8f8; height: auto; margin-top:10px;}

.notice_list{ width:94%; height:auto; overflow:hidden; margin:auto;  padding:15px 0px;}
.notice_list ul li{ width:100%; height:30px; list-style:none;}
.notice_list ul li a{ display:block; width:93%; padding-left:7%; height:30px; line-height:30px; cursor:pointer; font-size:14px; }


.information{ width:412px; height:217px; margin:auto; margin-top:10px; margin-bottom:25px;}
.information a{ display:block; width:412px; height:217px; position:relative;}
.information img{ width:412px; height:217px;}
.information_bg{ width:412px; height:217px; position:absolute; top:0; background-color:rgba(0,0,0,0.25);}
.information_1{ width:100%; text-align:center; font-size:22px; color:#fff; line-height:35px; padding-top:64px;}

.notice1{ width:100%; background-color:#f8f8f8; height: auto; margin-top:10px;}
.notice_kong{ width:100%; height:10px; overflow:hidden;}

.notice2{ width:100%; background-color:#f8f8f8; height: auto; margin-top:10px;}

.two_right{ float:none; width:100%; height:auto; margin-top:10px;}


.society_tit{ width:95%; height:44px; line-height:44px; padding-left:5%; background: url(../images/index_09.jpg) no-repeat center;}
.society_tit span{font-size:16px; color:#5edbff; font-weight:bold; background:url(../images/index_20.jpg) no-repeat left; padding-left:20px;}
.society_tit a{ font-size:12px; color:#44cef6; float:right; padding-right:10px; cursor:pointer;}


.society_mune{ position:absolute; top:0; right:55px;}
.society_mune a{ display:block; float:left; padding-right:0px; margin-left:10px; font-size:14px;}


.society_mune1{ position:absolute; top:0; right:55px;}
.society_mune1 a{ display:block; float:left; padding-right:0px; margin-left:10px; font-size:14px;}



.society{ width:100%; background-color:#f8f8f8; height: auto; margin-top:10px;}

.society_list{ width:94%; height:auto; overflow:hidden; margin:auto; padding:10px 0px;}
.society_list ul li{ width:100%; height:30px; list-style:none;}
.society_list ul li a{ display:block; width:93%; padding-left:7%; height:30px; line-height:30px; cursor:pointer; font-size:14px; color:#000; overflow: hidden;}


.society_kong{ width:100%; height:10px; overflow:hidden;}

.society1{ width:100%; background-color:#f8f8f8; height: auto; margin-top:10px;}
.trade{width:96%; height:auto; overflow:hidden; margin:auto; padding-top:5px; padding:10px 0px; display:none;}
.trade_left{ float:none; width:100%; height:auto; overflow:hidden;}
.trade_list{ width:100%; height:auto; overflow:hidden; margin:auto;}
.trade_list ul li{ width:100%; height:30px; list-style:none;}
.trade_list ul li a{ display:block; width:93%; padding-left:7%; height:30px; line-height:30px; cursor:pointer; font-size:14px;}

.trade_right{ float:none;width:100%; height:auto; overflow:hidden;}

.census{ width:100%; height: auto;}
.census_left{ float:none; width:100%; height: auto;}
.census_tit{ width:95%; background:url(../images/index_07.jpg) no-repeat left; height:44px; line-height:44px; padding-left:5%;}
.census_tit span{font-size:16px; color:#5edbff; font-weight:bold; background:url(../images/index_20.jpg) no-repeat left; padding-left:20px;}
.census_tit a{ font-size:12px;  padding-right:10px; cursor:pointer;}


.census_con{ width:100%; background-color:#f8f8f8; height: auto; margin-top:10px;}

.census_list{ width:96%; height:auto; overflow:hidden; margin:auto; padding-top:5px; padding:10px 0px;}
.census_list ul li{ width:100%; height:30px; list-style:none;}
.census_list ul li a{ display:block; width:93%; padding-left:7%; height:30px; line-height:30px; cursor:pointer; font-size:14px; }

.census_right{ float:none; width:100%; height: auto; margin-top:10px;}
.society_kong1{ width:100%; height:10px; overflow:hidden;}

.society2{ width:100%; background-color:#f8f8f8; height: auto; margin-top:10px;}
.trade1{width:96%; height:auto; overflow:hidden; margin:auto; padding-top:5px; display:none; padding:10px 0px;}

.ship{ width:100%; height: auto; overflow:hidden; border:1px solid #e9e9e9; margin-top:10px; margin-bottom:20px;}
.ship_tit{ width:100%; height:auto; overflow:hidden;}
.ship_tit span{ display:block; font-size:16px; color:#252525; font-weight:bold; background-color:#f7f7f7; width:145px; height:37px; line-height:37px; border-top:4px solid #056899; text-align:center;}
.ship_mune{ width:94%; height:auto; overflow:hidden; margin:auto; padding:15px 0px;}
.ship_mune a{ display:inline-block; font-size:14px; color:#3c3c3c; cursor:pointer; height:30px; line-height:30px; margin-right:15px;}



}

