/* CSS  */
/* 方正兰亭粗黑简  */
/* @font-face {font-family: FZLTCHGBK;src: url('https://files.offcn.com/font/FZLTCHGBK.TTF');} */
/* 方正兰亭黑简  */
/* @font-face {font-family: FZLTHGBK;src: url('https://files.offcn.com/font/FZLTHGBK.TTF');} */
* {margin:0;padding:0;outline:none;list-style:none;text-decoration:none;box-sizing: border-box;}
body,html {color:#333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;background: #fff;position: relative;font-size: 14px;}
body{min-width: 1200px;overflow-x: hidden;}
img{border:none;max-width: 100%;vertical-align: top; }
input, textarea ,select{border:none;background:none;cursor:pointer;font-size:14px;vertical-align:middle;color:#333;   }
select {border:inherit;background: inherit; }
em, i {font-style:normal;  }
a{color: #000;text-decoration: none;}
a:focus, input, select {outline:none;}
.clearfix {*zoom:1; clear: both; }
.clearfix:after {content:"\200B"; display: block;clear: both;height: 0;  }
.inner{width: 1200px;margin: 0 auto;}


/* 动画缓存公共文件  最好放最下面 */
a,*:before,*:after,.navSub{-webkit-transition:all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}


input::-webkit-input-placeholder{color: #ccc;} /* WebKit browsers */
input:-moz-placeholder{color: #ccc;} /* Mozilla Firefox 4 to 18 */
input::-moz-placeholder{color: #ccc;} /* Mozilla Firefox 19+ */
input:-ms-input-placeholder {color: #ccc;} /* Internet Explorer 10+ */
select::-ms-expand {
    display: none;
}
a:active, a:hover, a:visited{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}


/* 移入放大 */
#grad:hover{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
/* 移入位移 */
#grad:hover{ -webkit-transform: translate(0, -10px);-moz-transform: translate(0, -10px);transform: translate(0, -10px);}
/* 从上大小渐变 */
#grad {
    background: -webkit-linear-gradient(red, blue); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(red, blue); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(red, blue); /* Firefox 3.6 - 15 */
    background: linear-gradient(red, blue); /* 标准的语法 */
  }  
/* 从左到右渐变 */
#grad {
    background: -webkit-linear-gradient(left, red , blue); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, red, blue); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, red, blue); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, red , blue); /* 标准的语法 */
  }


.banner{height: 601px;background:#ff6935 url(../images/banner.jpg) center top no-repeat;background-size: cover;}  
.banner .inner{height: 622px;position: relative;}
.ban1{text-align: center;position: absolute;left: 0;top:10px;z-index: 22;width: 100%;height: 110px;line-height: 90px;font-size: 30px;color: #000000;font-weight: bold;
  background: url(../images/ban1.png) center bottom no-repeat;
}
.ban2{position: absolute;left: 354px;top:124px;z-index: 23;}
.ban4{text-align: center;width: 500px;height: 54px;line-height: 54px;background: url(../images/ban4.png) center no-repeat;font-size: 34px;position: absolute;left: 350px;top: 446px;font-weight: bold;color: #fff;}
.ban5{font-size: 28px;color: #000000;line-height: 32px;width: 58px;text-align: center;position: absolute; right: 400px;top: 166px;}
.ban5 span{font-size: 26px;}
.ban_list{text-shadow: 2px 3px 0 #233e66;padding-top: 18px;width: 81px;height: 276px;text-align: center;color: #fff;font-weight: bold;font-size: 30px;background: url(../images/ban3.png) center no-repeat;line-height: 32px;}
.ban_list1{position: absolute;top: 134px;left: 238px;}
.ban_list2{position: absolute;top: 134px;right: 238px;}


.pub_tit{font-size: 42px;color: #234a90;font-weight: bold;text-align: center;line-height: 118px;}
.m_btn{display: block;width: 684px;height: 107px;line-height:107px;font-size: 38px;color: #feffb0;text-align: center;margin: 0 auto;border-radius: 30px;font-weight: bold;
background: url(../images/m_btn.png) center no-repeat ;
}
.m_btn:hover{color: #fff;}

.m1{padding: 22px 0 60px 0;background:#fff;}
.m1_tit{background: url(../images/m1_tit.png) center  bottom no-repeat;background-size: 861px;}


.m1_cont{height: 632px;position: relative;margin:36px 0 35px;background: url(../images/m1_cont.png) center no-repeat;}
.m1_cont_flex{display: flex;width: 1110px;margin: 0 auto 43px;padding: 55px 0 0 0;}
.m1_cont_flex ul{background: #fff;width: 571px;height: 346px;margin-top: 30px;padding: 28px 14px 0 20px;}
.m1_cont_flex ul li{line-height: 58px;font-size: 20px;color: #000;padding-left: 25px;background: url(../images/m1_jt.png) left center no-repeat;display: flex;justify-content: space-between;}
.m1_cont_flex ul li span{position: relative;width: 352px;}
.m1_cont_flex ul li span::after{content: "";position: absolute;right: 5px;top: 36px;width: 22%;height: 1px;border-bottom: 1px dashed #72bdc7;}
.m1_cont_flex ul li:nth-child(2) span::after{width: 34%;}
.m1_cont_flex ul li:nth-child(3) span::after{width: 34%;}
.m1_cont_flex ul li:nth-child(4) span::after{width: 20%;}
.m1_cont_flex ul li:nth-child(5) span::after{width: 5%;}
.m1_cont_flex ul li a{margin-top: 15px;width: 160px;height: 30px;line-height: 30px;border-radius: 15px;text-align: center;background: #3172a1;color: #fff;font-size: 18px;}
.m1_btn{font-weight: bold;display: block;margin: 0 auto;text-shadow: 0 3px 0 #15446c;width: 838px;height: 83px;line-height: 83px;text-align: center;background: url(../images/m1_btn.png) center no-repeat;font-size: 34px;color: #fff;}

.special_part1{background: url(../images/special_part1.png) no-repeat top center;width: 100%;height: 278px;}
.special_part1 .inner{padding-top: 1px;display: flex;justify-content: space-between;}
.m1_cont1{margin-top: 40px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.m1_list{width: 272px;height: 76px;line-height: 76px;border-radius: 38px;overflow: hidden;position: relative;background: #fff;box-shadow: 0 6px  0 #4cc1e1;margin-bottom: 30px;}
.m1_list .m1_icon{width: 66px;height: 62px;position: absolute;left: 8px;top: 7px;}
.m1_list a{display: block;color: #41688f;font-size: 32px;}
.m1_list a strong{padding-left: 88px;}




.m2{padding: 40px 0 60px;background:#fff;}
.m2_tit{background: url(../images/m2_tit.png) center bottom no-repeat;background-size: 1000px;}
.m2_tit1{font-size: 36px;text-align: center;font-weight: bold;line-height: 84px;margin-top: 14px;}
.m2_cont{margin-bottom: 56px;}
.m2_table{overflow: hidden;border-radius: 8px 8px 0 0;}
.m2_table table{display: block;width: 100%;border-collapse: collapse;text-align: center;}
.m2_table table tr th{font-size: 24px;color: #fff;height: 76px;line-height: 76px;border-right: 1px solid #93c6ec;
  background: -webkit-linear-gradient(#5fc5cf, #4571a4); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#5fc5cf, #4571a4); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#5fc5cf, #4571a4); /* Firefox 3.6 - 15 */
  background: linear-gradient(#5fc5cf, #4571a4); /* 标准的语法 */
}
.m2_table table tr td{height: 66px;font-size: 20px;color: #000000;border-bottom: 1px solid #93c6ec;border-right: 1px solid #93c6ec;}
.m2_table table tr td:first-child{border-left: 1px solid #33a9cf;}
.m2_table table tr td p{line-height: 60px;text-align: left;padding: 0 0 0 34px;}
.m2_table table tr td a{display: block;width: 132px;height: 40px;line-height: 40px;text-align: center;border-radius: 20px;color: #fff;background: #45a2c1;margin: 0 auto;}

.m2_tese{padding: 13px 0 46px ;
  background: -webkit-linear-gradient(#3fc3e3, #476188); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#3fc3e3, #476188); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#3fc3e3, #476188); /* Firefox 3.6 - 15 */
  background: linear-gradient(#3fc3e3, #476188); /* 标准的语法 */
}
.m2_tese_tit{line-height: 82px;font-size: 35px;color: #fff;text-align: center;font-weight: bold;background: url(../images/m2_tese_tit.png) center no-repeat;}
.m2_tese ul{width: 1130px;display: flex;margin: 0 auto;justify-content: space-between;}
.m2_tese ul li{background: #fff;width: 544px;height: 262px;border-radius: 20px;box-shadow: 0 6px 0 #4cc1e1;}
.m2_tese ul li h3{color: #3091bb;font-size: 35px;text-align: center;padding-top: 22px;padding-bottom: 28px;}
.m2_tese ul li h4{text-align: center;font-size: 26px;color: #0c0c0c;color: #5d5d5d;padding-bottom: 5px;}
.m2_tese ul li p{font-size: 20px;color: #0c0c0c;text-align: center;color: #5d5d5d;padding-bottom: 28px;}
.m2_tese ul li h5{width: 162px;height: 52px;line-height: 52px;text-align: center;font-size: 35px;color: #fff;border-radius: 26px;margin: 0 auto;
  background: -webkit-linear-gradient(#3fc3e3, #476188); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#3fc3e3, #476188); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#3fc3e3, #476188); /* Firefox 3.6 - 15 */
  background: linear-gradient(#3fc3e3, #476188); /* 标准的语法 */
}
.m2_tese ol{width: 1130px;display: flex;margin: 0 auto;justify-content: space-between;padding-top: 40px;}
.m2_tese ol li{background: #fff;width: 355px;height: 124px;border-radius: 20px;box-shadow: 0 6px 0 #4cc1e1;display: flex;}
.m2_tese ol li strong{width: 92px;height: 92px;color: #fff;font-size: 28px;border-radius: 50%;text-align: center;line-height: 30px;padding-top: 15px;margin-top: 16px;margin-left: 13px;
  background: -webkit-linear-gradient(#3fc3e3, #476188); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#3fc3e3, #476188); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#3fc3e3, #476188); /* Firefox 3.6 - 15 */
  background: linear-gradient(#3fc3e3, #476188); /* 标准的语法 */
}
.m2_tese ol li span{width: 252px;line-height: 30px;font-size: 22px;color: #5d5d5d;padding-top: 32px;margin-left: 13px;}

.m3{padding: 26px 0 85px;background: url(../images/m3_bg.png) center no-repeat;background-size: cover;}
.m3_tit{background: url(../images/m3_tit.png) center bottom no-repeat;background-size: 1000px;color: #feffb0;}
.m3_cont{display: flex;justify-content: space-between;margin: 40px auto 0;}
.m3_item{width: 278px;height: 399px;background: url(../images/m3_item.png) center no-repeat;}
.m3_img{display: block;width: 220px;height: 102px;margin: 46px auto 18px;}
.m3_item h2{display: flex;width: 192px;height: 38px;line-height: 38px;background: url(../images/m3_item_tit.png) center no-repeat;background-size: cover;margin: 0 auto;font-size: 24px;color: #2e4f7d;}
.m3_item h2 span{width: 72px;font-size: 28px;color: #fff;text-align: center;margin-right: 9px;}
.m3_item p{width: 230px;line-height: 24px;margin: 18px auto 20px;color: #585858;font-size: 18px;}
.m3_item a{display: block;width:148px;height:40px;text-align: center;line-height: 40px;border-radius: 20px;color: #fff;font-size: 18px;margin: 0 auto;
  background: -webkit-linear-gradient(#5fc5cf, #4473a5); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#5fc5cf, #4473a5); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#5fc5cf, #4473a5); /* Firefox 3.6 - 15 */
  background: linear-gradient(#5fc5cf, #4473a5); /* 标准的语法 */
}
.m3_item a:hover{
  background: -webkit-linear-gradient(#4473a5, #5fc5cf); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#4473a5, #5fc5cf); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#4473a5, #5fc5cf); /* Firefox 3.6 - 15 */
  background: linear-gradient(#4473a5, #5fc5cf); /* 标准的语法 */
}








.m4{padding:  30px 0 60px;background: #ffffff;}
.m4_tit{background: url(../images/m4_tit.png) center  bottom no-repeat;background-size: 1023px;}

.m4_cont{margin: 50px 0 0 0;padding-bottom: 34px;}
.m4_item{box-shadow: 0 0 15px #bdddfb;height: 212px;margin-bottom: 30px;display: flex}
.m4_item_l{width:248px;height: 212px;background: url(../images/m4_jt.png) center no-repeat;}
.m4_item_l img{display: block;width: 195px;height: 102px;margin:19px 0 0 19px;}
.m4_item_l strong{display: block;line-height: 78px;color: #fff;font-size: 24px;width: 230px;text-align: center;}

.m4_item_step{width: 873px;background: url(../images/m4_jt2.png) center no-repeat;display: flex;margin-left: 32px;padding-left: 10px;}
.m4_step{width: 166px;text-align: center;}
.m4_step h2{font-size: 36px;color: #447bb6;padding-top:10px;}
.m4_step h3{font-size: 20px;color: #447bb6;padding-bottom: 50px;}
.m4_step p{line-height: 28px;font-size: 20px;color: #447bb6;}

.m4_item_r{display: flex;justify-content: space-between;width: 880px;margin-top: 30px;margin-left: 26px;}
.m4_list{width: 272px;height: 152px;border-radius: 20px;display: flex;color: #fff;
  background: -webkit-linear-gradient(#40b8de, #466895); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#40b8de, #466895); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#40b8de, #466895); /* Firefox 3.6 - 15 */
  background: linear-gradient(#40b8de, #466895); /* 标准的语法 */
}
.m4_list strong{height: 90px;border-right: 1px solid #fff;margin-top: 33px;font-size: 36px;line-height: 44px;width: 76px;text-align: center;}
.m4_list p{font-size: 26px;line-height: 40px;margin-left: 20px;margin-top: 35px;}



.m5{padding: 26px 0 98px;background:url(../images/m5_bg.png) center no-repeat;background-size: cover;}
.m5_tit{background: url(../images/m5_tit.png) center bottom no-repeat;color: #feffb0;}
.m5_cont{position: relative;margin-top: 13px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.m5_item{width: 384px;height: 270px;border-radius: 10px;background: #fff;margin-top: 30px;box-shadow: 0 8px 0 #58c1e0;}
.m5_item_tit{line-height: 36px;color: #447ab4;font-size: 30px;background: url(../images/m5_item_tit.png) center 10px no-repeat;font-weight: bold;text-align: center;margin-top: 20px;}
.m5_item p{font-size: 18px;color: #4387c2;text-align: center;margin: 10px 0 14px;}
.m5_img_wrap{display: flex;width: 348px;justify-content: space-between;margin: 0 auto 17px;}
.m5_item a{display: block;width:210px;height:40px;text-align: center;line-height: 40px;border-radius: 20px;color: #fff;font-weight: bold;font-size: 18px;margin: 0 auto;
  background: -webkit-linear-gradient(#40b8de, #466895); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#40b8de, #466895); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#40b8de, #466895); /* Firefox 3.6 - 15 */
  background: linear-gradient(#40b8de, #466895); /* 标准的语法 */
}

.m5_item a:hover{
  background: -webkit-linear-gradient(#466895, #40b8de); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#466895, #40b8de); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#466895, #40b8de); /* Firefox 3.6 - 15 */
  background: linear-gradient(#466895, #40b8de); /* 标准的语法 */
}













.m6{padding: 26px 0 60px;background: #fff;}
.m6_tit{background: url(../images/m6_tit.png) center bottom no-repeat;background-size: 1138px;}
.m6_cont{display: flex;margin: 32px auto;position: relative;height: 532px;background: url(../images/m6_cont.png) center no-repeat;}
.m6_cont ul{margin: 82px 0 76px 50px;display: flex;width: 514px;flex-wrap: wrap;justify-content: space-between;}
.m6_cont ul li{width: 248px;height: 176px;background: #fff;box-shadow: 0 0 15px #85d6eb;margin-bottom: 12px;}
.m6_cont ul li img{display: block;margin: 12px auto 0;}
.m6_cont ul li p{line-height: 42px;font-size: 18px;color: #0f1f53;text-align: center;}

.m6_cont ol{width: 555px;margin: 80px 0 0 36px;}
.m6_cont ol li{height: 72px;line-height: 72px;background: #fff;border-radius: 36px;margin-bottom: 25px;box-shadow: 0 0 15px #85d6eb;display: flex;}
.m6_cont ol li strong{height: 64px;width: 124px;margin: 4px 0 0 4px;border-radius: 32px 0 0 32px;text-align: center;color: #fff;font-size: 24px;line-height: 64px;
  background: -webkit-linear-gradient(#40b8de, #466895); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#40b8de, #466895); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#40b8de, #466895); /* Firefox 3.6 - 15 */
  background: linear-gradient(#40b8de, #466895); /* 标准的语法 */
}
.m6_cont ol li span{margin-left: 18px;font-size: 20px;color: #0f1f53;}
.m6_cont ol li:last-child span{line-height: 24px;padding-top: 14px;}

.m8{padding:  50px 0 60px;background: url(../images/m8_bg.png) center no-repeat;background-size: cover;}
.m8_tit{font-size: 42px;font-weight: bold;text-align: center;}
.m8_tit span{color: #3d6c94;}
.m8_tit1{text-align: center;line-height: 64px;font-size: 24px;color: #000000;}
.m8_cont {height: 819px;background: url(../images/m8_cont.png) center no-repeat;position: relative;margin-top: 30px;}
.m8_cont .rongyu{position: absolute;left: 294px;top: 342px;width: 616px;}
.m8_cont .rongyu ul li{width: 33%;}
.m8_cont .rongyu ul li:first-child{display: none;}
.m8_cont .rongyu ul li:nth-child(3){margin-top: -28px;}
.m8_cont .rongyu ul li h2{color: #000000;font-size: 20px;}
.m8_cont .rongyu ul li p{color: #000000;line-height: 36px;}
.m8_cont .rongyu ul li h2 span{color: #000000;font-size: 24px;font-weight: bold;}
.m8_cont .rongyu ul li:nth-child(3) h2 span{font-size: 28px;}

.m8_cont .rongyu ul li .imgbox{width: 80px;height: 80px;box-shadow: 0 4px 5px #8db0c7;border-radius: 50%;}
.m8_cont .imgbox2{background: url(../images/m8Icon2.png) center no-repeat;}
.m8_cont .rongyu ul li .imgbox3{background: url(../images/m8Icon3.png) center no-repeat;width: 110px;height: 110px;}
.m8_cont .imgbox4{background: url(../images/m8Icon4.png) center no-repeat;}






.free{width: 100%;height: 130px;}
.fixFoot{width: 100%;height: 130px;background: linear-gradient(to bottom,#3fc1e2,#476289);position: fixed;left: 0;bottom: 0;z-index: 999;}
.fixFoot .inner{position: relative;}
.fixFoot .inner .innerWrap{width: 914px;display: flex;margin-left: 318px;} 
.fixFoot .off{top: 10px;cursor: pointer;position: absolute;right: 0;top: 10px} 
.fixFoot .left{position: absolute;left: -28px;top: 10px;width: 334px;height: 178px;}
.fixFoot .left h3{font-size: 24px;color: #fff;line-height: 40px;background: url(../images/arrow3.png?v2) right 29px no-repeat;width: 334px;}
.fixFoot .left h3 i{display: block;line-height: 54px;width: 204px;text-align: center;}
.fixFoot .left h3 span{margin-left: 13px;display: block;width: 176px;height: 34px;line-height: 34px;color: #466c9d;background: #fff;border-radius: 18px;text-align: center;font-size: 20px;}
.fixFoot .mid {width: 304px;margin-top: 30px;}
.fixFoot .mid li{margin-left: 30px;padding-left: 36px;background: url(../images/fix_dh.png) left center no-repeat;line-height: 36px;font-size: 16px;color: #fff;font-weight: bold;
border-bottom: 1px dashed #ffb469;
}
.fixFoot .mid li:last-child{border-bottom: none;}
.fixFoot .mid li strong{color: #ffee65;}
.fixFoot .mid .txt{font-size: 16px;color: #fff;line-height: 33px;margin-left: 10px;}
.fixFoot .codeBox{text-align: center;width: 210px;height: 103px;margin-top: 15px;}
.fixFoot .codeBox p{font-size: 16px;color: #fff;margin-top: 6px;}












.fixSide{background: url(../images/side.png) no-repeat;width: 167px;height: 441px;position: fixed;left: 20px;top: 100px;text-align: center;z-index: 9999;color: #fff;}
.fixSide .off2{position: absolute;bottom:78px;left:55px;cursor: pointer;}
.fixSide h2{line-height: 44px;text-align: center;color: #fff;font-size: 22px;padding-top: 24px;}
.fixSide .sideBox{width: 144px;margin: 0 auto;}
.fixSide .sideBox ul{padding: 32px 0 0 0;}
.fixSide ul li{width: 112px;height: 38px;line-height: 38px;font-size: 16px;border-bottom: 1px dashed #bee0e5;margin: 0 auto;}
.fixSide ul li a{color: #fff;display: block;position: relative;height: 100%;}
.fixSide ul li a span{padding-top: 6px;display: block;}
.fixSide ul li a:hover{font-weight: bold;color: #fbfa46;}
.fixSide .txt{font-size: 16px;line-height: 26px;margin-top: 19px;}
.fixSide .txt b{font-size: 22px;color: #FEF459;}
.fixSide .btn1{margin: 0 auto;border: 2px solid #f9bf48;border-radius: 23px;display: block;width: 146px;height: 46px;line-height: 42px;font-size: 16px;color: #fff;font-weight: bold;
  background: -webkit-linear-gradient(#f63c32, #ff1d0f); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#f63c32, #ff1d0f); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#f63c32, #ff1d0f); /* Firefox 3.6 - 15 */
  background: linear-gradient(#f63c32, #ff1d0f); /* 鏍囧噯鐨勮娉� */
}

.sideBtn{margin: 15px auto 0;text-shadow: 0 2px 0 #40495f;display: block;line-height: 22px;text-align: center;color: #fff;font-size: 18px;padding-top:8px;font-weight: bold;width: 64px;height: 64px;background: url(../images/sideBtn.png) center no-repeat;background-size: contain;}

.fixSide .sideBox2{}
.fixSide .sideBox2 h3{margin: 18px auto 0;width: 122px;line-height: 36px;border-radius: 18px;background: #fff;color: #ff9004;height: 36px;font-size: 20px;font-weight: bold;}
.fixSide .sideBox2 ol{padding: 0 0 0 0;width: 122px;margin: 0 auto;}
.fixSide .sideBox2 ol li{line-height: 40px;border-bottom: 1px dashed #ffbf6e;}
.fixSide .sideBox2 ol li:last-child{border-bottom: none;}
.fixSide .sideBox2 ol li a{color: #fff;font-size: 16px;}
.fixSide .sideBox2 ol li a:hover{font-weight: bold;}

.goTop{width: 100%;height: 32px;position: absolute;left: 0;bottom: 0;cursor: pointer;}