@charset "utf-8";
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{
	margin:0;
	padding:0;
}
body,textarea,select,button,table{
	font-size:16px;
	line-height:1.25em;
	font-family:Arial,'microsoft yahei',Verdana,Helvetica,sans-serif;
}
/*取消按钮点击的时候有阴影*/
a,img,button,textarea{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-ms-tap-highlight-color:rgba(255,255,255,0);
	-moz-tap-highlight-color:rgba(255,255,255,0);
	-o-tap-highlight-color:rgba(255,255,255,0);
}
button, input, textarea, select {
    border: medium none;
    outline: medium none;/*取消chrome下input和textarea的聚焦边框*/
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
}
body{
	min-width:320px;
	font-size:1em;
	-webkit-text-size-adjust:none; 
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-size: inherit; 
	font-weight: normal;
}
header,footer,section,nav,menu,details,hgroup,figure,figcaption,article,aside{
	margin:0;
	padding:0;
	display:block;
}
img,fieldset{
	border:0;
}
img { 
	vertical-align:middle;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse; 
	width: 100%;
}
a{
	color:#666;
	text-decoration:none;
}
.cl:after{
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
.cl{
	zoom:1
}
.rel{
    position: relative;
}
.abs{
	position: absolute;
}
.dis{
    display: block;
}
.hide{
    display: none;
}
.hr_gray {
    border: none;
    border-top: 1px solid #ccc;
}
/*arrow*/
.arr_right:after,.arr_left:after{
  content: "";
  width: 0.4rem;
  height:0.4rem;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  top: 50%;
  right:15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_down:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 48%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_up:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 50%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.15rem; 
  }
body {
	background-color: #fff;
}
.flex {
    display: flex;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.flex-grow-0{
    flex-grow: 0;
}
.flex-grow-1{
    flex-grow: 1;
}
.flex-x-center{
    display: flex;
    justify-content: center;
}
.flex-y-center{
    display: flex;
    align-items: center;
}
.flex-y-start{
   display: flex;
   align-items: flex-start;
}
.flex-x-between{
   display: flex;
   justify-content: space-between;
}
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*index1*/
.servicePage{
	width: 1200px;
	height: 860px;
	background: url(../images/service_bg.png) 0 0 no-repeat;
	background-size: 100% 100%;
	margin: 30px auto 0;
	box-shadow: 0 0 24px 0 rgb(15 66 76 / 25%);
}
.servicePage_header{
	width: 100%;
	height: 60px;
	position: relative;
}
.servicePage_header .functionBtn{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
}
.servicePage_header .functionBtn li{
	display: block;
	width: 20px;
	height: 20px;
	margin-left: 20px;
	cursor: pointer;
}
.servicePage_header .functionBtn li a,.servicePage_header .functionBtn li a img{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}
.servicePage_header .functionBtn li:hover{
	opacity: 0.7;
}
body.service-minimized{
	overflow: hidden;
	height: 100vh;
	background-color: #f5f5f5;
}
body.service-minimized .servicePage_main{
	display: none !important;
}
body.service-minimized .servicePage{
	height: 60px;
	position: fixed;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	margin: 0;
	overflow: hidden;
	z-index: 100;
}
.servicePage_header .logofcs{
	/*width: 165px;*/
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.servicePage_main{
	width: 100%;
	height: 800px;
}
.servicePage_main .servicePage_left{
	width: 200px;
	height: 100%;
	padding-top: 30px;
}
.servicePage_main .servicePage_left ul li{
	text-align: center;
	width: 100%;
	height: 44px;
	line-height: 44px;
}
.servicePage_main .servicePage_left ul li a{
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
}
.servicePage_main .servicePage_left ul li.on a{
	font-size: 20px;
	font-weight: bold;
}
.servicePage_main .servicePage_right{
	width: 1000px;
	height: 100%;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 25px 30px;
}
.servicePage_right .question_list{
	margin-bottom: 25px;
}
.servicePage_right .question_list .tit1{
	font-size: 15px;
	color: #c82e27;
	margin-bottom: 10px;
	font-weight: bold;
}
.servicePage_right .question_list .text{
	font-size: 13px;
	color: #666;
}
.serviceRight .tit2{
	font-size: 17px;
	color: #c82e27;
	font-weight: bold;
	margin-bottom: 20px;
}
.serviceRight .formList{
	display: flex;
	flex-wrap: wrap;
}
.serviceRight .formList .form_list{
	font-size: 13px;
	color: #666;
	width: 50%;
	margin-top: 15px;
}
.serviceRight .formList .form_list p{
	width: 80px;
	text-align: right;
	margin-right: 10px;
}
.serviceRight .formList .form_list input{
   width: calc(100% - 130px);
   border: 1px solid #ccc;
   height: 40px;
   border-radius: 5px;
   line-height: 40px;
   padding: 0 10px;
   font-size: 13px;
   color: #666;
}
.serviceRight .formList .form_list2,.serviceRight .formList .form_list3{
   width: 100%;
}
.serviceRight .formList .form_list3 p{
	margin-top: 10px;
}
.serviceRight .formList .form_list3 textarea{
	width: calc(100% - 130px);
	border: 1px solid #ccc;
    height: 185px;
    border-radius: 5px;
	padding: 10px;
	font-size: 13px;
	color: #666;
}

.serviceRight .formList .submit{
	font-size: 16px;
	color: #ffffff;
	width: 100%;
	margin-top: 15px;
	cursor: pointer;
}
.serviceRight .formList .submit p{
	background-color: #af1e23;
	width: 120px;
	text-align: center;
	line-height: 40px;
}

.serviceRight .formList .submit p:hover{
	background-color: #870c11;
}
