/*File Written By:-lingyun*/
body{background-color: #fff; font-family:"Microsoft YaHei", "Microsoft JhengHei", STHeiti, Georgia;font-size:12px; }

/*轮播样式*/
.flexslider{position: relative;overflow: hidden;margin: 0 auto;height: 420px;  }
.slides li {}
.slides li a { display: block; width:100%;height: 420px; }
.slides li .slides_li_1{background: url(../jpg/bg1.jpg) center no-repeat}
.slides li a img { display: block; max-width: 100%;}
.flexslider .flex-direction-nav{  display: block;  }
.flexslider .flex-control-nav{  bottom: 10px;   z-index: 10;   }
.flexslider .flex-control-nav li{  display: inline-block;  width: 20px;  margin-right:10px; *zoom:1;  *display: inline; }
.flexslider .flex-control-nav li a{  display: block;  text-indent: -999em;  border-radius: 20px;  background: #ccc;  }
.flexslider .flex-control-nav li a:hover, .flexslider .flex-control-nav li a.flex-active{  background: #ed8830;  }

.flexslider .flex-direction-nav a{
    display: inline-block; /*必要：相当于浮动*/
    position: absolute;/*必要：绝对定位*/
    width: 60px;/*可选：宽度*/
    height: 60px;/*可选：高度*/
    z-index: 10;/*必要：设置元素堆叠顺序*/
    text-indent: -999em;/*必要：文本缩进，相当于把默认的文本进行隐藏*/
    display: block;/*可选：不显示元素 当用户吧鼠标放到图上，才显示左右箭头，*/
}
.flexslider .flex-direction-nav li a.flex-prev{
    top: 50%;/*必要：进行上下居中，*/
    left: 20px;/*可选：调节到边界的距离*/
    background: url(../png/arrow_09.png);/*必要:背景图*/
}
.flexslider .flex-direction-nav li a.flex-next{
    top: 50%;/*必要：进行上下居中，*/
    right: 20px;/*可选：调节到边界的距离*/
    background: url(../png/arrow_11.png);/*必要:背景图*/
}
.flexslider:hover .flex-next,.flexslider:hover .flex-prev{
    display: block;/*显示左右箭头*/}
/*轮播样式结束*/

/*搜索栏样式*/
.search_box {width: 100%;position: relative; background: #000000;z-index: 9999;}
.search_box .search {width: 50%;position: absolute;left: 50%;margin-left: -25%;top: 210px;}
.search{float: left;}
.search input{display:block;width: 78%;float: left;height: 20px;line-height:20px;padding-top: 14px;padding-bottom: 14px;border: 0;font-size: 16px;color: #333333;padding-left: 2%;border-top-left-radius:4px;border-bottom-left-radius:4px;vertical-align:middle;}
.search_btn{float: left;cursor:pointer;float: left;width: 20%;height: 48px;line-height: 48px;color: #fff;background-color: #f0862f;text-align: center;font-size: 16px;border-top-right-radius:4px;border-bottom-right-radius:4px;}
.clear_float{clear: both;}
.keyword{width: 50%;position: absolute;left: 50%;margin-left: -25%;font-size: 14px; color: #fff;margin-top: 40px;top: 260px;}
.keyword span{margin-left: 12px; cursor: pointer;}
/*搜索栏样式结束*/

/*内容模块样式开始*/
.content{width: 1200px;margin-left: auto;margin-right: auto;}
.inside_content_box_title2{line-height: 50px;margin-top: 20px;position: relative; }
.inside_content_box_title2 span{ color: #217ab7;font-size: 22px;}
.inside_content_box_title2 img{vertical-align: middle;position: relative;top: -4px;}
.inside_content_box_title2 a{padding-bottom: 6px;color: #999;font-size: 16px;margin-right: 8px;}
.inside_content_box_title2 a:hover{color: #f0862f;}
.a_right{position: absolute;top: 2px;right: 10px;line-height: 54px;}
/*内容模块样式结束*/

/*热门报告开始*/
#hot_reports{width: 726px;height: 460px; border: 1px solid #d8d8d8; border-radius: 4px;overflow: hidden;}
.hot_reports_box1{width: 686px;height: 200px;border-bottom: 1px solid #d8d8d8;margin: 20px auto 10px auto; }
.hot_reports_right_box{width:486px;height: 200px;position: relative; }
.hot_reports_titile1{font-size: 24px; color: #217ab7;line-height: 36px; }
.hot_reports_titile1>a{color: #217ab7}
.hot_reports_titile1>a:hover{color: #035289;}
.look_btn{width: 80px; height: 30px;background-color: #538ed0;border-radius: 2px;color: #fff;font-size: 14px;text-align: center;line-height: 30px;position: absolute;bottom: 20px;right: 6px;cursor: pointer;}
.look_btn:hover{background-color: #316bb9;}
.hot_reports_box2{overflow: hidden;}
.hot_reports_box2 a{color: #888;}
.hot_reports_box2 a:hover{color: #217ab7;}
.hot_reports_box2 li{line-height: 26px;font-size: 18px; vertical-align: middle;margin-top: 13px;height: 30px;overflow: hidden;}
.hot_reports_box2 img{position: relative;top:2px;margin-left: 20px;margin-right: 6px;}
#investment_topic{width: 440px;height: 460px; border: 1px solid #d8d8d8; border-radius: 4px;overflow: hidden;position:relative;}
.special_service {width: 396px;padding-top: 14px;padding-bottom: 14px;height: 432px;border: 1px solid #d8d8d8;border-radius: 4px;overflow: hidden;}
#investment_topic img{ margin-bottom: 24px;width: 389px;height: 120px;border: 1px solid #d8d8d8;}
.Report_con_l_evaluate li{position: relative;}
.Report_con_l_evbox { width:390px; height:580px; overflow:hidden;margin: 24px auto;}
.Report_con_l_evbox:hover .R_c_l_e_upward{-webkit-transition: opacity 2s linear;
    -moz-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
    opacity:1;}
.Report_con_l_evbox:hover .R_c_l_e_down{transition-duration: 1s;
    -webkit-transition: opacity 2s linear;
    -moz-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
    opacity:1;}
.R_c_l_e_upward {opacity:0;width:40px; height: 40px;position: absolute;top: 0;z-index: 99;left: 200px;background: url(../png/icon_jiantou_top.png) center center no-repeat;}
.R_c_l_e_down {opacity:0;width:40px; height: 40px;position: absolute;bottom: 0;z-index: 99;left: 200px;background: url(../png/icon_jiantou_bottom.png) center center no-repeat;}
/*.R_c_l_e_upward{width:60px; height: 60px;position: absolute;top: 0;z-index: 99;left: 190px; }*/
/*.R_c_l_e_down{width:60px; height: 60px;position: absolute;bottom: 0;z-index: 99;left: 190px; }*/
/*热门报告结束*/

/*研究领域开始*/
.icon_box1>ul>li{width:110px;height: 150px;margin-left:30px;margin-right: 30px; float: left;margin-top: 10px;}

.icon_box1 img{transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;}
.icon_box1 img:hover{ transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);}

.icon_box1>ul>li p{line-height: 20px;font-size: 14px;color: #555;text-align: center;height: 20px;margin-top: 12px;}
.line1{width: 120px;height: 2px;background: #217ab7;margin-top: 4px;}
.line2{width: 275px; height: 4px;background: #555}
.line3{width: 1200px;height: 1px; background: #d8d8d8;}
.line4{width: 810px;clear: both;height: 1px; background: #e7e7e7;}
.reports_theme{width: 580px;height: 360px;border: 1px solid #d8d8d8;border-radius: 4px;float: left;}
.img_box1{width: 182px;height: 182px;overflow: hidden;text-align: center;}
.img_box1 img{max-height: 182px;max-width: 182px;}
.img_box2{width: 160px;height: 160px;overflow: hidden;margin-top: 14px;margin-left: 10px;text-align: center;}
.img_box2 img{max-height: 160px;max-width: 160px;vertical-align: middle;}
.img_box3{width: 182px;height: 182px;text-align: center;}
.img_box3 img{max-height: 182px;max-width: 182px;vertical-align: middle;}
.reports_theme_box1{border-bottom: 1px solid #d8d8d8;width: 540px;margin: 10px auto 10px auto;}
.reports_theme:hover .img_box1 img{transition: all 0.5s; transform: scale(1.05)}
.reports_theme:hover {box-shadow:4px 4px 10px #ddd, -4px 4px 10px #ddd;z-index: 10; transition: all 0.1s linear 0s;}
.reports_theme_box2{overflow: hidden;}
.reports_theme_box2 a{color: #888;display: block;width: 540px;margin: 0 auto;overflow: hidden;height: 24px;}
.reports_theme_box2 a:hover{color: #217ab7;}
.reports_theme_box2 li{line-height: 24px;font-size: 14px; vertical-align: middle;margin-top: 6px;}
.reports_theme_box2 img{position: relative;top:2px;margin-right: 6px;}
.reports_theme_right_box{width: 350px;height: 200px;position: relative;}
.reports_theme_titile1{font-size: 18px; color: #444;line-height: 30px;max-height: 60px;overflow: hidden;}
.reports_theme_titile1 a{color: #217ab7;line-height: 30px;cursor: pointer;}
.reports_theme_titile1 a:hover{color: #217ab7;}
.reports_theme_titile2{font-size: 24px; color: #217ab7;line-height: 30px;}
.reports_theme_titile2 a{color: #217ab7;}
.reports_theme_text1{font-size: 14px;color: #a7b1c2;line-height: 26px;}
.reports_theme_text1 a{color: #888;}
.reports_theme_text1 span{margin-right:6px;}
.reports_theme_text1 a:hover{color: #888;}
/*研究领域结束*/
/*广告开始*/
.ad {margin: 60px auto 60px auto;}
.ad img{display: block;}
/*广告结束*/
/*服务领域开始*/
.icon_box2>ul>li{width:90px;height: 130px;margin-left:30px;margin-right: 30px; float: left;margin-top: 10px;}
.icon_box2 img{width: 90%;display: block;margin: auto;}
.icon_box2 img{transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;}
.icon_box2 img:hover{ transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);}

.icon_box2>ul>li p{line-height: 20px;font-size: 14px;color: #555;text-align: center;height: 20px;margin-top: 12px;}
/*服务领域结束*/
/*权威报道开始*/
.more img{width: 100%;display: block;position:absolute;top:10px;right:12px;width: 40px;height: 40px;}
.box_content2 { width:1180px;height: 270px;margin: 0 auto 20px auto; }
.box_content2>ul>li{float: left;position: relative;margin-left: 8px;margin-right: 8px;border: 1px solid #d8d8d8;}
.box_content2>ul>li:hover{box-shadow:4px 4px 12px #ddd, -4px 4px 12px #ddd;z-index: 10; transition: all 0.1s linear 0s; }
.box_content_img2 {width:275px; height: 180px; display: block; overflow: hidden;}
.box_content_img2>img{max-height: 180px;max-width: 275px;transition: all 0.5s;}
.box_content_img2>img:hover{transition: all 0.5s; transform: scale(1.05);}
.text_title2 {width:255px;padding:6px 10px 0 10px;height: 60px;line-height: 24px;overflow: hidden;text-align: justify;color: #555;background-color:#f4f5f7;font-size: 14px; position: relative;}
/*权威报道结束*/
/*服务案例开始*/
.main_box3{width: 1200px; background-color: #ffffff;padding-top: 10px;margin: 0 auto 0 auto;border: 1px  solid #d8d8d8;}
.main_box3:after{clear: both;content: "";display:table;}
.main_content_1{width:1120px;margin: 20px auto 20px auto;font-size: 16px;color: #333;line-height: 28px;}
.branch_bar{width: 1117px;height: 478px;overflow: hidden;position: relative!important;margin-bottom: 30px;margin-left: auto;margin-right: auto;}
.branch_bar .branch {width:3000px;}
.branch_bar .branch:after{clear: both;display: table;content: ""}
.branch_bar .branch li {float: left;}
.branch_bar .branch li img {width: 1117px;height: 478px;display: inline-block;}
.prev { width:28px;height:70px;color: #fff;  cursor: pointer;float: left;background: url(../png/icon_jiantou_left.png) no-repeat center center;}
.next { width:28px;height:70px;color: #fff;  cursor: pointer;float: right;background: url(../png/icon_jiantou_right.png) no-repeat center center;}
/*.prev img:first-child+img, .next img:first-child { display: none;}*/
/*.prev.active img:first-child+img {display: block;}*/
/*.prev.active img:first-child {display: none;}*/
/*.next.active img:first-child {display: block;}*/
/*.next.active img:first-child+img {display: none;}*/
.box_content3_btn{margin: 30px auto 20px auto;width: 100%;position: absolute;top: 174px;}
.box_content3_btn>div{display: inline-block; *zoom:1;  *display: inline;}
.box_content3_btn>div>img{display: inline-block; }
/*服务案例结束*/
/*横向滚动样式开始*/
.customer_evaluate_com_list {width:1160px;height: 270px;margin: 0 20px 20px 20px;position:relative; overflow: hidden}
.customer_evaluate_left { position:absolute; width:28px; height:70px; display:block; background: url(../png/icon_jiantou_left.png) no-repeat center center; z-index:9999; top:65px; left:0px;display:none;}
.customer_evaluate_list_com { width:1160px; height:270px; overflow: hidden;}
.customer_evaluate_list_com li { width:275px; height:250px; margin-right:10px; *line-height:193px; *text-align:center; background:#fff;float: left;border: 1px solid #d8d8d8;}
.customer_evaluate_list_com li:hover { box-shadow:4px 4px 12px #ddd, -4px 4px 12px #ddd;z-index: 10; transition: all 0.1s linear 0s;}
/*.customer_evaluate_list_com:hover li {filter:alpha(Opacity=100);-moz-opacity:1;opacity:1;}*/
.customer_evaluate_list_com li a {  vertical-align:middle; text-align:center;	display:table-cell; }
.customer_evaluate_list_com li:hover img {transition: all 0.5s; transform: scale(1.05);}
/*.customer_evaluate_list_com li a img {*vertical-align:middle; display:inline-block;max-height: 180px;max-width: 275px;}*/
#customer_evaluate_list_com li a img {*vertical-align:middle; display:inline-block;width:100%;height:100%;}
#customer_evaluate_list_com03 li a img {*vertical-align:middle; display:inline-block;width:100%;height:166px;}
.customer_evaluate_right { width:28px; height:70px; display:block; background:  url(../png/icon_jiantou_right.png) no-repeat center center; position:absolute; top:65px; right:0;display:none;}

/*横向滚动样式结束*/

/*内页样式开始*/
.inside_content_box_title3{line-height: 50px;margin-top: 20px;position: relative;}
.inside_content_box_title3 span{ color: #217ab7;font-size: 22px;}
.inside_content_box_title3 img{vertical-align: middle;position: relative;top: -4px;}
.a_box2{position: absolute;top: 2px;right: 4px;}
.inside_content_box_title3 a{color: #999;font-size: 16px;margin-right: 8px;}
.inside_content_box_title3 a:hover{color: #f0862f;}
.content_left{width: 810px;float: left;}
.content_right{width: 340px;float: right;}
.a_box{width:776px;margin: 12px auto;}
.a_box:after{content: "";display: table;clear: both;}
.a_box a{color: #555;margin-right: 40px;float: left;font-size: 17px;line-height: 32px;cursor: pointer;}
.a_box a:hover{color: #3b95d2;}
.list_box{margin-bottom: 40px;}
.list_box>ul>li{width: 810px;height: 188px;overflow: hidden;border-bottom: 1px solid #eee;}
.list_box>ul>li:hover .img_box2 img{transition: all 0.5s; transform: scale(1.05)}
.list_box_in_right{width:640px;margin-top: 14px;height: 160px;float: right;}
.buy_btn{padding:2px 8px;color: #fff;font-size: 14px;line-height: 26px;text-align: center;background: #538ed0;cursor: pointer;float: right;margin-left: 8px;margin-right:12px;position: relative;top:-2px;border-radius: 2px;}
.buy_btn:hover{opacity: 0.8;}
/*右侧样式*/
.content_right_inbox{width: 340px;height: 260px;overflow: hidden;border-radius: 4px;margin-top: 30px;}
.content_right_inbox_title{width: 340px;border-top-right-radius: 4px;border-top-left-radius: 4px;height: 52px; color: #fff;font-size: 16px;line-height: 52px; }
.content_right_inbox_title img{margin-left: 6px;margin-right: 4px;position: relative;top:4px;}
.content_right_inbox_title a{color: #fff;font-size: 16px}
.content_right_inbox_title  .more a{font-size: 14px;}
.content_right_inbox_text>ul>li{height: 40px;line-height: 40px;width: 320px;margin: 0 auto;overflow: hidden;}
.content_right_inbox_text>ul>li a{color: #888;cursor: pointer;font-size: 14px;padding-left: 4px;}
.content_right_inbox_text>ul>li a:hover{color: #555;}
/*内页样式结束*/
/*友情链接开始*/
.friendship_cooperation { padding:20px; background:#fff; border:1px solid #e0e0e0;width: 1160px;margin: 0 auto;}
.f_c_t_box { height:42px; background:#f4f4f4; padding:0 12px;}
.f_c_t_b_ul { display:table; height:42px; float:left;}
.f_c_t_b_ul li { font-size:16px; color:#39424f; height:40px; line-height:40px; float:left; margin-right:8px; cursor:pointer;}
.f_c_t_b_ul li.on { color:#39424f; border-bottom:2px solid #f04b00;}
.f_c_t_b_p { font-size:16px; color:#39424f; line-height:42px; display:block;}

.f_c_b_box { padding-top:20px; border:1px solid #f4f4f4;}
.f_c_b_b_list { width:100%; display:none;}
.f_c_b_b_list.blcksh { display:block;}
.aimg a { display:block; padding:10px; border:1px solid #e0e0e0; float:left; height:40px; width:119px; margin:0 12px 12px;}
.aimg a img { display:block; max-height:40px; max-width:100%;}

.ahref {}
.ahref a { font-size:12px; color:#555; margin:0px 6px 12px; float:left; text-align:center; white-space:nowrap;display:block;}
.ahref a:hover { color:#f04b00; }
/*友情链接结束*/

/* 2021-6-8 */
.nav2_list{
    height: auto;
    display: none;
    overflow: visible; 
}
.nav_list_three{
    position: relative;
    color: #fff;
}
.nav_list_three p{
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
}
.nav_list_three p:hover{background: #0e5ba3;cursor: pointer}
.nav_list_three1{
    position: absolute;
    width: 400px;
    top: 0px;
    right: 140px;
    background: #2970b9;
    display: none;
}
.nav_list_three1 div{
    width: 33.3%;
    float: left;
    text-align: center;
    overflow: hidden;
}
#academy_box:hover .nav2_list {
    display: block;  
}
#academy_box .nav2_list .nav_list_three:hover .nav_list_three1{
    display: block;
}

/* 2024-3-25 */
.hom-Free-Admission-Presentation-img img {
    width: 100%;
    height: 150px;
}
.hom-Free-Admission-Presentation-img { 
    height: 155px;
}
.free_report_content ul li { 
    height: 226px;
}
.height-box { height: 570px !important;}
.content_box_list3 ul li { 
    height: 41.5px;
    line-height: 41px;
}
.content_box_list3 li a { 
    line-height: 41px;
}
.content_box3 { 
    height: 508px;
}