@charset "utf-8";
html {
	line-height: normal;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
a{
	text-decoration: none;
	color: #030303;
}
ol, ul,li,i{
list-style: none;
font-size:normal;
}
blockquote, q {
quotes: none;
}
blockquote:before,blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
/*清除浮动*/
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
/*****************  增加 ****************/
body {
	color: #030303;
	font-size: 16px;
	font-family: Microsoft YaHei, tahoma, arial, Hiragino Sans GB, sans-serif;
	margin: 0 auto;
}
ul,
li,
input,
span,
i,
table,
tr,
td {
	list-style: none;
	font-style: normal;
}
/*****************增加 结束****************/
.w1180{
	width: 1180px;
	margin: 0 auto;
}
.content{
  overflow: hidden;
  margin-bottom: 30px;
}
.step {
  width: 1180px;
  margin: 20px auto 10px;
  font-size: 14px;
  padding-left: 30px;
}
.step span {
  margin-right: 10px;
  font-family: 'serif';
}
.step a:hover{color: #1071C6;}
.leftside {
    float: left;
    font-size: 16px;
    width: 180px;
}
.leftside .one > li {
    border: 1px solid #ddd;
    margin-bottom: -1px;
    line-height: 50px;
    text-align: center;
}
.leftside .one > li a {
    display: block;
    height: 50px;
    width: 100%;
}
/*.leftside .one > li .more {
    background: url(../image/selectarrow2.png) 140px center no-repeat;
}*/
.leftside .one .sec {
    display: none;
}
.leftside .one .sec li a{
  font-size: 14px;
  color: #666;
  padding-left: 20px;
}
.leftside .on a,.leftside ul li a:hover,.leftside .one .sec li a:hover{
    color: #539dfa;
}
/*.leftside .one .on .sec{display: block;}*/



.rightside {
    border: 1px solid #ddd;
    padding: 10px 10px;
    float: left;
    margin-left: 20px;
    width: 958px;
}
.process {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.process .process_title .bg_line {
  width: 790px;
  margin: 0 auto;
  margin-top: 120px;
  height: 2px;
  background: #359ff1;
}
.process .process_title .title_name {
  width: 430px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  margin-top: -35px;
  font-family: "微软雅黑";
  font-size: 30px;
  text-align: center;
  background: white;
}
.process .process_main {
  width: 960px;
  margin: 0 auto;
  margin-top: 70px;
}
.process .process_main .main_each .each_name {
  height: 40px;
  line-height: 40px;
  font-family: "微软雅黑";
  font-size: 24px;
}
.process .process_main .main_each .each_info {
  line-height: 30px;
  font-family: "微软雅黑";
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.process .process_main .main_each .each_info span {
  color: #359ff1;
}
.process .process_main .main_each .each_image img {
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
}
