/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#666;position:relative;font:14px/2 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{}
hr {border: 0;border-top:1px solid #ccc;height:0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}
p{margin: 0;}

.out-head{height: 34px;background:#404040;overflow: hidden;}
.wh{width: 1920px;position: relative;left: 50%;margin-left: -960px;}
.w1200{width: 1200px;margin: 0 auto;}
.he1{line-height: 34px;}
.he2{color:#c2c2c2;font-size: 12px;line-height: 36px;padding-left: 10px;}
.he3{color:#c2c2c2;font-size: 12px;line-height: 34px;}
.he3 a{color:#c2c2c2;font-size: 12px;line-height: 34px;}

.headd{height: 131px;border-bottom: 1px solid #ebebeb;width:1400px!important;display:flex;justify-content:space-between;}
.logo{line-height: 130px;}
.hhee{margin-left: 30px;background: url(../images/shu.png) no-repeat 0 50%;padding-left: 30px;margin-top: 25px;}
.ht1{font-weight: 600;color:#2f2f2f;font-size: 24px;}
.ht1 span{color:#356496;}
.ht2{background: url(../images/ht.png) no-repeat 50% 50%;color:#404040;text-align: center;font-weight: 600;font-size: 20px;margin-top: 12px;}
.hhe{margin-top: 25px;}
.ph1{color:#404040;font-size: 16px;font-weight: 600;background: url(../images/ph.png) no-repeat 0 50%;padding-left: 56px;}
.ph2{color:#356496;font-size: 28px;font-weight: 600;line-height: 32px;font-family: "arial";}

.tpwz{margin-left:10px;margin-top:20px;font-weight:600;color:#b31414;font-size: 30px;}




/*banner*/

.bannerz {
    height: 680px;
    width:1920px;
	margin-left:calc(50% - 960px);
}

.box_skitter {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
}

.box_skitter img {
    max-width: none;
}

.box_skitter ul {
    display: none;
}

.box_skitter .container_skitter {
    overflow: hidden;
    position: relative;
}

.box_skitter .image {
    overflow: hidden;
}

.box_skitter .image img {
    display: none;
}

.box_skitter .box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 20;
}

.box_skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.box_skitter .prev_button {
    position: absolute;
    top: 50%;
    left: 35px;
    z-index: 152;
    width: 42px;
    height: 42px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.box_skitter .next_button {
    position: absolute;
    top: 50%;
    right: 35px;
    z-index: 152;
    width: 42px;
    height: 42px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.box_skitter .prev_button:hover, .box_skitter .next_button:hover {
    opacity: 0.5 !important;
}

.box_skitter .info_slide {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 100;
    background: #000;
    color: #fff;
    font: bold 11px arial;
    padding: 5px 0 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.75;
}

.box_skitter .info_slide .image_number {
    background: #333;
    float: left;
    padding: 2px 10px;
    margin: 0 5px 0 0;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.box_skitter .info_slide .image_number:hover {
    background: #000;
}

.box_skitter .info_slide .image_number_select, .box_skitter .info_slide .image_number_select:hover {
    background: #cc3333;
    float: left;
    padding: 2px 10px;
    margin: 0 5px 0 0;
}

.box_skitter .container_thumbs {
    position: relative;
    overflow: hidden;
    height: 50px;
}

.box_skitter .info_slide_thumb {
    height: 50px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    top: auto;
    top: 0;
    left: 0;
    padding: 0 !important;
    opacity: 1.0;
}

.box_skitter .info_slide_thumb .image_number {
    overflow: hidden;
    width: 100px;
    height: 50px;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.box_skitter .info_slide_thumb .image_number img {
    position: absolute;
    top: -30px;
    left: -30px;
    height: 100px;
}

.box_skitter .box_scroll_thumbs {
    padding: 0;
}

.box_skitter .box_scroll_thumbs .scroll_thumbs {
    position: absolute;
    bottom: 60px;
    left: 50px;
    background: #ccc;
    background: -moz-linear-gradient(-90deg, #555, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));
    width: 200px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999em;
    z-index: 101;
    cursor: pointer;
    border: 0px solid #333;
}

.box_skitter .info_slide_dots {
    position: absolute;
    bottom: -40px;
    z-index: 151;
    padding: 5px 0 5px 5px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.box_skitter .info_slide_dots .image_number {
    background: #333;
    float: left;
    margin: 0 5px 0 0;
    cursor: pointer;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    text-indent: -9999em;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.box_skitter .info_slide_dots .image_number:hover {
    background: #000;
}

.box_skitter .info_slide_dots .image_number_select, .box_skitter .info_slide_dots .image_number_select:hover {
    background: #cc3333;
    float: left;
    margin: 0 5px 0 0;
}

.loading {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 10000;
    margin: -16px -16px;
    color: #fff;
    text-indent: -9999em;
    overflow: hidden;
    background: url(../images/cgi9flhp-fcerbvjaaaaaolpojy201.gif) no-repeat left top;
    width: 32px;
    height: 32px;
}

.box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: none;
}

.box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    display: none;
    opacity: 0.4;
    background: #000;
}

.box_skitter .label_skitter p {
    padding: 10px;
    margin: 0;
    font: normal 16px arial, tahoma;
    letter-spacing: -1px;
    display: none !important;
}

.box_skitter .progressbar {
    background: #000;
    position: absolute;
    top: 5px;
    left: 15px;
    height: 5px;
    width: 200px;
    z-index: 99;
    border-radius: 20px;
}

.box_skitter .preview_slide {
    display: none;
    position: absolute;
    z-index: 152;
    bottom: 30px;
    left: -40px;
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #222;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
    overflow: hidden;
}

.box_skitter .preview_slide ul {
    height: 100px !important;
    overflow: hidden !important;
    margin: 0 !important;
    list-style: none !important;
    display: block !important;
    position: absolute !important;
    top: 0;
    left: 0;
}

.box_skitter .preview_slide ul li {
    width: 100px !important;
    height: 100px !important;
    overflow: hidden !important;
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    display: block !important;
}

.box_skitter .preview_slide ul li img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 150px !important;
    width: auto !important;
}

#overlay_skitter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
    opacity: 1;
    background: #000;
}

.box_skitter .focus_button {
    position: absolute;
    top: 50%;
    z-index: 100;
    width: 42px;
    height: 42px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.box_skitter .play_pause_button {
    position: absolute;
    top: 50%;
    z-index: 151;
    width: 42px;
    height: 42px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.box_skitter .play_pause_button.play_button {
}

.box_skitter .play_pause_button:hover {
    opacity: 0.5 !important;
}

.box_skitter .focus_button:hover {
    opacity: 0.5 !important;
}

.box_skitter_large {
    width: 100%;
    height: 100%;
}

.box_skitter_small {
    width: 200px;
    height: 100px;
}

.box_skitter .focus_button, .box_skitter .next_button, .box_skitter .prev_button, .box_skitter .play_pause_button {
    display: block;
    /*background: url('../images/sprite-default.png') no-repeat;*/
}

.box_skitter .next_button {
    background-position: -0px -42px;
    width: 42px;
    height: 42px;
}

.box_skitter .prev_button {
    background-position: -42px -42px;
    width: 42px;
    height: 42px;
}

.box_skitter .play_pause_button {
    background-position: -0px -0px;
    width: 42px;
    height: 42px;
}

.box_skitter .play_pause_button.play_button {
    background-position: -0px -84px;
    width: 42px;
    height: 42px;
}

.box_skitter .focus_button {
    background-position: -42px -0px;
    width: 42px;
    height: 42px;
}

.skitter-clean .info_slide {
    background: transparent;
}

.skitter-clean .info_slide .image_number {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 0;
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

.skitter-clean .info_slide .image_number:hover {
    background: #ccc;
}

.skitter-clean .info_slide .image_number_select, .skitter-clean .info_slide .image_number_select:hover {
    background: #111;
    color: #fff;
}

.skitter-clean .info_slide_dots {
    bottom: 55px;
    background: none;
    box-shadow: rgba(255, 255, 255, 0.3) 1px 1px 0;
}

.skitter-clean .info_slide_dots .image_number {
    width: 14px;
    height: 14px;
    background: #999;
}

.skitter-clean .info_slide_dots .image_number:hover {
    background: #333;
}

.skitter-clean .info_slide_dots .image_number_select, .skitter-clean .info_slide_dots .image_number_select:hover {
    background: #fff;
}

.skitter-clean .progressbar {
    top: 5px;
    left: 5px;
    display: none !important;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 0;
}

.out-ss{background: url(../images/search.jpg) no-repeat top center;height: 71px;}
.search{}
.ss1{color:#fff;font-size: 18px;font-weight: 600;line-height: 71px;text-transform: uppercase;}
.hotSearch{float: left;color:#fff;font-size: 18px;line-height: 71px;padding-left: 8px;}
.hotSearch a{color:#fff;font-size: 14px;padding-right: 15px;padding-left: 12px;}

.search #formsearch {
  width: 272px;height: 40px;background: url(../images/ss.jpg) no-repeat;
  position: relative;
  float: right;
  margin-top: 15px;
}
.search #formsearch #s_btn {
  float: right;
  outline: none;
  border: none;
  width: 35px;
  height: 40px;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 -210px;
}

.search #formsearch #keyword {
  float: left;
  background: none;
  outline: none;
  border: none;
  width: calc(100% - 35px);
  color: #d9d9d9;
  height: 40px;
  padding-left: 10px;
}

#formsearch input::-webkit-input-placeholder {color:#d9d9d9;}
#formsearch textarea::-webkit-input-placeholder {color: #d9d9d9;}

.con1{background: url(../images/con1.jpg) no-repeat top center;height: 2114px;overflow: hidden;}
.c1{padding-top:76px;}
.c1t{text-align: center;color:#0f0f0f;font-size: 36px;font-family: "arial";font-weight: 600;text-transform: uppercase;}
.c1t span{font-family: "微软雅黑";font-size: 32px;}
.c1con{margin-top: 28px;}
.c1sort1{}
.c1sort1 li{width: 230px;float: left;text-align: center;margin-bottom: 12px;height: 67px;line-height: 67px;
	background: #fff;margin-right: 12px;transition: 0.3s;}
.c1sort1 li:nth-child(5n){float: right;margin-right: 0;}
.c1sort1 li a{color:#2d81dc;font-size: 16px;}
.c1sort1 li:hover{background: #2d81dc;}
.c1sort1 li:hover a{font-weight: 600;color:#fff;}
.c1cc{margin-top: 8px;}
.product_list10{}
.product_list10 li{float: left;width: 585px;position: relative;transition: .5s;height: 438px;overflow: hidden;box-shadow: -2px 3px 4px #eff0f1;}
.product_list10 li:nth-child(2n){float: right;margin-right: 0;}
.product_list10 li img{width: 585px;height: 368px;}
.product_list10 li .det0{height: 70px;line-height: 70px;background: url(../images/c1a.jpg) no-repeat;text-align: center;}
.product_list10 li .det0 h3 a{color:#333;line-height: 70px;font-size: 18px;}
.product_list10 li:hover .det0{background: url(../images/c1b.jpg) no-repeat;}
.product_list10 li:hover .det0 h3 a{color:#fff;}
.product_list10 li .dett{position: absolute;left: 0;top: 100%;width: 100%;height: 368px;background: rgba(0,0,0,0.68);transition:0.5s;}
.product_list10 li .c1m{width: 84px;height: 84px;background: url(../images/fang.png) no-repeat;margin: 150px auto;}
.product_list10 li:hover .dett{top: 0px;}

#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}
.product_lists0{margin-top: 30px;padding-bottom: 98px;}
.product_lists0 li{float: left;margin-right: 30px;box-shadow: -2px 3px 8px #e5e6e7;text-align: center;}
.product_lists0 li img{width: 278px;height: 174px;}
.product_lists0 li h3{background: url(../images/p1.png) no-repeat;height: 70px;}
.product_lists0 li h3 a{color:#333333;font-size: 18px;line-height: 70px;}
.product_lists0 li h3 a:hover{color:#2d81dc;}

.c1e{height: 945px;position: relative;}
.c11t1{position: absolute;left: 0;top:0;}
.c11t2{position: absolute;right: 0;bottom:0;}
.c11t3{position: absolute;left: 0;bottom:0;}
.c11t1 img{width: 825px;height: 449px;}
.c11t2 img{width: 360px;height: 434px;}
.c11t3 img{width: 360px;height: 216px;}
.c11t4{color:#2d81dc;font-size: 46px;font-weight: 600;position: absolute;left:852px;padding-top: 4px;}
.c11t4 p{color:#141414;font-size: 52px;font-weight: 600;text-transform: uppercase;line-height: 50px;}
.c1tads{}
.c1tads li:nth-child(1){width: 376px;position: absolute;right: 0;top:276px;}
.c1tads li h3{color:#fff;font-size: 20px;font-weight: 600;}
.c1tads li span{color:#fff;font-size: 20px;font-weight: 600;}
.c1tads li p{color:#cccccc;font-size: 16px;font-weight: 400;line-height: 28px;padding-top: 12px;}
.c1tads li:nth-child(1) h3{padding-left: 10px;} 
.c1tads li:nth-child(1) span{padding-left: 10px;} 
.c1tads li:nth-child(2){width: 316px;position: absolute;left: 0;top:506px;}
.c1tads li:nth-child(3){width: 316px;position: absolute;left: 428px;top:506px;}
.c1tads li:nth-child(4){width: 316px;position: absolute;left: 428px;bottom:0;}

.con2{height: 321px;background: url(../images/con2.jpg) no-repeat top center;}
.c2{padding-top: 36px;}
.c2a{width: 752px;height: 247px;background: url(../images/c2a.png) no-repeat;}
.c2a1{color:#2d81dc;font-size: 52px;font-weight: 600;padding-left: 42px;line-height: 46px;padding-top: 40px;}
.c2a2{color:#2d81dc;font-size: 16px;font-weight: 600;padding-left: 42px;line-height: 36px;padding-top: 10px;}
.c2a3{padding-top: 38px;padding-left: 42px;}
.c2a31{width: 116px;height: 38px;background: #2d81dc;text-align: center;line-height: 38px;}
.c2a31 a{font-size: 16px;font-weight: 600;color:#fff;transition: all .3s ease;}
.c2a31 a:hover{transition: all .3s ease;font-size: 19px;}
.c2a32{color:#2d81dc;font-size: 18px;padding-left: 100px;}
.c2a33{color:#2d81dc;font-size: 36px;font-weight: 600;line-height: 38px;padding-left: 10px;}
.c2b{width: 368px;height: 246px;overflow: hidden;}

.con3{height: 590px;background: url(../images/con3.jpg) no-repeat top center;}
.c3{padding-top: 78px;}
.c3a{width: 368px;padding-top: 42px;}
.c3a1{color:#2d81dc;font-size: 32px;font-weight: 600;line-height: 40px;text-transform: uppercase;}
.c3a2{color:#404040;font-size: 32px;font-weight: 600;padding-top: 6px;}
.c3a3{width: 368px;height: 1px;background: #d0d0d1;margin-top: 30px;}
.c3a4{color:#595959;line-height: 32px;font-size: 18px;padding-top: 34px;}

.c3b{width: 752px;}
.c3b .content{position:relative}
.l_btn3{position:absolute;top:114%;cursor:pointer;z-index: 99;right:48px;}
.r_btn3{position:absolute;top:114%;cursor:pointer;z-index: 99;right:0px;}

#mm_demo{overflow:hidden;width:100%;margin:0 auto;}
#mm_indemo {float: left;width:800%}
#mm_demo1 {float: left;}
#mm_demo2 {float: left;}

.product_lists2{}
.product_lists2 li{float: left;margin-right: 20px;}
.product_lists2 li img{width: 239px;height: 339px;}


.con4{height: 662px;background: url(../images/con4.png) no-repeat top center;}
.c4{padding-top: 40px;}
.c4a{width: 660px;}
.c4a1{color:#0078fb;font-size: 72px;font-weight: 600;text-transform: uppercase;}
.c4a2{background: url(../images/xian.jpg) no-repeat 0 50%;color:#fff;font-size: 20px;font-weight: 600;padding-left:58px;margin-top: 24px;}
.c4a3{font:400 16px/28px "微软雅黑";color:#cccccc;padding-top: 12px;text-indent: 26px;}
.c4a4{width: 200px;height: 48px;background: #0078fb;text-align: center;line-height: 48px;font-size: 18px;margin-top: 56px;}
.c4a4 a{color:#fff;transition: all .3s ease;}
.c4a4 a:hover{transition: all .3s ease;font-size: 22px;}


.con5{width: 1200px;position: relative;margin-left: -600px;left: 50%;top:-20px;}
.c5t{color:#0078fb;font-size: 24px;line-height: 20px;}
.c5 .content{position:relative}
.l_btn33{position:absolute;top:-20px;cursor:pointer;z-index: 99;right: 518px;}
.r_btn33{position:absolute;top:-20px;cursor:pointer;z-index: 99;right: 490px;}
#mmm_demo{overflow:hidden;width:100%;margin:0 auto;}
#mmm_indemo {float: left;width:800%}
#mmm_demo1 {float: left;}
#mmm_demo2 {float: left;}
.product_lists22{margin-top: 30px;}
.product_lists22 li{float: left;margin-right: 22px;}
.product_lists22 li img{width: 284px;height: 221px;}

.con6{margin-top: 76px;}
.c6t{color:#262626;font-size: 32px;font-weight: 600;text-align: center;border-bottom: 1px solid #cccccc;padding-bottom: 26px;}
.c6a{width: 834px;margin-top: 32px;}
.c6axlist1{}
.c6axlist1 li{}
.c6axlist1 li .imgg{width: 270px;height: 156px;}
.c6axlist1 li .imgg img{width: 270px;height: 156px;}
.c6axlist1 li .det0{width: 538px;}
.c6axlist1 li .det0 h3{color:#333333;font-size: 16px;padding-top: 16px;}
.c6axlist1 li .det0 h3 a{color:#333333;}
.c6axlist1 li .det0 p{color:#999999;font-size: 14px;line-height: 24px;padding-top: 8px;}
.c6axlist1 li .det0 .det1{width: 122px;height: 30px;background: #0078fb;text-align: center;line-height: 30px;margin-top: 30px;}
.c6axlist1 li .det0 .det1 a{font-size: 14px;color:#fff;}
.news_list2{padding-top: 14px;}
.news_list2 li{float: left;position: relative;line-height: 32px;width: 398px;}
.news_list2 li:nth-child(2n){float: right;margin-right: 0;}
.news_list2 li a{background: url(../images/dian.jpg) no-repeat 0 50%;font-size: 14px;color:#4c4c4c;padding-left: 16px;}
.news_list2 li span{color:#666666;font-size: 12px;position: absolute;right: 0;top:0;}
.news_list2 li a:hover{color:#0078fb;}

.xin-ri{width: 312px;}
.xin-pic{margin-top: 32px;height: 348px;overflow: hidden;margin-left: 6px;}
.news_list3{}
.news_list3 li{height: 94px;border-bottom:1px dashed #dadada;margin-bottom: 33px;}
.news_list3 li a{display: block;color:#595959;font-size: 14px;background: url(../images/wen.jpg)no-repeat 3px;padding-left: 39px;line-height: 25px;height: 25px;overflow: hidden;}
.news_list3 li p{background: url(../images/da.jpg)no-repeat 3px top;color: #999;font-size: 14px;line-height: 24px;margin-top: 8px;padding-left: 39px;}
.news_list3 li:hover a{color: #1968c5}

.xlink{padding: 26px 0;}
.xlink a{color:#666;}

.out-foot{background: #404040;padding: 36px 0 0px 0;}
.foot{border-bottom: 1px solid #535353;padding-bottom: 42px;}
.fo1{width: 560px;}
.fo1 img{}
.fo1 p{color:#b2b2b2;font-size: 14px;line-height: 20px;padding-top: 8px;}
.fo2{width: 640px;}
.fo2nav{}
.fo2nav li{float: left;font-size: 16px;color:#e5e5e5;margin-right: 127px;}
.fo2nav li a{color:#e5e5e5;}
.fo2nav li:last-child{float: right;margin-right: 0;}
.fo3{padding-top: 28px;}
.fo4a{padding-top: 15px;}
.fo4b{color:#ffffff;font-size: 20px;font-weight: 600;}
.fo4c{color:#ffffff;font-size: 36px;font-weight: 600;font-family: "arial";line-height: 54px;}
.fo5{width: 137px;text-align: center;color:#b2b2b2;font-size: 14px;}
.out-foot a:hover{color:#0376eb;}


/*内页*/
.width_1120 {
  width: 1000px;
  margin: 0 auto;
}

.xian2 {
  border-bottom: #fff solid 1px;
  /*margin-bottom: 25px;*/
  margin-bottom: 40px;
}

.nymenu {
  width: 100%;
  border-top: #CCCCCC solid 1px;
  border-bottom: #eee dashed 1px;
  padding-bottom:10px;
}

.nymenu ul {
  margin-top: -6px;
  float: left;
  /*width: 880px;*/
  width:1200px;
}

.nymenu ul li .yuan {
  width: 12px;
  height: 12px;
  text-align: center;
  background: #2d81dc;
  border-radius: 14px;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 5px;
}

.nymenu ul li {
  /*height: 30px;*/
  float: left;
  cursor: pointer;
  text-align: center;
  /*padding: 0px 20px 50px 20px;*/
  padding: 0px 10px 50px 10px;
	width: 120px;
	height: 72px;
}

.nymenu ul li a {
  color: #444;
  font-size: 14px;
}

.nymenu ul li a:hover {
  color: #0d4c61;
}

.nymenu ul li a .flen {
  color: #C8C8C8;
  text-transform: uppercase;
}

.local {
  /*float: right;*/
  /*padding-top: 25px;*/
  color: #919191;
  /*margin-top: -102px;*/
	padding-top:0;
}

.local a {
  color: #17181A;
}

.page-wrap {
  margin-top: 20px;
}





