/* CSS Document */
@charset 'utf-8';
/*page页面*/


/* 关于我们 */
.about{background-image: url(../images/about_bg_btmRight.png);background-repeat: no-repeat;background-position: right bottom;}
.about_left{text-align: left;position: relative;}

img.about_topimg{width: 575px;height: 600px;}
.about_right{width: 620px;min-height: 615px;background-color: #fff;text-align: justify;padding: 4% 4%;position: relative;background: url(../images/aboutEr_r_top_bg.png);background-size: 100% 100%;/*margin-top: 45px;*/}
.about_right>h2>img.inblock{margin-bottom: 5%;}
.about_right p{}
.about_right .more_comm{text-align: right;}
.about_right .more_comm a{}


/* 机构设置 */
.jigou{background-image: url(../images/jigou_bg_btmLeft.png);background-repeat: no-repeat;background-position: left bottom;}
.jigou_con{padding-bottom: 130px;}
.jigou_con h4{position: relative;display: inline-block;background-color: #E6E6E6;margin: auto;padding: 20px 30px;border-radius: 50px;margin-bottom: 50px;font-size: 16px;}
.jigou_con h5{position: relative;display: inline-block;background-color: #E6E6E6;margin: auto;padding: 20px 30px;border-radius: 50px;margin-bottom: 50px;position: relative;left: 220px;}
ul.jigou_con_list{display: -webkit-flex;display: flex;justify-content: space-between;}
ul.jigou_con_list li{position: relative;background-color: #E6E6E6;width: 130px;height: 130px;padding: 1%;border-radius: 50%;display: -webkit-flex;display: flex;justify-content: center;align-items: center;margin-top: 100px;}
ul.jigou_con_list li p{}

.jigou_con h4:before{content: "";display: block;width: 1px;height: 240px;border-left: 2px dashed #A0A0A0;position: absolute;margin: auto;left: 0;right: 0;top: 0px;z-index: -1;}
.jigou_con h5:before{content: "";display: block;width: 50px;height: 1px;border-top: 2px dashed #A0A0A0;position: absolute;left: -50px;top: 30px;z-index: -1;}
ul.jigou_con_list li:before{content: "";display: block;width: 1px;height: 210px;border-left: 2px dashed #A0A0A0;position: absolute;margin: auto;left: 0;right: 0;bottom: 0;z-index: -1;}
ul.jigou_con_list li:after{content: "";display: block;width: 150px;height: 1px;border-top: 2px dashed #A0A0A0;position: absolute;left: 0;right: 0;margin: auto;top: -82px;z-index: -1;}
ul.jigou_con_list li:first-child:before{width: 83px;border-top: 2px dashed #A0A0A0;border-top-left-radius: 50px;left: 50%;}
ul.jigou_con_list li:first-child:after{display: none;}
ul.jigou_con_list li:last-child:before{width: 60px;border-top: 2px dashed #A0A0A0;border-top-right-radius: 50px;left: initial;right: 50%;border-right: 2px dashed #A0A0A0;border-left: 0;}
ul.jigou_con_list li:last-child:after{display: none;}

.jigou_con h4:hover,
.jigou_con h5:hover,
ul.jigou_con_list li:hover,
.jigou_con h4.active,
.jigou_con h5.active,
ul.jigou_con_list li.active{cursor: pointer;background-color: #A80B10;color: #fff;}

ul.jigou_con_text{text-align: left;}
ul.jigou_con_text li{margin-top: 50px;border: 2px solid #DCDCDC;padding: 3% 3%;border-radius: 30px;}
ul.jigou_con_text li:not(:first-child){display: none;}
ul.jigou_con_text li p{}



/* 手机端 */
@media(max-width:640px){
img.about_topimg {height: 20%!important;}











}
/* the end */