
@media (min-width:1200px){
/*隐藏_mb_html*/	
.mb_box{display:none !important;}

/*页脚置底*/
html,body{height:100%;margin:0;padding:0;}
#container{min-height:100%;height: auto !important;height: 100%;margin-bottom:-106px;}
.push{height:106px;clear:both;}

/*页码*/
.tcdPageCode{padding:15px 20px;text-align:center;color:#ccc;user-select:none;}
.tcdPageCode a{color:#2c3286;display:inline;height: 25px;line-height:25px;	padding:5px 10px;border: 1px solid #ddd;margin: 0 2px;border-radius:4px;vertical-align: middle;}
.tcdPageCode a:hover{text-decoration:none;border:1px solid #2c3286;}
.tcdPageCode span.current{display:inline;height:25px;line-height:25px;padding:5px 10px;margin:0 2px;color:#fff;background:#2c3286;border:1px solid #2c3286;border-radius:4px;vertical-align:middle;}
.tcdPageCode span.disabled{	display:inline;height:25px;line-height:25px;padding:5px 10px;margin:0 2px;color:#bfbfbf;background:#f2f2f2;border:1px solid #bfbfbf;border-radius:4px;vertical-align:middle;}

/*top_box*/
.top_box_bg{background-image:url('../image/photo/nav_bg.jpg');background-repeat:no-repeat;background-size:cover;background-position:center center;position:relative;z-index:10;
position:fixed;top:0;left:0;width:100%;transition:0.3s;}
.top_box{width:1200px;height:120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;transition:0.3s;}
.top_box>a img{width:100%;transition:0.3s;}
.top_box ul{display:flex;align-items:center;justify-content:space-between;}
.top_box ul li:nth-child(1){display:flex;align-items:center;margin-right:20px;}
.top_box ul li:nth-child(1) a{font-size:1.2rem;color:#2c3286;position:relative;}
.top_box ul li:nth-child(1) a:nth-child(1){margin-right:20px;}
.top_box ul li:nth-child(1) a:nth-child(1):after{content:'|';color:#2c3286;position:absolute;right:-10px;top:0;}
.top_box ul li:nth-child(1) a:hover{text-decoration:underline;}

.top_box ul li:nth-child(2){display:flex;align-items:center;position:relative;}
.top_box ul li:nth-child(2) input{width:200px;line-height:40px;height:40px;background:#fff;box-shadow:0 0 5px #ccc;box-sizing:border-box;padding:0 40px 0 10px;font-size:1.4rem;color:#2c3286;}
.top_box ul li:nth-child(2) input::-webkit-input-placeholder{color:#2c3286;}
.top_box ul li:nth-child(2) img{position:absolute;right:10px;top:9px;cursor:pointer;}

.top_box_bg_active .top_box{height:60px;}
.top_box_bg_active .top_box>a img{width:60%;}

.top_box_bg_height{height:120px;}

/*nav_box*/
.nav_box_ps{width:100%;position:fixed;top:120px;left:0;transition:0.3s;z-index:1;}
.nav_box{width:1200px;margin:0 auto;background:#2c3286;display:flex;align-items:center;border-top:solid 1px #2c3286;}
.nav_box li{cursor:pointer;position:relative;}
.nav_box li>a{width:100%;color:#fff;background:#2c3286;border-bottom:solid 1px #2c3286;font-size:1.8rem;text-align:center;height:40px;line-height:40px;padding:0 40px;box-sizing:border-box;
transition:0.3s;position:relative;z-index:10;}
.nav_box li dl{position:absolute;left:0;bottom:0;width:100%;transition:0.3s;box-shadow:0 0 5px #666;opacity:0;z-index:-1;}
.nav_box li dl a{font-size:1.5rem;color:#fff;background:#2c3286;text-align:center;line-height:40px;color:#fff;border-bottom:solid 1px #535d9b;transition:0.3s;}
.nav_box li dl a:last-child{border-bottom:none;}

.nav_box li:hover>a{background:#fff;color:#2c3286;}
.nav_box li:hover dl{transform:translate(0,100%);z-index:9;opacity:1;}
.nav_box li dl a:hover{background:#fff;color:#2c3286;}

.nav_box_ps_active{width:100%;position:fixed;top:60px;left:0;}
.nav_box_li_acitve{background:#fff !important;color:#2c3286 !important;}

.nav_box_ps_height{height:41px;}

/*home_content_width*/
.home_content_width{width:1200px;margin:0 auto;box-sizing:border-box;border:solid 2px #2c3286;display:flex;align-items:flex-start;justify-content:space-between;}

/*home_sidebar*/
.home_sidebar{width:260px;}
.home_sidebar li{display:flex;align-items:center;justify-content:center;line-height:60px;background:#2c3286;border-bottom:solid 1px #6c70ab;cursor:pointer;}
.home_sidebar li:nth-child(7){border-bottom:none}
.home_sidebar li p{font-size:1.6rem;width:100%;position:relative;color:#ffffff;padding-left:60px;padding-right:20px;}
.home_sidebar li p:before{content:'';width:30px;height:30px;position:absolute;left:20px;top:50%;margin-top:-15px;background-repeat:no-repeat;background-size:cover;background-position:center center;}
.home_sidebar li:nth-child(1) p:before{background-image:url('../image/icon/menu_icon01A.png');}
.home_sidebar li:nth-child(2) p:before{background-image:url('../image/icon/menu_icon02A.png');}
.home_sidebar li:nth-child(3) p:before{background-image:url('../image/icon/menu_icon03A.png');}
.home_sidebar li:nth-child(4) p:before{background-image:url('../image/icon/menu_icon04A.png');}
.home_sidebar li:nth-child(5) p:before{background-image:url('../image/icon/menu_icon08A.png');}
.home_sidebar li:nth-child(6) p:before{background-image:url('../image/icon/menu_icon09A.png');}
.home_sidebar li:nth-child(7) p:before{background-image:url('../image/icon/menu_icon07A.png');}

.home_sidebar li p:after{content:'';width:24px;height:24px;position:absolute;right:10px;top:50%;margin-top:-12.5px;
background-image:url('../image/icon/nav_arrow.png');background-repeat:no-repeat;background-size:cover;background-position:center center;}

.home_sidebar_li_active{background:#fff !important;}
.home_sidebar_li_active p{color:#2c3286 !important;}
.home_sidebar_li_active:nth-child(1) p:before{background-image:url('../image/icon/menu_icon01B.png') !important;}
.home_sidebar_li_active:nth-child(2) p:before{background-image:url('../image/icon/menu_icon02B.png') !important;}
.home_sidebar_li_active:nth-child(3) p:before{background-image:url('../image/icon/menu_icon03B.png') !important;}
.home_sidebar_li_active:nth-child(4) p:before{background-image:url('../image/icon/menu_icon04B.png') !important;}
.home_sidebar_li_active:nth-child(5) p:before{background-image:url('../image/icon/menu_icon08B.png') !important;}
.home_sidebar_li_active:nth-child(6) p:before{background-image:url('../image/icon/menu_icon09B.png') !important;}
.home_sidebar_li_active:nth-child(7) p:before{background-image:url('../image/icon/menu_icon07B.png') !important;}

.home_sidebar a{display:flex;align-items:center;justify-content:center;flex-direction:column;background:#e9e9e9;box-sizing:border-box;padding:15px 5px;border-right:solid 2px #2c3286;}
.home_sidebar a img{margin-bottom:5px;}
.home_sidebar a p{font-size:1.3rem;color:#333333;text-align:center;line-height:22px;width:100%;}

/*home_content_all*/
.home_content_all .home_content{display:none;}
.home_content_all .home_content:nth-child(1){display:block;}

/*home_content*/
.home_content{width:940px;height:561px;box-sizing:border-box;padding:10px 20px;}

/*home_main*/
.home_main{display:flex;align-items:flex-start;justify-content:space-between;}
.home_main>li{width:49%;}
.home_main_li_full{width:100% !important;}

/*home_banner*/
.home_banner{margin:0;}
.home_banner a{overflow:hidden;height:280px;position:relative;}
.home_banner a img{width:100%;transition:1s;}
.home_banner a dd{width:100%;position:absolute;bottom:0;left:0;background:rgba(0,0,0,0.67);box-sizing:border-box;padding:25px 20px 35px 20px;height:100px;}
.home_banner a dd p{color:#fff;font-size:1.4rem;line-height:20px;max-height:40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.home_banner_pagination{text-align:right;padding-right:20px;box-sizing:border-box;}
.home_banner_pagination span{background:#fff;}
.home_banner_pagination .swiper-pagination-bullet-active {opacity: 1;background: #fff}

.home_banner a:hover img{transform:scale(1.1,1.1);}

/*home_banner_normal*/
.home_banner_normal a{overflow:hidden;height:280px;position:relative;}
.home_banner_normal a img{width:100%;transition:1s;}

/*home_news_title*/
.home_news_title{display:flex;align-items:center;border-bottom:solid 1px #cccccc;}
.home_news_title dd{font-size:1.8rem;line-height:35px;height:35px;color:#333;box-sizing:border-box;padding:0 20px;transition:0.3s;cursor:pointer;}
.home_news_title_active{background:#2c3286;color:#fff !important;}

/*home_news_main*/
.home_news_all>dd:nth-child(2){display:none;}
.home_news_main{padding-top:10px;}
.home_news_main a h1{width:100%;padding-left:15px;box-sizing:border-box;color:#666;font-size:1.2rem;font-weight:normal;transition:0.3s;line-height:15px;max-height:30px;
background-image:url('../image/icon/text_point_before.png');background-repeat:no-repeat;background-size:7px 7px;background-position:left 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.home_news_main a p{width:100%;padding-left:15px;color:#999999;font-size:1.2rem;transition:0.3s;margin-top:3px;margin-bottom:8px;}
.home_news_main a:hover h1{color:#2c3286;font-size:1.3rem;background-image:url('../image/icon/text_point_before_color.png');}
.home_news_main a:hover p{color:#2c3286;}

/*home_main_second*/
.home_main_second{margin-top:20px;}

/*home_honour_title*/
.home_honour_title{display:flex;align-items:center;justify-content:space-between;background:#2c3286;height:40px;box-sizing:border-box;padding:0 15px;}
.home_honour_title dd{font-size:1.8rem;color:#fff;}
.home_honour_title a{font-size:1.2rem;color:#fff;padding-right:20px;position:relative;}
.home_honour_title a:after{content:'';width:15px;height:9px;position:absolute;right:0;top:50%;margin-top:-4.5px;transition:0.3s;
background-image:url('../image/icon/more_arrow_white.png');background-repeat:no-repeat;background-size:cover;background-position:right center;}

.home_honour_title a:hover{text-decoration:underline;}
.home_honour_title a:hover:after{background-position:right center;right:-5px;}

/*home_honour*/
.home_honour{display:flex;align-items:center;justify-content:space-between;}
.home_honour dd{width:49%;height:190px;margin-top:10px;overflow:hidden;position:relative;cursor:pointer;}

.home_honour dd img{width:100%;transition:1s;}
.home_honour_height{height:190px;}
.home_honour dd p{width:100%;position:absolute;bottom:0;left:0;background:rgba(0,0,0,0.5);color:#fff;text-align:center;font-size:1.6rem;line-height:40px;box-sizing:border-box;padding:0 20px;
overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
.home_honour dd:hover img{transform:scale(1.1,1.1);}

/*ability_scope*/
.home_ability_scope{display:flex;align-items:flex-start;justify-content:space-between;}
.home_ability_scope>div{width:100%;}
.home_ability_title,.home_scope_title{background:#2c3286;line-height:50px;height:50px;color:#fff;padding:0 15px;font-size:1.8rem;}

.home_scope{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;background:#e9e9e9;box-sizing:border-box;height:190px;padding:10px;}
.home_scope a{width:25%;}
.home_scope a img{width:80%;margin:0 auto;transition:0.3s;}
.home_scope a p{color:#2c3286;font-size:1.4rem;line-height:20px;height:20px;margin-top:5px;text-align:center;transition:0.3s;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
.home_scope a:hover p{font-size:1.5rem;font-weight:bold;}
.home_scope a:hover img{transform:translate(0,-2px);}

/*footer_bottom*/
.footer_bottom{width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:20px 0 10px 0;border-top:solid 1px #e5e5e5;line-height:25px;}
.footer_bottom li{margin-right:20px;}
.footer_bottom li:last-child{margin-right:0;}
.footer_bottom li,.footer_bottom li span{font-size:1.2rem;color:#999;}

.copy{width:100%;margin:0 auto;text-align:center;font-size:1.2rem;color:#999;}

/*photo_box_overlay*/
.photo_box_overlay{width:100%;height:100%;margin:0 auto;position:fixed;top:0;left:0;background:rgba(0,0,0,0.7);display:flex;align-items:center;justify-content:center;transition:0.6s;opacity:0;z-index:-1;display:none;}
.photo_box{background:#2c3286;padding:5px;box-sizing:border-box;border-radius:5px;;position:relative;}
.photo_box li{width:60vh;overflow:Hidden;display:flex;align-items:center;justify-content:center;}
.photo_box li img{width:100%;}
.photo_box_close{width:35px;height:35px;position:absolute;right:-17.5px;top:-17.5px;cursor:pointer;}
.photo_box p{font-size:1.5rem;line-height:25px;width:100%;box-sizing:border-box;padding:10px 10px;text-align:center;color:#fff;background:#2c3286;text-align:left;}

/*home_center_title*/
.home_center_title{font-size:2.4rem;color:#333;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;margin-bottom:15px;margin-top:10px;}
.home_center_main{font-size:1.4rem;line-height:22px;color:#666666;text-align:justify;max-height:176px;margin-bottom:20px;
 overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/*home_center_more*/
.home_center_more{width:44px;font-size:1.2rem;color:#2c3286;position:relative;}
.home_center_more:after{content:'';width:15px;height:9px;position:absolute;right:0;top:50%;margin-top:-4.5px;transition:0.3s;
background-image:url('../image/icon/more_arrow_blue.png');background-repeat:no-repeat;background-size:cover;background-position:right center;}

.home_center_more:hover{text-decoration:underline;}
.home_center_more:hover:after{background-position:right center;right:-5px;}

/*home_news_center*/
.home_news_center{display:flex;align-items:flex-start;justify-content:space-between;margin-top:10px;}
.home_news_center>a{width:47%;}
.home_news_center>a>div{overflow:Hidden;}
.home_news_center>a>div img{width:100%;transition:1s;}
.home_news_center>a>h1{font-weight:normal;color:#2c3286;font-size:1.6rem;line-height:25px;max-height:150px;margin-top:10px;
 overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.home_news_center>a:hover img{transform:scale(1.1,1.1);}


.home_news_center>dd{width:53%;padding-left:20px;}
.home_news_center>dd a{margin-bottom:10px;}
.home_news_center>dd a h1{font-size:1.4rem;line-height:22px;max-height:44px;}
.home_news_center>dd a:hover h1{font-size:1.5rem;}

/*home_domain_title*/
.home_domain_title{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;border-bottom:solid 1px #cccccc;}
.home_domain_title dd{font-size:1.8rem;color:#fff;height:40px;background:#2c3286;line-height:40px;padding:0 15px;}
.home_domain_title a{font-size:1.2rem;color:#2c3286;padding-right:20px;position:relative;}
.home_domain_title a:after{content:'';width:15px;height:9px;position:absolute;right:0;top:50%;margin-top:-4.5px;transition:0.3s;
background-image:url('../image/icon/more_arrow_blue.png');background-repeat:no-repeat;background-size:cover;background-position:right center;}

.home_domain_title a:hover{text-decoration:underline;}
.home_domain_title a:hover:after{background-position:right center;right:-5px;}

.home_domain_title_second{margin-top:20px;}

/*home_domain_main*/
.home_domain_main{display:flex;align-items:flex-start;jusitfy-content:space-between;margin-top:10px;}
.home_domain_main dd:nth-child(1){width:40%;overflow:hidden;width:176.39px;height:205.78px;}
.home_domain_main dd:nth-child(1) img{width:100%;transition:1s;}
.home_domain_main dd:nth-child(2){width:60%;box-sizing:border-box;line-height:1.2rem;color:#666;padding-left:15px;line-height:20px;max-height:200px;text-align:justify;
 overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.home_domain_main:hover:hover dd:nth-child(1) img{transform:scale(1.1,1.1);}

/*home_domain_ability_title*/
.home_domain_ability{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:10px 0 20px 0;}
.home_domain_ability a{width:47%;font-size:1.4rem;color:#2c3286;box-sizing:border-box;padding-left:15px;line-height:25px;height:25px;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;
background-image:url('../image/icon/text_point_before.png');background-repeat:no-repeat;background-size:7px 7px;background-position:left center;transition:0.3s;
}
.home_domain_ability a:hover{font-size:1.5rem;background-image:url('../image/icon/text_point_before_color.png');}

/*home_ability_main*/
.home_ability_main{font-size:1.2rem;color:#666;line-height:20px;height:120px;margin-top:10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/*home_service*/
.home_service dd{margin-top:25px;}
.home_service h1{text-align:center;font-size:1.6rem;color:#2c3286;margin-bottom:15px;}
.home_service img{margin:0 auto;}

.home_service_btn{width:370px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;margin-top:35px;margin-bottom:15px;}
.home_service_btn a{font-size:1.8rem;color:#fff;padding:10px 20px 10px 60px;background:linear-gradient(to top,#c0c0c0,#999999);border-radius:10px;position:relative;}
.home_service_btn a:before{content:'';width:30px;height:30px;position:absolute;left:20px;top:50%;margin-top:-15px;background-repeat:no-repeat;background-size:cover;background-position:center center;}
.home_service_btn a:nth-child(1):before{background-image:url('../image/icon/download.png');}
.home_service_btn a:nth-child(2):before{background-image:url('../image/icon/upload.png');}

.home_service_btn a:hover{background:linear-gradient(to top,#c0c0c0,#777);}

.home_mail_note,.home_mail_note span{color:#2c3286;font-size:1.4rem;text-align:center;}
.home_mail_note span{text-decoration:underline;}

/*home_service_inquire*/
.home_service_inquire{background:#e6e6e6;margin-top:25px;display:flex;align-items:center;justify-content:center;border-bottom:solid 1px #cccccc;transition:0.3s;}
.home_service_inquire dd{line-height:40px;height:40px;font-size:1.6rem;color:#666666;padding-left:30px;background-image:url('../image/icon/inquire.png');background-repeat:no-repeat;background-size:24px 24px;background-position:left center;}

.home_service_inquire:hover{background:#2c3286;}
.home_service_inquire:hover dd{color:#fff;background-image:url('../image/icon/inquire_white.png');}


/*home_contact_title*/
.home_contact_title{display:flex;align-items:center;justify-content:space-between;height:40px;box-sizing:border-box;border-bottom:solid 1px #cccccc;}
.home_contact_title dd{font-size:1.8rem;color:#2c3286;}

/*home_contact_address*/
.home_contact_address{margin-top:20px;}
.home_contact_address dd,.home_contact_address dd span{font-size:1.4rem;color:#333333;line-height:25px;}

/*home_contact_staff*/
.home_contact_staff{display:flex;align-items:center;flex-wrap:wrap;margin-top:20px;}
.home_contact_staff dd{width:45%;margin-bottom:20px;line-height:20px;}
.home_contact_staff dd h1{font-size:1.4rem;color:#000;}
.home_contact_staff dd h2,.home_contact_staff dd h3{font-size:1.4rem;color:#333;font-weight:normal;}

/*home_contact_code*/
.home_contact_code{display:flex;align-items:center;}
.home_contact_code dd:nth-child(1){width:30%;}
.home_contact_code dd:nth-child(1) img{width:100%;}
.home_contact_code dd:nth-child(2){width:70%;font-weight:bold;font-size:1.4rem;color:#000000;box-sizing:border-box;padding-left:20px;}

/*home_contact_map*/
#dituContent img{ max-width: none;}
.home_contact_map dd{width:100%;height:500px;border:#ccc solid 1px;margin-bottom:30px;}

/*bread_nav*/
.bread_nav{width:1200px;margin:0 auto;display:flex;align-items:center;background:#e4e4e4;line-height:35px;height:35px;box-sizing:border-box;padding:0 20px;margin-top:10px;}
.bread_nav a,.bread_nav p{position:relative;font-size:1.4rem;color:#333;}
.bread_nav a{margin-right:20px;}
.bread_nav a:after{content:'>';font-size:1.4rem;position:absolute;right:-15px;top:0;}
.bread_nav a:last-child{color:#2c3286;}
.bread_nav a:last-child:after{content:'';}
.bread_nav a:hover{color:#2c3286;text-decoration:underline;}

/*content_border*/
.content_border{width:1200px;margin:0 auto;box-sizing:border-box;border:solid 2px #e4e4e4;border-top:none;padding:20px 20px 20px 20px;}

/*text_in_title*/
.text_in_title{border-bottom:dashed 1px #ccc;padding:10px 0 20px 0;margin-left:20px;margin-right:20px;box-sizing:border-box;}
.text_in_title h1{font-size:2.4rem;color:#2c3286;font-weight:normal;line-height:30px;text-align:center;}
.text_in_title p{font-size:1.4rem;color:#999999;text-align:center;margin-top:10px;}

/*text_in_main*/
.text_in_main{font-size:1.4rem;color:#333;line-height:25px;text-align:justify;margin-top:20px;margin-bottom:40px;padding:0 20px;}
.text_in_main img{margin:0 auto;}
.text_in_main a{display:inline;color:blue !important;}
.text_in_main a span{color:blue !important;}
.text_in_main table{width:100% !Important;}
.text_in_main span img{display:inline !important;}
.text_in_main table td{padding:5px;}

/*in_title*/
.in_title{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;border-bottom:solid 1px #2c3286;}
.in_title dd{font-size:1.8rem;color:#fff;height:40px;background:#2c3286;line-height:40px;padding:0 15px;}

/*ability_box*/
.ability_box{display:flex;align-items:center;flex-wrap:wrap;margin-top:30px;}
.ability_box li{width:23.5%;margin-right:2%;margin-bottom:30px;cursor:pointer;}
.ability_box li:nth-child(4n+4){margin-right:0;}
.ability_box_photo{overflow:hidden;position:relative;width:271.66px;height:204.23px;display:flex;align-items:flex-start;justify-content:center;}
.ability_box_photo img{width:100%;}
.ability_box_photo:after{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,0.5);opacity:0;transition:0.3s;}
.ability_box_photo:before{content:'';width:40px;height:40px;position:absolute;left:50%;margin-left:-20px;top:50%;margin-top:-20px;z-index:1;opacity:0;transition:0.3s;
background-image:url('../image/icon/check_photo.png');background-repeat:no-repeat;background-size:cover;background-position:center center;}

.ability_box li:hover .ability_box_photo:after{opacity:1;}
.ability_box li:hover .ability_box_photo:before{opacity:1;}

.ability_box li p{font-size:1.6rem;color:#2c3286;text-align:center;line-height:50px;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;font-weight:bold;}

/*news_list*/
.news_list{margin-top:30px;}
.news_list a{margin-bottom:30px;}
.news_list a dl{display:flex;align-items:flex-start;}
.news_list a dl dd:nth-child(1){width:23%;overflow:Hidden;}
.news_list a dl dd:nth-child(1) img{width:100%;transition:1s;}

.news_list a dl dd:nth-child(2){width:77%;box-sizing:border-box;padding-left:20px;max-height:150px;position:relative;}
.news_list a dl dd:nth-child(2) h1{color:#000;font-size:1.8rem;line-height:35px;height:35px;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;transition:0.3s;}
.news_list a dl dd:nth-child(2) p{color:#666;font-size:1.5rem;line-height:24px;max-height:48px;margin-top:10px;
 overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.news_list a dl dd:nth-child(2) p1{color:#999;font-size:1.4rem;margin-top:20px;}

.news_list a:hover img{transform:scale(1.1,1.1);}
.news_list a:hover h1{color:#2c3286 !important;}

/*domain_ability*/
.domain_ability{margin-top:10px;margin-bottom:20px;}
.domain_ability a{padding:0 20% 0 30px;font-size:1.6rem;color:#2c3286;border-bottom:dashed 1px #ccc;line-height:60px;position:relative;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;transition:0.3s;}
.domain_ability a:before{content:'';width:20px;height:20px;position:absolute;left:0;top:50%;margin-top:-10px;
background-image:url('../image/icon/document.png');background-repeat:no-repeat;background-size:cover;background-position:center center;transition:0.3s;}
.domain_ability a:after{content:'';width:5px;height:9px;position:absolute;right:10px;top:50%;margin-top:-4.5px;transition:0.3s;
background-image:url('../image/icon/little_arrow_right.png');background-repeat:no-repeat;background-size:cover;background-position:center center;}

.domain_ability a:hover:before{background-image:url('../image/icon/document_hover.png')}
.domain_ability a:hover:after{background-image:url('../image/icon/little_arrow_right_hover.png')}
.domain_ability a:hover{font-size:1.7rem;}


/*domain_skill_title*/
.domain_skill_title{padding:10px 0 10px 0;margin-left:20px;margin-right:20px;margin-top:30px;box-sizing:border-box;}
.domain_skill_title h1{font-size:1.8rem;color:#333;line-height:30px;text-align:center;}

/*domain_skill*/
.domain_skill{font-size:1.4rem;color:#333;line-height:25px;text-align:justify;margin-top:10px;margin-bottom:40px;padding:0 20px;}
.domain_skill img{margin:0 auto;}

/*client_accept*/
.client_accept dd{margin-top:40px;margin-bottom:0;}
.client_accept h1{text-align:center;font-size:2rem;color:#2c3286;margin-bottom:30px;}
.client_accept img{margin:0 auto;}

/*home_service_btn_blue*/
.home_service_btn_blue{width:450px;}
.home_service_btn_blue a{background:#2c3286;}
.home_service_btn_blue a:hover{background:#2c3286;}

.home_mail_note_blue{margin-bottom:30px;}

/*home_service_btn_degree*/
.home_service_btn_degree{margin:170px 0;}
.home_service_btn_degree .home_service_btn_blue{width:470px;}

/*report_search*/
.report_search{margin-top:30px;margin-bottom:30px;display:flex;align-items:center;justify-content:center;}
.report_search h1{font-size:1.8rem;color:#2c3286;margin-right:10px;}
.report_search li input{width:300px;border:solid 1px #2c3286;line-height:40px;height:40px;border-radius:0;padding:0 10px;font-size:1.6rem;color:#333;}
.report_search p{height:40px;line-height:40px;border:solid 1px #2c3286;background:#2c3286;color:#fff;padding:0 40px 0 20px;font-size:1.6rem;cursor:pointer;
background-image:url('../image/icon/search_white.png');background-repeat:no-repeat;background-size:18px 18px;background-position:80% center;}

/*report_list*/
.report_list{margin-top:30px;}
.report_list a{line-height:50px;height:50px;border-bottom:dashed 1px #e3e3e3;cursor:pointer;}
.report_list a dl{display:flex;align-items:center;justify-content:space-between;}
.report_list a dl dd{position:relative;}
.report_list a dl dd:nth-child(1){width:80%;padding:0 30px;font-size:1.6rem;color:#2c3286;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;transition:0.3s;
background-image:url('../image/icon/document.png');background-repeat:no-repeat;background-size:24px 24px;background-position:left center;}
.report_list a dl dd:nth-child(2){padding:0 26px 0 0;font-size:1.4rem;color:#666;transition:0.3s;
background-image:url('../image/icon/download_gray.png');background-repeat:no-repeat;background-size:20px 20px;background-position:right center;}

.report_list a:hover dl dd:nth-child(1){background-image:url('../image/icon/document_hover.png');font-size:1.7rem;}
.report_list a:hover dl dd:nth-child(2){background-image:url('../image/icon/download_blue.png');color:#2c3286;}

/*report_password*/
.report_password{width:100%;height:100%;margin:0 auto;position:fixed;top:0;left:0;background:rgba(0,0,0,0.7);z-index:-1;opacity:0;display:flex;align-items:center;justify-content:center;transition:0.3s;display:none;}
.report_password li{width:400px;background:#fff;padding:20px;border-radius:5px;position:relative;}
.report_password li h1{text-align:center;font-size:1.8rem;color:#2c3286;margin-bottom:20px;}
.report_password li input{border:solid 1px #ccc;width:100%;line-height:40px;height:40px;margin-bottom:15px;padding:0 20px;font-size:1.4rem;}
.report_password p{font-size:1.4rem;color:red;text-align:center;display:none;}

.report_password_btn{width:100px;margin:0 auto;text-align:center;background:#2c3286;color:#fff;padding:10px 20px;margin-top:15px;font-size:1.6rem;border-radius:5px;cursor:pointer;}
.report_password_close{width:40px;height:40px;position:absolute;right:-20px;top:-20px;cursor:pointer;}

/*contact_map*/
.contact_map{margin-top:20px;margin-bottom:-30px;}

/*contact_us_title*/
.contact_us_title{color:#666;font-size:3rem;font-weight:bold;padding:40px 0 20px 0;border-bottom:solid 1px #e3e3e3;text-align:center;}

/*contact_us*/
.contact_us{display:flex;align-items:flex-start;justify-content:space-between;padding:50px 100px;}
.contact_us_address{width:49%;}
.contact_us_address li{display:flex;align-items:center;margin-bottom:10px;}
.contact_us_address li span{width:80%;}
.contact_us_address li:nth-child(4) span{width:50%;}
.contact_us_address li,.contact_us_address li span{font-size:1.6rem;color:#2c3286;line-height:25px;position:relative;}

.contact_us_staff{width:49%;display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;}
.contact_us_staff li{width:48%;margin-bottom:30px;}
.contact_us_staff li h1{font-size:1.6rem;color:#2c3286;margin-bottom:5px;line-height:25px;}
.contact_us_staff li dl dd,.contact_us_staff li dl dd span{font-size:1.5rem;color:#2c3286;padding:2px 0;}
.contact_us_staff li dl dd{display:flex;align-items:center;}
.contact_us_staff li dl dd span{width:70%;}





}
