html{word-wrap:break-word;}
.container{width: 1200px;margin:0 auto;}
.container_1100{width: 1100px;margin:0 auto;}
.container1{margin:0 auto;}
.content10,.content12,.relevant_article{z-index:888;position:relative; background:#fff;}
.team_number_detail p{text-indent:2em;}

/*头部*/
.header{box-sizing: border-box; z-index: 9999; width: 100%; position: fixed;top:0;left:0;/*padding:34px 5% 10px 5%;*/ padding:44px 5% 10px 5%; box-sizing: border-box;background:url(../images/bg_header.png) no-repeat;background-size:100% 100%;}
.logo{/*width: 150px;height: 140px;margin-top: -26px;*/ width: 25%;}
.logo a,.logo img{display: block;width: 100%;height: 100%;}
.nav{width: 75%;text-align: right;}
.nav>li{display: inline-block;padding:0px 25px 0 0;margin-right: 15px;position: relative;}
.nav>li>a{display: block;width: 100%;line-height: 30px; font-size: 21px; font-weight: bold; color: #fff;padding-bottom: 5px;border-bottom:2px solid transparent;   position: relative;}
/*.nav>li>a:hover{border-bottom:2px solid #e60012;}
.nav>li>a:hover{color:#e60012; }*/
.nav>li>a:after {
    content: '';
    border-bottom: 2px solid #e60012;
    width: 0%;
    position: absolute;
    bottom: -1px;
    left:0;
    right:0;
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.nav>li:hover>a:after { width: 105%;}
.nav>li:hover>a{color:#e60012; }
.header_box{min-width: 1200px;}
.scrollHeader{width: 100%; /*padding:15px 5% 10px 5%;*/ padding: 22px 5% 25px 5%;  box-sizing: border-box;   background:url(../images/bg_header.png) no-repeat;background-size:cover;}
.scrollHeader .header_box{position: relative;}
.scrollHeader .logo{width: 196px; height: 70px;position: absolute;/*left:10%;*/top:0px;margin-top: -15px;}
.scrollHeader .nav{margin-top: 5px;}

.caret {display: inline-block;width: 0;height: 0;margin-left:5px;vertical-align: middle;border-top: 4px dashed;border-top: 4px solid\9;border-right: 4px solid transparent;border-left: 4px solid transparent;position: absolute;top: 48%;}

.dropdown_menu{
	position: absolute;
	top:7px;left:0; border:1px solid #dddddd;
	border-top: 2px solid #e60012; margin-top: -3px;
	background: #ffffff;
	min-width: 100px; 
	display: block;
	opacity: 0;visibility: hidden;
	transform: translateY(30px);-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);-ms-transform: translateY(30px);
	-o-transform: translateY(30px);transition: .3s;
	-moz-transition: .3s;-ms-transition: .3s;
	-o-transition: .3s;-webkit-transition: .3s;
}

.dropdown_menu li{height: 35px;line-height: 35px;text-align:center;padding:0 10px; /*padding-left: 30px;*/ }
.dropdown_menu li{/*border-bottom: 1px solid #dddddd;*/}
.dropdown_menu li:last-of-type{border-bottom: 0;}
.dropdown_menu li a{font-size: 13px;color: #333333;  position: relative;}
.dropdown_menu11 li,.dropdown_menu111 li a:before{
    transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
.dropdown_menu11 li a:before{
    content: '';
    border-bottom: 3px solid #e60012;
    width: 0;
    position: absolute;
    left: -23px;top: 8px;
}

.dropdown_menu li a:before{ content: ''; width: 100%; position: absolute; height: 2px; background: #e60012;  left: 0; top: -11px;}


.dropdown_menu111>li:hover>a:before { width: 15px;}

.dropdown_menu>li:hover{ /*padding-left: 40px;*/ }
.dropdown_menu li a:hover{color: #e60012;}



.nav>li:hover .dropdown_menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -ms-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    -webkit-transition: .35s ease-in-out;
}

/*轮播图*/
.slideBox1 a{display: block;width: 100%;height: 100%;position: relative;}
.banner_txt_box{position: absolute;bottom: 15%;left:18%; width: 460px;height: 346px; background: rgba(230, 0, 18, 0.82);display: table;padding:10px 58px;box-sizing: border-box;}
.banner_txt{display: table-cell;vertical-align: middle;color: #fff;text-align: left;}
.banner_txt h2{font-size: 34px;color: #fff;line-height: 38px;}
.banner_txt h2:after{content: "";display: block;height: 2px;width: 60px;background: #e3c258;margin: 28px 0;}
.banner_txt .txt_en{text-transform: uppercase;font-size: 15px;line-height: 20px;font-weight: lighter;}


/*轮播图模块*/
#banner{ width:100%; overflow:hidden; position:relative;  }
#banner .hd{width:65px; height:auto; overflow:hidden; position:absolute; right:20px; top:50%;transform: translateY(-50%;); z-index:1; }
#banner .hd ul{ overflow:hidden; zoom:1; text-align:center;  }
#banner .hd ul li{text-indent: -10000px; cursor:pointer;width: 100%;height: 3px;margin:0 20px; background: #fff; display: inline-block;width: 100%; vertical-align: middle; }
#banner .hd ul li.on{ background:#e60012; }
#banner .bd{ position:relative; height:100%; z-index:0;   }
#banner .bd li{ zoom:1; vertical-align:middle; }
#banner .bd img{ width:100%;  display:block;  }

.index_block{padding-top: 86px;}
.index_title_box{width: 90%;margin:0 auto; text-align:center;}
.index_title_box .title_en,.index_title_box2 .title_en{color: #6e6e6e;text-transform: uppercase;font-size: 14px;}
.index_title_box h2,.index_title_box2 h2{font-size: 36px;font-weight: bold;line-height: 36px;padding-top:14px;padding-bottom: 18px;position: relative;}
.border_bottom{border-bottom: 1px solid #c5c5c5;}
.border_bottom h2:after{content: "";display: block;height: 5px;width: 53px;background: #e60012;position: absolute;left:50%;bottom: -3px;margin-left: -26px;}
.title_ps{color:#686868;font-size: 22px;line-height: 30px;}

.index_aboutus_box{margin:0 auto;padding-top: 50px;}
.index_aboutus_txt{text-indent: 32px;font-size: 16px;color: #2f2f2f;line-height: 30px;text-align: left;position: relative;padding-bottom: 60px;}
a.more{display: block;position: absolute;bottom:0;left: 50%;margin-left:-63px; width: 126px;text-align: center; height: 30px;line-height: 30px;font-size: 14px;color: #fff;text-indent: 0;transition: bottom 0.5s;
-moz-transition: bottom 0.5s;	/* Firefox 4 */
-webkit-transition: bottom 0.5s;	/* Safari 和 Chrome */
-o-transition: bottom 0.5s;}
a.more:hover{bottom: 4px;}
.index_aboutus_img{width: 100%; background: url(../images/bg_aboutus.jpg) no-repeat center top;padding:50px 0;margin-top: -24px; float:left;}
.index_aboutus_img img{max-width: 100%;}

.index_block {width: 100%;}
.index_server{width: 100%; background: url(../images/bg_server.jpg) no-repeat;background-size: 100% 100%;}
.index_server_box{width: 1200px;margin:0 auto;padding:40px 0;}
.index_server_item{float: left; display: table; width: 206px;height: 204px;margin: 15px;border:1px solid;border-radius: 5px;}
.index_server_con{display: table-cell;vertical-align: middle;text-align: center;border-radius: 5px;}
.index_server_con img{display: inline-block;margin-bottom: 26px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.index_server_con p{font-size:20px;position: relative;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.index_server_item:nth-child(odd){background-color: #e60012;border-color:#e60012;color: #fff;}
.index_server_item:nth-child(even){background-color: #fff;border-color:#a9a9a9;color: #000;}
.index_server_item:nth-child(odd) a{background-color: #e60012;border-color:#e60012;color: #fff;}
.index_server_item:nth-child(even) a{background-color: #fff;border-color:#a9a9a9;color: #000;}
.index_server_con:hover img{ -webkit-transform: rotateZ(360deg) scale(1.2);-moz-transform: rotateZ(360deg) scale(1.2);-ms-transform: rotateZ(360deg) scale(1.2);-o-transform: rotateZ(360deg) scale(1.2);transform: rotateZ(360deg) scale(1.2);}
.index_server_con:hover p{margin-top: -2px;font-size: 22px;}


.index_team{background: url(../images/bg_team.png) no-repeat right top;background-size: auto 100%;padding-bottom: 94px;}
.index_team_box_ps{text-align: center;color: #2f2f2f;font-size: 22px;line-height: 30px;letter-spacing:25px;margin:30px 0;}
.team_slide{width: 100%;}
.team_slide .teamnumberTab{margin:70px 0;}
.team_item .right_info{/*width: 772px;*/ width: 513px; min-height: 472px; position: relative;  margin-left: 70px;}
.teamnumber_name{font-size: 30px;line-height: 30px;color: #2f2f2f;margin:36px 0;}
.teamnumber_job{background-color: #ebebeb;width: 100%;height: 130px; padding:0 28px;box-sizing: border-box;font-size: 20px;color: #2f2f2f;}
.teamnumber_introuduce{color: #747474;font-size: 16px;line-height: 30px;margin:30px 0;}
.team_slide .smallScroll{width: 100%;height: 186px;overflow:hidden;}
.smallImg{/*width: 992px;*/ width: 882px; float: left;margin: 0 30px;display: inline;overflow: hidden;}
.smallImg ul{height: 186px;}
.smallImg ul li{/*width: 142px;height: 186px;*/ width: 125px;height: 170px; border:3px solid #ffffff;box-sizing: border-box;  margin:0 15px;float: left;cursor: pointer;display: inline;}
.team_slide .smallScroll .smallImg li img{width: 100%;height: 100%;}
.smallScroll a.tab_btn{display:block;width: 70px;margin-top: 78px; text-align: center;height: 30px;line-height: 30px;border:1px solid #6e6e6e;color: #000;font-size: 28px;}
.smallScroll a:hover{background-color:#e60012;color: #fff;border-color: #e60012; }
.sPrev{float: left;}
.sNext{float: right;}
.smallImg li.on{border-color:#e60012;box-sizing: border-box;}

.index_case{background: url(../images/bg_case.jpg) no-repeat;background-size: 100% 100%;padding-bottom: 86px;padding-bottom:32px;  }
.index_title2{display: inline-block;border-left:3px solid #e60012;padding-left: 10px;text-align: left;}
.index_title_box2 h2{padding:0;}
.index_title2_ps{display: inline-block;margin-left: 90px;color: #2f2f2f;font-size: 20px;line-height: 30px;position: relative;}
.index_title2_ps:after{content: "";display: inline-block;width: 334px;height: 1px;background-color: #b0b0b0;position: absolute; right:-180%;top:50%; }
.caseslide{width: 100%;background-color: #fff;padding:40px 25px 25px 25px;box-sizing: border-box;margin-top: 50px;}
.index_case_item{width: 362px;margin-right: 30px;float: left;}
.index_case_item a{display: block;width: 100%;height: 100%;overflow: hidden; position: relative;}
.index_case_item_img{ position: relative;padding-top: 26px;height: auto;overflow: hidden;}
.index_case_item_img img{height: auto;overflow: hidden;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.index_case_item_img .date,.page_date_box .date{text-align: center;position: absolute;top:0;left: 18px;color: #fff; background:url(../images/bg_date.png) no-repeat;width: 81px;height: 76px;background-size: 81px 76px;}
.index_case_item_img .date .day,.page_date_box .date .day{font-size: 24px;padding-top: 10px;border-bottom: 1px solid #fff;display: inline-block;}
.index_case_item_img .date .year,.page_date_box .date .year{font-size: 13px;letter-spacing:5px;}
.index_case_item_txt{padding:10px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.index_case_item_name{padding:12px 0;color: #0a0a0a;font-size: 16px;width: 100%;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index_case_item_ps{max-height: 60px;font-size: 14px;color: #535353;overflow: hidden;line-height: 20px;}
.index_case_item a:hover .index_case_item_txt{background-color: #f5f5f5;}
.index_case_item a:hover .index_case_item_name{color: #e60012;}

.ovrly {background: rgba(255, 255,255, 0.5);height: 100%;left: 0;position: absolute;top: 0;width: 100%;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.buttons {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.fa {background: rgb(256, 256, 256);-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;display: inline-block;line-height: 40px;font-size: 16px;text-align: center;text-decoration: none;width: 40px;height: 40px;position: relative;-webkit-transform: rotateZ(360deg) scale(0);-moz-transform: rotateZ(360deg) scale(0);-ms-transform: rotateZ(360deg) scale(0);-o-transform: rotateZ(360deg) scale(0);transform: rotateZ(360deg) scale(0);-webkit-transition: -webkit-transform 0.3s;-moz-transition: -moz-transform 0.3s;-o-transition: -o-transform 0.3s;transition: transform 0.3s;color: rgba(50, 50, 50, 0.9);}
.fa-search {-webkit-transform-origin: -5% 50%;-moz-transform-origin: -5% 50%;-ms-transform-origin: -5% 50%;-o-transform-origin: -5% 50%;transform-origin: -5% 50%;background:url(../images/i_search.png) no-repeat;}
.index_case_item a:hover .ovrly { opacity: 1;}

.index_case_item a:hover  .fa {-webkit-transform: rotateZ(0deg) scale(1);-moz-transform: rotateZ(0deg) scale(1);-ms-transform: rotateZ(0deg) scale(1);-o-transform: rotateZ(0deg) scale(1);transform: rotateZ(0deg) scale(1);}
.index_case_item a:hover img{transform: scale(1.02, 1.02);}

.caseBtn{text-align: center;margin-top: 50px;}
.caseBtn a{cursor: pointer; outline: none; display:inline-block;width: 40px;height: 40px;font-size: 22px; background-color: #d4d4d4;color:#2a2a2a;line-height: 40px;text-align: center;margin-right: 10px;}
.caseBtn a.prev{background:#d4d4d4 url(../images/icon_prev.png) no-repeat center center; background-size: 20px auto;}
.caseBtn a.next{background:#d4d4d4 url(../images/icon_next.png) no-repeat center center; background-size: 20px auto;}
.caseBtn a.prev:hover{background:#e60012 url(../images/icon_prev2.png) no-repeat center center;border-color:#e60012;background-size: 20px auto;}
.caseBtn a.next:hover{background:#e60012 url(../images/icon_next2.png) no-repeat center center;border-color:#e60012;background-size: 20px auto;}

.a_more{font-size: 17px;text-align: center;}
.a_more a{color: #2f2f2f;display: block;width: 100%;height: 100%;}
.icon_more{display:block;width: 41px;height: 41px;background:url(../images/icon_more.png) no-repeat; margin:15px auto;}
.a_more a:hover{color: #e60012;}

.index_honor{padding-bottom: 50px;}
.index_honor_box{margin-top: 40px; height:650px;}
.index_honor_menu ul{width: 100%;text-align: center;font-size: 0;margin:0;vertical-align: top;}
.index_honor_menu ul li{display: inline-block;width:140px;height: 44px;line-height: 44px;text-align: center;}
.index_honor_menu ul li a{display: block;width: 100%;height: 100%;color: #000;font-size: 18px;border:1px solid #b9b9b9;box-sizing: border-box;}
.index_honor_menu ul li a:hover,.index_honor_menu_active{background-color: #e60012;color: #fff;color: #fff!important;box-sizing: border-box;}
.honor_list{width: 100%;}
.index_honor_item{margin-top: 66px;}
.honor_list li{width: 380px;float: left;margin-right: 30px;text-align: center;margin-bottom: 40px;}
.honor_list li a{display: block;width: 100%;height: 100%;}
.honor_list li:nth-of-type(3n){margin-right: 0;}
.honor_list li img{display: inline-block;max-width:340px;  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.honor_list li .honor_txt{font-weight: bold; width: 380px;height: 130px;padding-top: 38px;box-sizing:border-box;line-height: 92px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;background-color: #e1e1e1;margin-top: -38px;color: #505050;font-size: 16px;}
.honor_list li a:hover  .honor_txt{background-color: #e60012;color: #ffffff;}
.honor_list li a:hover  img{transform: scale(1.02, 1.02);}


.honor_actives_list{width: 100%;}
.honor_actives_list li{width:588px;margin-right: 20px;float: left;margin-bottom: 62px;}
.honor_actives_list li:nth-of-type(2n){margin-right: 0;}
.honor_actives_list li a{display: block;width: 100%;background-color: #f5f5f5;padding:15px;box-sizing: border-box;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.honor_actives_list li a:hover{box-shadow: 2px 2px 5px #ddd; }
.honor_actives_list li img{width:205px;max-height: 143px; float: left;}
.honor_actives_list li .honor_actives_txt{transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; position: relative; height: 143px;padding-bottom:16px;position: relative;  float: left;width: calc(100% - 205px);box-sizing: border-box; padding-left: 20px;color: #000;}
.honor_actives_name{margin-top: 28px;font-size: 18px;line-height: 30px;   display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: ;overflow: hidden;}
.actives_date{color: #575757;font-size: 14px;position: absolute;left:20px;bottom:16px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}

.honor_actives_txt::before{content: '';background-color: #e60012;width: 0px;position: absolute;left: -24px;top: 13%;z-index: 3;opacity: 0;transition: all 0.3s ease-out 0s;height: 2px;}
.honor_actives_list li a:hover .honor_actives_txt{padding-left: 40px;}
.honor_actives_list li a:hover .honor_actives_txt .actives_date{left: 40px;}
.honor_actives_list li a:hover .honor_actives_name{color: #e60012;}

.honor_actives_list li a:hover .honor_actives_txt::before{opacity: 1;width: 48px;}


.index_question{background:url(../images/bg_question.jpg) no-repeat;background-size: 100% 100%;padding-bottom: 80px;}
.index_question_list{vertical-align: top;text-align: left;margin-top: 70px;font-size: 0;}
.index_question_item{display: inline-block;  /*width: 582px;*/ width: 534px; min-height: 388px;padding:23px;margin-bottom: 30px; 
    vertical-align: top;
    box-sizing: border-box; /*box-shadow: 3px 3px 5px #ddd;*/box-shadow: -2px 1px 15px #ddd; background-color:#ffffff;margin-right: 32px}
.index_question_item:nth-of-type(2n){margin-right: 0;}
.ask_avatar{width: 66px;height: 66px;background:url(../images/ask_avatar.jpg) no-repeat; background-size: 100% 100%;margin-right: 20px;}
.ask_problem{max-width: calc(100% - 86px); padding:15px 20px;min-height: 66px;box-sizing: border-box; background: url(../images/bg_ask.png) no-repeat;background-size: 100% 100%; }
.asker_name,.answer_name{color: #e60012;font-size: 16px;line-height: 30px;font-weight: bold; padding-bottom: 6px;border-bottom:1px solid #fff;}
.ask_detail,.answer_detail{padding-top:6px; font-size: 16px;line-height: 30px; color: #000;}
.answer{margin-top: 40px;position: relative;}
.answer_name{border-bottom:1px solid #e6e6e6;}
.answer_avatar{position: absolute;right: 0;bottom:0; width: 50px;height: 66px;background:url(../images/answer_avatar.jpg) no-repeat; background-size: 100% 100%;}
.answer_problem{max-width: calc(100% - 86px); padding:15px 20px;min-height: 66px;box-sizing: border-box; background: url(../images/bg_answer.png) no-repeat;background-size: 100% 100%; }

/*用户评价*/
#index_praise_slide{width: 100%;padding: 50px;box-sizing: border-box;margin-top: 60px;}
#index_praise_slide .bd li{position: relative;width: 100%;min-height:374px;background: #eeeeee;padding:138px 164px 76px 164px;box-sizing: border-box; }
.icon_comma{position: absolute;width: 52px;height: 42px;background: url(../images/i_comma.png) no-repeat;background-size: 100% 100%;}
.comma_up{left:64px;top:-21px; background-position: top center;}
.comma_down{right:64px;bottom:-21px;  transform: rotate(180deg);
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Safari and Chrome */
-o-transform: rotate(180deg); /* Opera */
-moz-transform: rotate(180deg); /* Firefox */}
.customer{text-align: center;position: absolute;left:50%;top:-47px;transform: translateX(-50%);-ms-transform: translateX(-50%); /* IE 9 */
-webkit-transform: translateX(-50%); /* Safari and Chrome */
-o-transform: translateX(-50%); /* Opera */
-moz-transform: translateX(-50%); /* Firefox */}
.customer_avatar{display: inline-block; width: 92px;height: 92px;border:2px solid #fff;border-radius: 50%;margin-bottom: 14px;}
.customer_name{font-size: 16px;color: #1d1d1d;}
.praise_box{color: #1d1d1d;font-size: 16px;line-height: 30px;}
.praise_date{text-align: right;margin-right: 76px;margin-top: 40px;}
#index_praise_slide .hd{width:100%;margin-top: 50px;  }
#index_praise_slide .hd ul{ overflow:hidden; zoom:1; text-align:center;  }
#index_praise_slide .hd ul li{text-indent: -10000px; cursor:pointer;width: 4%;height: 5px;margin:0 10px; background: #aaaaaa; display: inline-block;vertical-align: middle; border-radius: 10px;}
#index_praise_slide .hd ul li.on{ background:#ff0000; }

/*流程*/
.index_process{background:url(../images/bg_lc.jpg) no-repeat;background-size: 100% 100%;padding-bottom: 80px;}
.index_process_box  {margin-bottom: 50px;}
.icon_down{width: 27px;height: 27px;margin:4px auto;display:block; background: url(../images/icon_down.png) no-repeat;background-size: 100% 100%;}
.litigation_process{margin-top: 30px; position: relative; height: 290px;background: url(../images/bg_lc1.png) no-repeat left center;background-size: 100% auto;}
.lc_item{position: absolute; width: 252px;height: 75px;box-sizing: border-box;}
.lc_item_name{font-size: 18px;font-weight: bold;color: #000;margin-bottom: 4px;}
.lc_item_ps{font-size: 14px;color: #6c6c6c;line-height: 18px;}
.litigation_item1{top:52px;left: 64px;}
.litigation_item2{ top:195px;left: 150px;}
.litigation_item3{top:52px;left: 360px;}
.litigation_item4{top:195px;left: 444px;}
.litigation_item5{top:52px;left: 654px;}
.litigation_item6{top:195px;left: 745px;}
.litigation_item7{top:52px;left: 950px;}
.litigation_item8{width: 160px; top:195px;left: 1040px;}

.delay1{-webkit-animation-delay: 0.1s;animation-delay: 0.1s;}
.delay2{-webkit-animation-delay: 0.2s;animation-delay: 0.2s;}
.delay3{-webkit-animation-delay: 0.3s;animation-delay: 0.3s;}
.delay4{-webkit-animation-delay: 0.4s;animation-delay: 0.4s;}
.delay5{-webkit-animation-delay: 0.5s;animation-delay: 0.5s;}
.delay6{-webkit-animation-delay: 0.6s;animation-delay: 0.6s;}
.delay7{-webkit-animation-delay: 0.7s;animation-delay: 0.7s;}
.delay8{-webkit-animation-delay: 0.8s;animation-delay: 0.8s;}

.mediate_process{width: 1090px;margin:30px auto 0 auto;  position: relative; height: 290px;background: url(../images/bg_lc2.png) no-repeat center center;background-size: 100% auto;}
.mediate_item1{top:56px;left: 54px;}
.mediate_item2{top:190px;left: 144px;}
.mediate_item3{top:56px;left: 346px;}
.mediate_item4{top:190px;left: 432px;}
.mediate_item5{top:56px;left: 638px;}
.mediate_item6{top:190px;left: 732px;}
.mediate_item7{width: 200px; top:56px;left: 934px;}


.index_news{padding-bottom: 80px;}
.slideTxtBox{ width:100%;margin-bottom: 20px;}
.slideTxtBox .hd{ margin-top: 50px;position:relative; }
.slideTxtBox .hd ul{width: 100%;text-align: center;  }
.slideTxtBox .hd ul li{ display: inline-block;padding:14px 22px;border:1px solid #b9b9b9; cursor:pointer;color: #2f2f2f;  font-size: 18px;line-height: 18px;margin:0 5px;}
.slideTxtBox .hd ul li a{color: #2f2f2f;}
.slideTxtBox .hd ul li.on,.slideTxtBox .hd ul li:hover{  background:#e60012; border-color:#e60012;color: #fff;}
.slideTxtBox .hd ul li.on a,.slideTxtBox .hd ul li:hover a{color: #fff;}
.slideTxtBox .bd ul{ zoom:1;  }
.news_list{margin-top: 40px;}
.news_list li{background: #fff;padding:15px 30px;width: 100%;box-sizing: border-box;margin-bottom: 30px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);}
.news_list li:hover{box-shadow: 0 5px 10px rgba(0,0,0,.1);}
.news_list li:nth-child(odd) {background: #e8e8e8;}
.news_list li a{display: block;width: 100%;height: 100%;color: #696969;}
.news_list li a .news_date{width: 12%;margin-right:5%; float: left;}
.news_date .day{display: block;font-size: 38px;font-weight: bold;color: #4a4a4a;font-family:timesbd,"微软雅黑";}
.news_date .year{display: block;position: relative;text-align: right; font-size: 18px;color: #505050;font-weight: bold;font-family:timesbd,"微软雅黑";}
.news_date .year:before{content: '';position: absolute;top:-20px;right:20px; width: 32px;height: 32px;background:url(../images/bg_line.png) no-repeat;}
.news_list li a .news_article{width: 83%;float: left;}
.article_title{color: #2f2f2f;font-size: 22px;margin-bottom: 6px; width: 100%;height:35px; line-height: 35px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.article_ps{color: #696969;font-size: 14px;;width: 100%;height:22px;line-height: 22px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news_list li a:hover .article_title{color: #e60012;}

.index_form{ width: 100%;background: url(../images/bg_form.jpg) no-repeat;background-size: 100% 100%;padding-bottom: 80px;z-index:888;position:relative;}

.footer{z-index:888;position:relative;}
.address{margin-top: 50px;}
.address .left{width: 55%;float: left;margin-right: 5%;line-height: 30px;color: #3c3c3c;font-size: 16px;}
.address .right{width: 40%;float: left;text-align: right;line-height: 30px;}
.wechat{display: inline-block;margin:5px; text-align: center;}
.wechat img{display: inline-block;width: 138px;}
.form_message{width: 100%;margin-top: 30px;}
.txt_box{float: left; margin-bottom: 20px;width: 566px;margin-right: 28px;height: 45px;line-height: 45px;background: #fff;padding:0 10px;font-size:16px;border:0;}
.user_phone{margin-right: 0;}
.message_box{ font-family: "微软雅黑";resize:none; margin-bottom: 20px; float: left; width: 100%;height: 172px;line-height: 30px;font-size: 16px;outline: none;border:0;background: #fff; padding:5px 10px;box-sizing: border-box;}
.btn_submit{width: 292px;height: 52px;font-size: 18px; text-align: center;line-height: 52px;color: #fff;background:#e60012;transition: margin-left 0.3s;border:0;border-radius: 50px;}
.btn_submit:hover{margin-left: 4px;}
.friend_ship{padding:20px 0;background: #fff;}
.friend_label{display: block; font-size: 16px;color: #606060;width: 80px;float: left;}
.friend_list{width: 1110px;margin-left:10px;float: left;}
.friend_list li{display: inline-block;margin:0 8px 5px 8px;vertical-align: top;}
.friend_list li a{color:#606060;font-size: 16px;}
.friend_list li a:hover{color:#e60012; }

.page_article_tit{width: 75%;margin:0 auto;}
.page_article{margin:0 0;width: 100%;}
.particle_title{font-size: 24px;line-height: 45px;margin-bottom: 40px; color: #464646; text-align: center;font-weight: bold;}
.article_date{width: 100%;height: 40px;line-height: 40px;background: url(../images/bg_aline.png) repeat-x center center;position: relative;}
.article_date span{font-family:timesbd,"微软雅黑";font-size:20px;color: #505050; display: block;padding:0 24px;background: #fff;z-index: 2;position: absolute;left:50%;top:50%;transform: translateX(-50%) translateY(-50%);}
.particle_con{padding:50px 25px;font-size: 16px;line-height: 30px;color: #48484a; word-wrap:break-word;}
.particle_con img{max-width: 100%;}
.particle_con p{text-indent:2em;}
.article_page{width: 76%;margin:50px auto;}
.article_page a{border:1px solid #b8b8b8; display: block;height: 45px;line-height: 45px; width: 100%;box-sizing: border-box; color: #484848; font-size: 16px;margin-bottom: 15px;border-radius: 50px;background: #ffffff;padding:0 2%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; text-align: center; }
.article_page a:hover,a.article_page_active{color: #ffffff; background:#e72828;border-color:#e72828;  }

.back_to_list{display: table; width: 100px;height: 100px;background: #f5f5f5;border-radius: 50%;margin:50px auto;text-align: center;}
.back_to_list a{display: table-cell;vertical-align: middle; color: #535353;font-size: 14px;}
.icon_back{display: inline-block;margin-bottom: 5px; width: 27px;height: 23px;background: url(../images/icon_back.png) no-repeat center center;}


.page_case_box{padding: 0 25px;width: 100%;box-sizing: border-box;}
.page_case_type{width: 100%;margin-top: 50px; margin-bottom: 70px;}
.page_case_type .type_list{width: 100%;text-align: left;font-size: 0;}
.page_case_type .type_list li{display: inline-block;background: #f4f4f4; margin:0 2.5%; margin-bottom:10px; text-align: center;font-size: 0; width:15%;}
/*.page_case_type .type_list li:nth-of-type(6n){margin-right: 0;}*/
.page_case_type .type_list li a{display: block;height: 100%;text-align: center;height: 40px; line-height: 40px;font-size: 16px;color: #242424;}
.page_case_type .type_list li:hover,.page_case_type .type_list li.type_list_active{background: #e60012;}
.page_case_type .type_list li:hover a,.page_case_type .type_list li.type_list_active a{color: #ffffff;}

.page_case_list{width: 100%;}
.page_case_list li{float: none;margin-bottom: 30px; width: 100%;border:1px solid #e0e0e0;padding:0 15px 15px 15px;box-sizing: border-box;position: relative;}
.page_case_list .index_case_item_img{position: initial;padding-top: 15px;width: 362px;float: left;}
.page_case_list .index_case_item_img img{width: 100%;height: 250px;}
.page_case_list .index_case_item_img .date{top:-14px;left:32px;}
.page_case_list .index_case_item_txt{width: calc(100% - 362px);margin-top: 15px; float: left;padding:15px  44px 0 29px;box-sizing: border-box;}
.page_case_list .index_case_item_name{padding:0;height: 30px; font-size: 20px;font-weight: bold;line-height: 30px;margin-bottom: 15px;color: #454545;}
.page_case_list .index_case_item_ps{max-height: 104px; font-size: 16px;line-height: 26px;color: #535353; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.btn_goto{display: block; width:94px;height: 30px;border:1px solid #b8b8b8;background:#ffffff url(../images/icon_right.png) no-repeat center center;margin:30px 0;}
.page_case_list li a{display: block;width: 100%;height: 100%;}
.page_case_list li a:hover .index_case_item_name{color: #e60012;}
.page_case_list li a:hover .btn_goto{background: #e60012 url(../images/icon_next2.png) no-repeat center center;;border-color: #e60012;}


.page_date_box{width: 1150px;margin-left: auto;margin-right: auto;margin-top: -10px;position: relative;}
.case_line{width: 100%;height: 15px;line-height: 15px;background: url(../images/bg_aline.png) repeat-x center center;position: relative;}
.case_line:before{content:""; position: absolute;top:0px;left:50%;width: 114px;height: 3px;margin-left: -57px;background: #e60012;}


.page_team_box{margin-top: 60px;}
.page_team_list{width: 100%;font-size: 0;text-align: left;}
.page_team_list li{display: inline-block;width: 258px;margin-right: 56px; vertical-align: top;}
.page_team_list li:nth-of-type(4n){margin-right: 0;}
.page_team_list li a.teamimg_box{display: block;width: 100%;height: 100%;position: relative;color: #fff;overflow: hidden;position: relative;}
img.team_pic{width: 100%;position: relative;width: 100%;top: 0;left: 0;}
.team_mark{position: absolute; width: 100%; height: 100%;padding:28px;box-sizing: border-box;font-size: 16px;line-height: 30px; color: #fff;  left: 0;top: 100%;background: rgba(230, 0, 18, 0.7); -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.team_note{display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 8; overflow: hidden;}

.page_team_list li a.teamimg_box:hover .team_mark {top: 0;}
.know_more{text-align: center;margin-top: 20px;}
.team_intro_box{padding:20px 5px;width: 100%;box-sizing: border-box;text-align: center;}
.team_name{font-size: 20px;}
.team_name a{color: #2f2f2f;}
.team_name a:hover{color: #e60012;}
.team_ps{color: #858585;margin: 10px 0;font-size: 15px;line-height: 22px; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden; height: 44px;}
a.btn_consult{display: inline-block; width: 102px;height: 33px;font-size: 14px; text-align: center;line-height: 33px;color: #fff;background: #e60012;border-radius: 50px;}
.page_case_block{padding-bottom: 80px;}


.team_number_info_box{background: #ffffff;z-index: 33;margin-top: -54px;position: relative;}
.team_number_main .left_img{float: left;margin-left: 62px; margin-top: -210px;width: 348px;position: relative;background: #e60012;}
.team_number_main .left_img img{width: 100%;position: relative;top:28px;left:28px;}
.team_number_main .right_info{width: 760px;float: right;padding:30px 30px 30px 52px;box-sizing: border-box;}
.team_number_name{color: #2f2f2f;font-size: 30px;padding-bottom: 20px;position: relative;}
.team_number_name:after{content: '';position: absolute;left:0;bottom:0;width: 70px;height: 3px;background: #e60012;}
.team_number_note_box{margin-top: 26px;background: #f1f1f1;color: #2f2f2f;font-size: 18px;line-height: 30px;padding:0 30px;width: 100%;min-height: 140px;text-align: left; box-sizing: border-box;display: table;}
.team_number_note{display: table-cell;width: 100%;vertical-align: middle;padding: 20px 0;}
.team_number_detail{width: 100%;padding:84px;box-sizing: border-box;font-size: 16px;color:#3f3f3f;line-height: 30px; }
.team_number_detail img{max-width: 100%;}
.page_team{text-align: center;}
.btn_prev,.btn_next{display: inline-block;margin:0 5px; width: 68px;height:30px;border:1px solid #6e6e6e; }
.btn_prev{background:#ffffff url(../images/icon_prev.png) no-repeat center center; }
.btn_next{background:#ffffff url(../images/icon_next.png) no-repeat center center; }
.btn_prev:hover{background:#e60012 url(../images/icon_prev2.png) no-repeat center center;border-color:#e60012;}
.btn_next:hover{background:#e60012 url(../images/icon_next2.png) no-repeat center center;border-color:#e60012;}


.index_title_left{text-align: left;border-bottom: 1px solid #bfbfbf;width: 100%;}
.relevant_member_box{margin:20px 0;}
.page_block_case{padding:50px 0;}

.honor_tab{width:100%;background-color: #e1e1e1;padding:15px 0;}
.honor_tab_list{width: 60%;margin:0 auto; display: flex;height: 35px;line-height: 35px}
.honor_tab_list li{ flex:1;text-align: center;border-right: 1px solid #d2d2d2;}
.honor_tab_list li:last-of-type{border-right: 0;}
.honor_tab_list li a{font-size: 18px;color: #2f2f2f;}
.i_jtou{display: inline-block;vertical-align: middle; width: 15px;height: 18px;margin-left: 10px; background: url(../images/bg_jtou.png) no-repeat;}
.honor_tab_active .i_jtou,.honor_tab_list li a:hover .i_jtou{background-position: 0 -18px;}
.honor_tab_list li.honor_tab_active a,.honor_tab_list li a:hover{color: #e60012;}
.media_date{color: #9f9f9f;font-size: 16px;margin: 15px 0;}
.page_media_box{margin-top: 50px;}
.page_media_box .page_case_list li{border:4px solid #e0e0e0;margin-bottom: 40px;}
.page_media_box .index_case_item_ps{-webkit-line-clamp: 1;}

.page_contact_box{font-size: 18px;line-height: 30px; text-align: center; margin-top: 60px;margin-bottom: 100px; border:1px solid #d5d5d5;padding:50px 0; box-sizing: border-box;position: relative;}
.company_name{position: absolute;padding:10px 32px;color: #3c3c3c;font-size: 28px;font-weight: bold; left:50%;top:-30px;background-color: #fff; transform: translateX(-50%);}

.route{width: 80%;margin:60px auto; padding:38px 54px;box-sizing: border-box;border:1px dashed #cacaca;color: #1e1e1e;font-size: 18px;line-height: 30px;}
#map{width: 100%;height: 650px;}


.block_aboutus{padding:86px 0;}
.index_title_box4{width: 90%;margin:0 auto;border-bottom: 1px solid #c5c5c5;}
.index_title_box4 h2:after{content: '';width: 53px;height: 5px;position: absolute;left:50%;margin-left: -26px;bottom:-3px;background-color: #e60012;}
.block_aboutus_con .block_title{font-size: 38px;color: #2f2f2f;text-align: center;margin:60px 0;}
.block_aboutus_con .block_con{font-size: 18px;color: #484848;line-height: 30px;}
.block_aboutus_con  img{display: block;margin:0 auto;max-width: 100%;}

.page_about_title_box{width: 100%;height: 65px; background:url(../images/bg_aline.png) repeat-x left center;position: relative;}
.page_about_title{height: 65px;text-align: center; background-color: #ffffff;display: block;padding:0 54px;position: absolute;left:50%;transform: translateX(-50%);}
.page_about_title .title_en{font-family: "宋体";font-size: 64px;color: #e8e8e8;z-index: -1;text-transform: uppercase;margin-top: 15px;}
.page_about_title h2{z-index: 3;font-size: 32px;color: #e60012;font-weight: bold;line-height: 65px;margin-top: -90px;}

.block_brand{margin:60px 0;}
.block_aboutus_con{width:80%;margin:80px auto;}
.brand_imgbox{text-align: center;}
.brand_imgbox img{display: inline-block;max-width:100%;margin:0 20px;}
.brand_info{line-height: 30px;padding:50px 110px;background-color: #f6f6f6;}
.brand_info img{max-width: 100%;}


.shzr_left{float: left;width: 434px;}
.shzr_right_box{float: left;box-shadow: 0 8px 20px rgba(0,0,0,.1);margin-left: -30px;z-index: 2; width: 554px;height: 527px;margin-top: 75px;padding:50px;box-sizing: border-box; background: #ffffff;display: table;}
.shzr_right{display: table-cell;vertical-align: middle;}
.shzr_right_tit{ text-align: center;color: #e60012;font-size:36px;line-height: 45px;padding-bottom: 20px;position: relative;}
.shzr_right_tit:after{content: '';position: absolute;left:50%;bottom:0;margin-left: -73px; width: 147px;height: 2px;background:#e60012; }
.shzr_right_info{font-size: 16px;line-height: 30px;color: #000;padding:20px 0;}

.shzr_info{border:1px dotted #9e9e9e;width: 90%;margin:0 auto;box-sizing: border-box; padding:30px 80px;box-sizing: border-box;font-size:18px;line-height: 30px;color: #000000;margin-top: 50px;}

.block_culture_con{margin:60px auto;}
.culture_left{float: left;width: 610px;padding:0 30px;box-sizing: border-box; color: #484848;line-height: 25px;font-size: 16px;}
.culture_right{float: right;width:420px;margin-right: 60px; }
.culture_img{width: 388px;height: 580px;border:4px solid #eaeaea; box-sizing: border-box;position: relative;}
.culture_img img{width: 388px;height: 580px;position: absolute;top:-18px;left:-18px;}



.service_list_box{width: 960px;margin:60px auto; min-height: 640px;  background:#ffffff url(../images/bg_ser.jpg) no-repeat;background-size: 100% auto;position: relative;}
ul.service_list{position: absolute;top:316px;left:150px;}
.service_list li{font-size:24px;line-height: 45px;color: #484848;padding-left: 40px;background:url(../images/bg_y.png) no-repeat 5px 16px;}

/*底部*/
.foot_nav{background: #e60012;}
.footnav_list{text-align: center;padding: 10px 0;}
.footnav_list li{display: inline-block;vertical-align: top; text-align: center;margin:0 30px;}
.footnav_list li a{color: #fff;font-size: 16px;}
.copy_right{background: #fff;padding:40px 0;text-align: center;}

.other_banner{width: 100%;height: 532px;background: url(../images/bg_obanner.jpg) no-repeat; background-size: cover;position:relative; z-index:888;}
.obanner_txt_box{position: absolute;right: 20%;top:34.7%;width: 565px;height: 254px;background: rgba(210,23,37,0.82);display: table;}
.obanner_txt{text-align: center;color: #fff;display: table-cell;vertical-align: middle;width: 100%;}

.obanner_txt h1{font-size: 30px;color: #fff;font-weight: bold;line-height: 35px;position: relative;margin-bottom: 30px;}
.obanner_txt h1:after{content: "";position: absolute;bottom:-15px;left: 50%;transform:translateX(-50%); width: 150px;height: 2px;background: #e3c258;}
.obanner_txt p{font-size: 22px;line-height: 30px;}

.page_main{width: 100%;background: #fff;}



.pages{width: 100%;text-align: center;margin-top:80px;margin-bottom:80px;}
.pages a,.phone_pages a{display: inline-block;height: 36px;text-align: center;border:1px solid #bababa;font-size: 14px;color: #000000;margin:0 7px;background-color: #fff;}
a.page_number{display: inline-block;width:36px;height: 36px;text-align: center;line-height: 36px;border-radius: 50%; }
a.a_pagediration{width:80px;border-radius: 50px;line-height: 36px; }
.pages a:hover,a.page_active{background-color: #e60012!important;border-color:#e60012!important;color: #fff;}






/*侧边栏*/
.izl-rmenu{position:fixed; right:10px; bottom:5px; padding-bottom:73px; background:url(../images/r_b.png) 0px bottom no-repeat; z-index:999; }
.izl-rmenu .btn{width:72px; height:73px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#444;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#ffffff; text-decoration:none; display:block;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat; background-color:#ffffff;}
.izl-rmenu .btn-wx:hover{background-color:#444;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-160px; top:0px; display:none;max-width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat; background-color:#ffffff;}
.izl-rmenu .btn-phone:hover{background-color:#444;}
.izl-rmenu .btn-phone .phone{background-color:#444; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat; background-color:#ffffff; display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}

.izl-rmenu{position:fixed; right:10px; bottom:5px; padding-bottom:73px; background:url(../images/r_b.png) 0px bottom no-repeat; z-index:999; }.izl-rmenu .btn{width:72px; height:73px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de; text-decoration:none; display:block;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat; background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-160px; top:0px; display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat; background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat; background-color:#666666; display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}
/*相关资讯*/
.relevant_article_title{padding-bottom: 25px;border-bottom:1px solid #b4b4b4;}
.relevant_article_title h2{font-size: 36px; font-weight: bold;line-height: 36px;}
.relevant_article_con{padding:30px 0; height:300px;z-index:888;}
.relevant_article_con ul li{padding-left: 30px;position: relative;height: 40px;line-height: 40px;margin-bottom: 8px;  font-size: 18px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; float:left;}
.relevant_article_con ul li:before{content: '';width: 5px;height: 5px;background:#e60012;position: absolute;left:12px;top:50%;margin-top: -2px; }
.relevant_article_con ul li a{color: #2f2f2f;display: block;width: 560px;height: 100%;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.relevant_article_con ul li:hover{background: #f5f5f5;}

/*腰边广告*/
.waist_ad{background: #f3f3f3;}
.waist_ad_wrap{padding:25px 44px;box-sizing: border-box;}
.waist_ad_left{width:50%;position: relative;display: inline-block;vertical-align: middle;min-height: 160px; }
.waist_ad_right{width:50%;}
.box1{position: absolute;top:32px;left:0; width:75px;height: 75px;/*border:2px solid #e8ce79;*/border:2px solid #e60113; z-index: 1;}
.box2{position: absolute;right: 50px;top:90px; width: 22px;height: 22px;/*border:2px solid #e8ce79;*/border:2px solid #e60113;}
.waist_ad_left h2{position: absolute; font-weight: bold;font-size: 27px;color: #464646;/*margin-top: 70px;*/top:50%;transform: translateY(-50%);  margin-left: 30px;z-index: 2;}
.waist_ad_right .call{width: 250px;padding-left: 40px; margin-top: 55px;}
.waist_ad_right .call p{font-size: 15px; color: #5c5c5c;}
.waist_ad_right .call .tel_number{display: inline-block; font-weight: bold;font-size: 32px;
    /*color: #e3c258;border-bottom: 1px solid #e3c258;*/
    color: #e60113;border-bottom: 1px solid #e60113;
    padding-bottom: 5px;}
.waist_ad_right .teamimg{width: 265px;}
.waist_ad_right .teamimg img{width: 100%;}



/*业务领域*/
.padding_50{padding:50px 0;}
.servers1_tit{text-align: center;}
.servers1_tit_zh{font-size: 36px;margin-bottom: 0.2rem;}
.servers1_tit_zh strong{font-weight: bold;color: #e60012;}
.servers1_tit_zh span{color: #515151;padding-left: 40px;background: url(../images/icon_i.png) no-repeat 10px center;background-size: 18px 18px;}
.servers1_tit_en{ color: #6e6e6e;text-transform: uppercase;font-size: 14px;}
.servers1_block_con{ position: relative; font-size: 18px;color: #464646;line-height: 30px; border:1px solid #aaaaaa;padding:30px 20px;box-sizing: border-box;position: relative;}
.s1_img{width:400px;margin-right:52px; position: absolute;left:20px;top:30px;}
.servers1_t{ position: absolute;left:382px;top:80px;  width:480px;padding:10px 20px; background: #e60012;color: #ffffff;font-weight: bold;font-size:28px;text-align: center;}
.space{padding-top:160px; }
.servers1_block_info{width:calc(100% - 500px);float: right;margin-right: 50px;}

/*服务流程*/
.servers2_block{height: 504px; margin-top: 200px;background:#f3f3f3 url(../images/s2.jpg) no-repeat right top;background-size: 46% 100%;position: relative; }
.servers2_left{width:554px; position: absolute;bottom: -50px;}
.servers2_block_icon{ position: absolute;left:30%;margin-top: -50px;  width:100px;height: 100px;background: url(../images/icon_s2.jpg) no-repeat;background-size: 100% 100%;}

.servers2_block_wrap{margin-top: 120px;}
.servers2_block_con{background: #ffffff;padding:50px 60px;box-sizing: border-box;width: 100%;box-shadow: 0 0 15px #dddddd; }
.servers2_tit_zh{font-size: 28px;color: #e60012;font-weight: bold;margin-bottom:20px;}
.servers2_block_info p{margin-bottom: 10px;line-height: 35px;font-size: 20px;color: #464646;}


.s3_block{background: #f5f5f5;padding-top: 180px; margin:120px 0  20px 0; /*height:600px;*/    padding-bottom: 120px;}
.s3_block_con{position: relative;background: #ffffff;padding:35px;border:1px solid #aaaaaa;box-sizing: border-box;}
.s3_block_tit{width: 515px;padding:10px 20px; background: #e60012;color: #ffffff;font-weight: bold;font-size: 28px;text-align: center; margin-left: -50px;}
.s3_block_info{margin-top: 40px;width: 600px;}
.s3_block_info p{font-size:18px;color: #464646;line-height: 30px;margin-bottom: 10px;}
.s3_img{position: absolute;top: -56px;width: 434px;right:35px;text-align: center;}
.s3_img img{display: inline-block;max-width: 100%;}

.scene_block{}
.scene_item{box-sizing: border-box; background:#fff;padding:50px 0;}
.scene_item_wrap{width: 778px;margin:0 auto;}
.scene_item:nth-child(even){background: #f5f5f5;}
.scene_number{ width:163px;height: 68px;margin: 70px auto 42px auto;text-align: center;line-height:68px;color: #64595a;font-size: 24px;font-weight: bold;}
.scene_number1{background: url(../images/scene1.png) no-repeat;background-size: 100% 100%;}
.scene_number2{background: url(../images/scene2.png) no-repeat;background-size: 100% 100%;}
.scene_number3{background: url(../images/scene3.png) no-repeat;background-size: 100% 100%;}
.scene_number4{background: url(../images/scene4.png) no-repeat;background-size: 100% 100%;}

.scene_question{position: relative;margin-bottom:20px;border-radius: 5px;padding:15px;box-sizing: border-box;text-align: center;color: #ffffff;font-size: 26px;}
.triangle {position: absolute;left:50%;bottom:-10px;width: 0;height: 0;border-top: 10px solid #e60012;border-left: 6px solid transparent;border-right: 6px solid transparent;margin-left: -5px;}
.scene_answer{position: relative;margin-top: 100px; border:1px solid #cb9f9f;background: #fff0f1;padding:74px 28px 30px 28px;box-sizing: border-box;width: 100%;border-radius: 3px;}
.sanswer_avator{width: 112px;height: 112px;position: absolute;top:-56px;left:50%;margin-left: -56px;background: url(../images/savator.png) no-repeat;background-size: 100% 100%;}
.scene_ps{text-align: center;color: #484848;font-weight: bold;margin-bottom: 20px;font-size: 18px;}
.sanswer_detail{font-size: 16px;color: #484848;line-height: 28px; word-wrap:break-word;}
.scene_question1{ background: #e60012;}
.scene_question2{background: #e3c258;}
.scene_question3{background: #8cc051;}
.scene_question4{background: #4b89dc;}
.triangle1{border-top-color:#e60012; }
.triangle2{border-top-color:#e3c258; }
.triangle3{border-top-color:#8cc051; }
.triangle4{border-top-color:#4b89dc; }

.xinwen_xq .tou{height: 65px;line-height: 65px;background: #e40011; margin:5px 0;}
.xinwen_xq .tou h2{float: left;max-width: 600px;font-size: 26px;color: #fff; padding: 0 30px;position: relative;}
.xinwen_xq .tou h2:before{width: 100%;height: 4px;top: inherit; bottom: -1px;content: "" !important;}
.xinwen_xq .tou h2 a{color: #fff;}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.page-header h1{font-weight:100;font-size:30px;margin-bottom:10px;color:#999;}
/*  首页头部最新资讯*/
.left1{width:63%;float:left;margin-left:5%;}
.right1{width:26%;float:left; margin-right:6%;}
.lunhuan{margin:1% 2% 0 5%; float:left; width:37.2%;}
.left1 .fday{float:left; margin-top:2%; width:55.8%;}
.fday li{padding:5px 5px;width: 100%; list-style: none;}

.fday li a{width: 100%;height: 100%; color: #696969;}
.fday li a:hover{color:#e60012}




/*  首页微杂志*/
.index_case_item1{width: 260px;margin-right: 30px;float: left;}
.index_case_item1 a{display: block;width: 100%;height: 100%;overflow: hidden; position: relative;}
.index_case_item_img1{ position: relative;padding-top: 26px;height: auto;overflow: hidden;}
.index_case_item_img1 img{height: auto;overflow: hidden;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.index_case_item_img1 .date,.page_date_box .date{text-align: center;position: absolute;top:0;left: 18px;color: #fff; background:url(../images/bg_date.png) no-repeat;width: 81px;height: 76px;background-size: 81px 76px;}
.index_case_item_img1 .date .day,.page_date_box .date .day{font-size: 24px;padding-top: 10px;border-bottom: 1px solid #fff;display: inline-block;}
.index_case_item_img1 .date .year,.page_date_box .date .year{font-size: 13px;letter-spacing:5px;}
.index_case_item_txt1{padding:10px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.index_case_item_name1{padding:12px 0;color: #0a0a0a;font-size: 16px;width: 100%;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index_case_item_ps1{max-height: 60px;font-size: 14px;color: #535353;overflow: hidden;line-height: 20px;}
.index_case_item1 a:hover .index_case_item_txt{background-color: #f5f5f5;}
.index_case_item1 a:hover .index_case_item_name{color: #e60012;}
