﻿body,html,div,p,table,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0px;padding:0px;}
ul,ol,li,dl,dt,dd{list-style:none;}
img,a{border:none;}
em,i{font-style:normal;}
a{outline:none;text-decoration:none;}
body{font-family:'微软雅黑','宋体',Verdana,sans-serif;color:#444444;font-size:14px;background:#fff;width:100%;height:100%;position:relative;}
.wrap1{position:relative;margin:0px auto;width:1200px;padding:0px;}
.wrap1920{margin:0px auto;width:100%;max-width:1920px;min-width:1200px;}
.clear{width:0;height:0;font-size:0;line-height:0;clear:both;overflow:hidden;}



.contain{min-width:1200px;margin:0px auto;overflow:hidden;position:relative;}

.page_title{width:100%;text-align:center;padding:50px 0;}
.page_title h3{font-size:40px;color:#ffc000;margin-bottom:5px;}
.page_title h3 em{color:#fff;}
.page_title h3 b{font-size:78px;}
.page_title p{font-size:20px;color:#111;}

.nav.active{top:0px;background:#fff;box-shadow:0 1px 5px rgba(0,0,0,0.1);width:1200px;height:55px;line-height:55px;width:100%;border-radius:0px;z-index: 4;}
.nav.active .nav_btn{text-align:center;width:100%;padding-right:0;}
.nav.active .nav_btn a{padding:0 10px;border-radius:0;color:#111;}
.nav.active .nav_btn a:hover,.nav.active .nav_btn a.cur{background:#ffc000;color:#fff;}


/*需要用到的*/




.nav{width:80%;position:fixed;z-index:11;height:30px;line-height:30px;min-width:1200px;top:20px;transition:0.7s;right:0px;border-radius:10px;}
.nav_btn{float:right;text-align:right;width:95%;padding-right:5%;min-width:1200px;}
.nav_btn a{display:inline-block;color:#000;font-size:16px;padding:10px;transition:0.3s;border-radius:5px;}
.nav_btn a.cur{background:#ffc000;color:#fff;}
.nav_btn a:hover{display:inline-block;color:#fff;font-size:16px;padding:0 10px;background:#ffc000;color:#fff;}



.banner_con{width:100%;height:100%;overflow:hidden;position:fixed;top:0px;z-index:10;background:url(/skins/images/senlin/banner_01.jpg) center center no-repeat;background-origin:content;background-size:cover;transition:0.6s;min-width:1200px;}
.mouse{width:28px;height:84px;background:url(/skins/images/senlin/mouse.png) center top no-repeat;position:absolute;left:50%;margin-left:-24px;bottom:10px;animation: mouse_move 1s linear infinite;}
@keyframes mouse_move {
    from { background:url(/skins/images/senlin/mouse.png) center top no-repeat; }
    to { background:url(/skins/images/senlin/mouse_m.png) center top no-repeat; }
}
.banner_con.active{top:-100%;}
.banner_con.active .banner_con_block{display:none;}
.banner_con_block{width:350px;height:455px;background:#ff6537;text-align:center;color:#fff;padding:0 20px;padding-top:50px;position:fixed;left:50%;top:50%;margin-top:-250px;margin-left:-600px;}
.banner_con_block h3{font-size:40px;}
.banner_con_block h4{font-size:50px;padding:10px 0;border-top:4px solid #fff;border-bottom:4px solid #fff;font-weight:normal;margin:15px 0;margin-bottom:28px;}
.banner_con_block p{font-size:17px;margin-bottom:10px;line-height:25px;}
.banner_con_block a{display:block;width:155px;height:40px;line-height:40px;color:#ff6537;background:#fff;font-family:"iconfont";border-radius:30px;font-size:18px;margin:0 auto;margin-top:30px;transition:0.3s;}
.banner_con_block a:hover{background:#333;color:#fff;}
.banner_con_block a:after{content:"\e661";padding-left:5px;}


.logo_btn{position:fixed;left:30px;top:8px;background:url(/skins/images/senlin/logo.png) 0 0 no-repeat;width:150px;height:35px;z-index:5;}
.logo_btn:hover{opacity:0.9;}


.banner_con_block{
    -webkit-animation:fadeInDown 2s ease both;
    -moz-animation:fadeInDown 2s ease both;
}
@-webkit-keyframes fadeInDown{
    0%{opacity:0;-webkit-transform:translateY(-100px)}
    100%{opacity:1;-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInDown{
    0%{opacity:0;-moz-transform:translateY(-100px)}
    100%{opacity:1;-moz-transform:translateY(0)}
}
@-ms-keyframes fadeInDown{
    0%{opacity:0;-ms-transform:translateY(-100px)}
    100%{opacity:1;-ms-transform:translateY(0)}
}
@font-face {
  font-family: 'iconfont';  /* project id 850640 */
  src: url('//at.alicdn.com/t/font_850640_5al7f3dtq4u.eot');
  src: url('//at.alicdn.com/t/font_850640_5al7f3dtq4u.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_850640_5al7f3dtq4u.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_850640_5al7f3dtq4u.woff') format('woff'),
  url('//at.alicdn.com/t/font_850640_5al7f3dtq4u.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_850640_5al7f3dtq4u.svg#iconfont') format('svg');
}

/*专题页代码*/


.sections{position:relative;}


.section_10{width:100%;height:440px;margin-top:400px;}
.section_10_block{margin-top:20px;width:1300px;}
.section_10_block_box_b{padding:5px;border:2px solid #989898;float:left;overflow:hidden;position:relative;margin-right:45px;top:0px;transition:0.4s;}
.section_10_block_box_b:hover.section_10_block_box_b{top:-30px;}
.section_10_block_box_b:hover.section_10_block_box_b .section_10_block_box{height:200px;padding-bottom:20px;}
.section_10_block_box_b:hover.section_10_block_box_b p{display:block;margin-bottom:5px;}
.section_10_block_box_b:hover.section_10_block_box_b .plus{display:none;}
.section_10_block_box{width:240px;height:160px;border:1px solid #c8c8c8;padding:0 10px;text-align:center;transition:0.4s;position:relative;top:0px;}
.section_10_block_box .icon{width:65px;height:50px;line-height:50px;margin:0 auto;margin-top:15px;font-family:"iconfont";font-size:36px;text-align:center;color:#989898;}
.section_10_block_box .plus{font-family:"iconfont";font-size:30px;color:#989898;margin-top:5px;}
.section_10_block_box .plus:after{content:"\e659";}
.section_10_block_box .i1:after{content:"\e665";}
.section_10_block_box .i2:after{content:"\e666";}
.section_10_block_box .i3:after{content:"\e669";}
.section_10_block_box .i4:after{content:"\e6b4";}
.section_10_block_box h4{font-size:20px;color:#1a1a1a;font-weight:normal;margin-bottom:10px;}
.section_10_block_box p{text-align:center;display:none;line-height:21px;}





.section_02{width:100%;height:650px;background:url(/skins/images/senlin/ba_02.jpg) center top no-repeat;}
.section_02 .page_title p{color:#9d9ba2;}

.section_02_block{width:1300px;}
.section_02_block_box{width:290px;height:384px;position:relative;float:left;margin-right:13px;}
.section_02_block_box_img{width:290px;height:384px;position:absolute;top:0px;overflow:hidden;}
.section_02_block_box_img img{display:block;transition:0.5s;}
.section_02_block_box_text_b{padding:5px;border:4px solid #fff;border:4px solid rgba(255,255,255,0.9);display:block;position:absolute;z-index:3;bottom:35px;left:37px;}
.section_02_block_box_text{width:196px;height:106px;background:#fff;background:rgba(255,255,255,0.9);text-align:center;transition:0.3s;overflow:hidden;}
.section_02_block_box_text h3{font-size:22px;color:#111;padding-top:20px;}
.section_02_block_box_text h4{margin-bottom:10px;}
.section_02_block_box_text h3 i{display:block;width:155px;height:1px;background:#111;position:relative;margin:0 auto;margin-top:10px;margin-bottom:8px;}
.section_02_block_box_text h3 i em{color:#111;position:absolute;left:49%;font-size:12px;top:-8px;}
.section_02_block_box_text p{font-size:14px;color:#333333;display:none;width:90%;margin:0 auto;margin-bottom:5px;line-height:20px;text-align:center;}

.section_02_block_box:hover.section_02_block_box .section_02_block_box_text{height:auto;padding-bottom:20px;}
.section_02_block_box:hover.section_02_block_box p{display:block;}
.section_02_block_box:hover.section_02_block_box img{transform:scale(1.1);}








.section_03{width:100%;height:600px;background:url(/skins/images/senlin/sec03_bg.jpg) center top no-repeat;margin-bottom: 25px;}
.section_03_title{width:545px;position:absolute;left:12px;top:55px;}
.section_03_title h3{font-size:40px;color:#ffc000;font-weight:normal;}
.section_03_title h4{font-size:40px;color:#111111;font-weight:normal;margin-bottom:5px;}
.section_03_title p{font-size:20px;color:#7f7f7f;}


.section_03_swicth_btn{position:absolute;left:710px;top:66px;}
.section_03_swicth_btn a{margin-bottom:40px;display:block;}
.section_03_swicth_btn a:hover i,.section_03_swicth_btn a.active i{background:#fff;color:#ffc000;}
.section_03_swicth_btn a i{display:block;width:75px;height:75px;border-radius:100%;border:1px solid #fff;float:left;margin-right:36px;text-align:center;line-height:75px;font-family:"iconfont";color:#fff;font-size:30px;}
.section_03_swicth_btn_text{float:left;color:#fff;}
.section_03_swicth_btn_text h5{font-size:20px;font-weight:normal;margin-bottom:5px;margin-top:13px;}
.section_03_swicth_btn_text p{font-size:12px;}

.section_03_swicth_btn .a1 i:after{content:"\e66b";font-size:40px;}
.section_03_swicth_btn .a2 i:after{content:"\e66a";font-size:40px;}
.section_03_swicth_btn .a3 i:after{content:"\e66c";}
.section_03_swicth_btn .a4 i:after{content:"\e6fb";}



.section_03_block_box{width:540px;height:335px;position:absolute;left:15px;top:260px;display:none;}
.section_03_block_box p{color:#323232;font-size:18px;margin-bottom:12px;line-height:28px;}
.section_03_block_box_text_b{padding:5px;border:3px solid #787878;display:inline-block;}
.section_03_block_box_text{width:415px;padding:25px;border:1px solid #787878;}
.section_03_block_box_text h4{color:#ffc000;font-size:28px;margin-bottom:10px;font-weight:normal;}

.section_03_block_box02{width:540px;height:270px;background:url(/skins/images/senlin/sec03_bg_text02.jpg) 0px 0px no-repeat;position:relative;}
.section_03_block_box02_text{float:left;width:260px;float:left;text-align:center;margin-bottom:30px;}
.section_03_block_box02_text h3{font-size:60px;color:#ffc000;}
.section_03_block_box02_text p{font-size:18px;color:#323232;}
.section_03_block_box02_pop{width:40px;height:40px;position:absolute;left:250px;top:112px;}
.section_03_block_box02_pop_x{width:40px;height:40px;border-radius:100%;background:#ffc000;position:absolute;text-align:center;line-height:40px;color:#fff;font-family:"iconfont";cursor:pointer;}
.section_03_block_box02_pop_x:hover{background:#ffc000;}
.section_03_block_box02_pop_x:after{content:"\e66d";font-size:20px;}
.section_03_block_box02_pop:hover.section_03_block_box02_pop .section_03_block_box02_pop_text{display:block;}
.section_03_block_box02_pop_x:hover:after{content:"\e63a";}
.section_03_block_box02_pop_text{width:214px;background:#fff;padding:16px 35px;box-shadow:0px 0px 10px rgba(0,0,0,0.2);position:absolute;left:60px;top:-150px;display:none;border-radius:3px;}
.section_03_block_box02_pop_text h5{font-size:28px;color:#ffc000;}
.section_03_block_box02_pop_text li{font-size:16px;color:#323232;margin-top:20px;}
.section_03_block_box02_pop_text li b{font-size:26px;color:#ffc000;}
.section_03_block_box02_pop_text h6{font-size:20px;color:#323232;font-weight:normal;}

.section_03_block_box02_pop_text,.section_03_block_box{
-webkit-animation:fadeInLeft 0.6s ease both;
-moz-animation:fadeInLeft 0.6s ease both;
}

@keyframes fadeInLeft{
    0%{opacity:0;transform:translateX(-20px)}
    100%{opacity:1;transform:translateX(0)}
}




.section_04{width:100%;height:410px;background:url(/skins/images/senlin/sec04_bg.jpg) center top no-repeat;text-align:center;}
.section_04 h3{font-size:48px;color:#fff;padding-top:155px;margin-bottom:5px;}
.section_04 h4{font-size:24px;color:#fff;font-weight:normal;}






.section_05{width:100%;position: relative;background: #f6f6f6;display: flex;}

.section_05_info{width: 300px;float: left; left:148px;top:580px;text-align:center;color:#fff;font-size:20px;margin-bottom:10px;}
.section_05_info li{width: 100%;height: 300px;display: block;overflow: hidden;}
.section_05_info p{margin-bottom:10px;}

.section_05_block{width:850px;float: right;}
.section_05_block .shang{position: relative;}
.section_05_block .shang .zuo{width: 550px;float: left;}
.section_05_block .shang .you{width: 285px;float: right;}
.section_05_block .shang .you p{color:#000000;font-size: 24px;border-bottom: 1px solid #b5b5b5;padding-bottom: 15px;padding-top: 45px;}

.section_05_block .shang .you .font{color:#000;font-size: 16px;line-height: 26px;padding-top: 25px;}




.section_05_block_box_btn{font-size:24px;color:#fff;position:absolute;top:10px;left:11px;width:100%;text-align:center;width:203px;height:203px;line-height:275px;border:1px solid #2b2a39;transition:0.4s;}
.section_05_block_box01{left:148px;top:71px;}
.section_05_block_box02{left:597px;top:71px;}
.section_05_block_box03{left:373px;top:295px;}
.section_05_block_box04{left:822px;top:295px;}

.section_05_block_box01 .section_05_block_box_text{left:225px;top:0px;}
.section_05_block_box02 .section_05_block_box_text{left:0px;top:224px;height:226px;width:186px;}
.section_05_block_box03 .section_05_block_box_text{left:0px;top:225px;height:228px;width:186px;}
.section_05_block_box04 .section_05_block_box_text{left:0px;top:225px;height:228px;width:186px;}


.section_05_block_box_text{width:185px;height:225px;position:absolute;background:#cc0707;background:rgba(204,7,7,0.9);padding:0 20px;color:#fff;display:none;text-align:left;}
.section_05_block_box_text h3{padding:4px 10px;background:#fff;color:#cc0707;border-radius:30px;font-size:12px;display:block;margin-bottom:8px;text-align:center;margin-top:17px;}
.section_05_block_box_text li{display:inline-block;font-size:12px;margin-top:5px;text-align:left;width:100%;margin-bottom:3px;}
.section_05_block_box_text p{width:47%;display:inline-block;font-size:12px;}

.section_05_block_box:hover.section_05_block_box .section_05_block_box_text{display:block;}
.section_05_block_box:hover.section_05_block_box .section_05_block_box_btn{border:1px solid #fff;}

.section_05_block_box_text{
    -webkit-animation:bounceIn 0.4s ease both;
    -moz-animation:bounceIn 0.4s ease both;
}
    
@keyframes bounceIn{
    0%{opacity:0;transform:scale(.3)}
    50%{opacity:1;transform:scale(1.04)}
    100%{transform:scale(1)}
}
@-ms-keyframes bounceIn{
    0%{opacity:0;-ms-transform:scale(.3)}
    50%{opacity:1;-ms-transform:scale(1.04)}
    100%{-ms-transform:scale(1)}
}





.section_06{width:100%;height:650px;background:url(/skins/images/senlin/sec06_bg.jpg) center top no-repeat;text-align:center;}
.section_06 .page_title{padding-top:20px;}
.section_06 .page_title p{color:#e4e4e4;}

.section_06_block{width:1300px;padding-top:20px;}
.section_06_block_box{width:235px;position:relative;float:left;margin-right:13px;background:#1e2130;}
.section_06_block_box:hover{background:#ffc000;}
.section_06_block_box_text_b{padding:18px;border:1px solid #1e2130;display:inline-block;margin-top:8px;}
.section_06_block_box_text{width:180px;height:185px;text-align:center;transition:0.3s;overflow:hidden;margin:0 auto;}
.section_06_block_box_text h3{font-size:28px;color:#fff;padding-top:30px;margin-bottom:20px;font-weight:normal;}
.section_06_block_box_text h4{font-size:14px;color:#fff;margin-bottom:5px;}
.section_06_block_box_text h3 i{display:block;width:155px;height:1px;background:#fff;position:relative;margin:0 auto;margin-top:18px;margin-bottom:8px;text-align:center;}
.section_06_block_box_text h3 i em{color:#fff;font-size:16px;top:-24px;position:relative;background:#1e2130;padding:0 5px;}
.section_06_block_box_text p{font-size:14px;color:#fff;display:none;margin-bottom:5px;line-height:25px;text-align:left;}

/* .section_06_block_box:hover.section_06_block_box{height:335px;} */
.section_06_block_box:hover.section_06_block_box .section_06_block_box_text_b{margin-bottom:10px;border:1px solid #fff;}
.section_06_block_box:hover.section_06_block_box .section_06_block_box_text{height:335px;}
.section_06_block_box:hover.section_06_block_box .section_06_block_box_text h3 i em{height:335px;background:#ffc000;}
.section_06_block_box:hover.section_06_block_box h4{display:none;}
.section_06_block_box:hover.section_06_block_box p{display:block;}
.section_06_block_box:hover.section_06_block_box img{transform:scale(1.1);}






.section_07{width:100%;height:834px; }
.section_07 .page_title{padding-top:20px;}
.section_07 .page_title h3 em{color:#111;}


.section_07_block_box{width:120px;height:120px;border-radius:100%;border:1px solid #949494;transition:0.4s;position:absolute;overflow:hidden;background:#fff;}
.section_07_block_box:hover{width:265px;border-radius:80px;border:1px solid #da1f24;}
.section_07_block_box:hover.section_07_block_box .section_07_block_box_icon{border-right:1px solid #ddd;}
.section_07_block_box:hover.section_07_block_box .section_07_block_box_icon{color:#da1f24;}
.section_07_block_box:hover.section_07_block_box .section_07_block_box_text{display:block;}
.section_07_block_box_icon{display:block;width:80px;height:75px;text-align:center;margin-left:20px;border-right:1px solid #fff;padding:0 10px;margin-top:20px;padding-right:13px;}
.section_07_block_box_icon i{display:block;width:60px;height:55px;font-family:"iconfont";text-align:center;line-height:55px;font-size:38px;}
.section_07_block_box01 .section_07_block_box_icon i:after{content:"\e673";}
.section_07_block_box02 .section_07_block_box_icon i:after{content:"\e66c";}
.section_07_block_box03 .section_07_block_box_icon i:after{content:"\e66a";}
.section_07_block_box04 .section_07_block_box_icon i:after{content:"\e676";}
.section_07_block_box05 .section_07_block_box_icon i:after{content:"\e677";}
.section_07_block_box06 .section_07_block_box_icon i:after{content:"\e670";}
.section_07_block_box07 .section_07_block_box_icon i:after{content:"\e672";}

.section_07_block_box_text{width:90px;padding:0 10px;top:25px;display:none;position:absolute;left:105px;}
.section_07_block_box_text p{font-size:14px;color:#333;margin-bottom:5px;width:127px;text-align:left;}
.section_07_block_box_text p b{color:#da1f24;font-weight:normal;padding-right:5px;}

.section_07_block_box01{right:864px;top:217px;}
.section_07_block_box02{left:87px;top:372px;}
.section_07_block_box03{left:116px;top:537px;}
.section_07_block_box04{right:747px;top:658px;}
.section_07_block_box05{left:882px;top:227px;}
.section_07_block_box06{right:70px;top:461px;}
.section_07_block_box07{left:786px;top:638px;}



.section_07_block_box02 .section_07_block_box_text,.section_07_block_box03 .section_07_block_box_text,.section_07_block_box06 .section_07_block_box_text,.section_07_block_box07 .section_07_block_box_text{margin-top:13px;}




.section_08{width:100%;height:360px;background:url(/skins/images/senlin/sec08_bg.jpg) center top no-repeat;text-align:center;z-index:6;}
.section_08 .page_title h3{font:36px;}
.section_08 .page_title p{color:#cbcbcb;}

.section_08_block01{width:790px;height:465px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);border-radius:10px;position:absolute;left:0px;top:204px;padding:35px;}
.section_08_block01 h3{padding-top:38px;text-align:left;font-size:32px;font-weight:normal;color:#333333;}
.section_08_block01 h3 i{display:block;width:60px;height:4px;background:#e71f19;margin:32px 0;}
.section_08_block01 li{margin-bottom:35px;text-align:left;height:35px;}
.section_08_block01 li input{width:260px;height:35px;display:inline-block;padding:0 10px;line-height:35px;border:1px solid #e5e5e5;background:#f6f6f6;color:#111;margin-left:10px;}
.section_08_block01_btn{display:block;width:200px;height:42px;line-height:42px;background:#ffc000;text-align:center;color:#fff;font-size:16px;border-radius:30px;}
.section_08_block01_btn:hover{background:#ff0008;}


.section_08_block02{width:325px;height:530px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);border-radius:10px;position:absolute;left:525px;top:204px;overflow:hidden;transition:0.3s;}
.section_08_block02_text{padding:20px;text-align:left;}
.section_08_block02_text h3{font-size:25px;color:#ffc000;font-weight:normal;margin-bottom:20px;}
.section_08_block02_text p{font-size:15px;color:#5f5f5f;line-height:26px;}
.section_08_block02_text a{font-size:15px;color:#ffc000;border:1px solid #ffc000;border-radius:30px;display:block;width:120px;height:32px;text-align:center;line-height:32px;margin-top:32px;}
.section_08_block02_text a:hover{background:#ffc000;border:1px solid #ffc000;color:#fff;}

.section_08_block03{width:380px;height:465px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);border-radius:10px;position:absolute;left:820px;top:204px;overflow:hidden;transition:0.3s;}
.section_08_block03_text{padding:20px;text-align:left;}
.section_08_block03_text h3{font-size:25px;color:#ffc000;font-weight:normal;margin-bottom:20px;}
.section_08_block03_text p{font-size:15px;color:#5f5f5f;line-height:26px;}
.section_08_block03_text a{font-size:15px;color:#ffc000;border:1px solid #ffc000;border-radius:30px;display:block;width:120px;height:32px;text-align:center;line-height:32px;margin-top:32px;}
.section_08_block03_text a:hover{background:#ffc000;border:1px solid #ffc000;color:#fff;}
.section_09{width:100%;height:400px;background:#fafafa;}

/*轮播*/

.c-banner{
	width: 380px;
	height: 500px;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}

/*标准*/
#biaoz{width: 100%;margin-top: 70px;}
.ser_con{width: 1200px;margin:0 auto;height: 416px;background: url(../images/voice/biaoz_bg.png)no-repeat center;}
.ser_con ul{width: 1200px;margin: 0 auto;margin-top: 50px;}
.ser li{float: left;width: 200px;text-align: center;height: 120px;margin-bottom: 75px;position: relative;margin-top: 30px;}
.ser li span{ display:block;width:72px; height:72px;  margin:13px auto 17px;  position:relative;}
.ser li span em{position:absolute;width:100%;height:100%;background: #ededed;border-radius: 50%;top:0;left:0;-webkit-transform: translateX(0) rotate(0deg);transform: translateX(0) rotate(0deg);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;}
.ser li span i{position:absolute;width:100%;height:100%;background: #ffc000;border-radius: 50%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;}
.ser li:hover span em,.ser li.cur span em{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.ser li:hover span i,.ser li.cur span i{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.ser li b{display:block;font-size: 16px;color: #313131;line-height: 16px;font-weight: normal;}
.ser li:hover b,.ser li.cur b{color: #ffc000;}
.ser li:hover:after,.ser li.cur:after{position: absolute;width: 13px;height: 8px;content: "";background:url(../images/voice/san4.png) no-repeat;top: 104px;left: 50%;margin-left: -7px;}
.ser .tel{font-size: 14px;color: #333;line-height: 14px;padding-top: 18px;}
.ser .tel strong{display:block;font-size: 24px;color: #333;line-height: 30px;}
.ser .tel .zx{display: block;width: 95px;height: 35px;line-height: 35px;text-align: center;font-size: 14px;color: #333;background: #fff;border-radius: 17px;margin:4px auto 0;}
.ser li.bt:hover:after,.ser li.bt.cur:after{top: 0;background:url(../images/voice/san5.png) no-repeat;}
.ser_con{position: relative;}
.ser_bd{position: absolute !important;width: 100%;left: 0;top: 137px;z-index: 10;}
.ser_bd p{font-size: 22px;color: #191717;line-height: 24px;text-align: center;line-height: 28px;margin-top: 40px;}
.ser_bd p a{font-weight: bold;color:#ffc000;padding-left: 5px;padding-right: 5px;font-size:inherit;}





/*家族成员*/
#jiazu{width: 100%;margin-top: 60px;}

.lanrenzhijia{width: 1240px;height:920px;margin:0 auto;}
.lanrenzhijia .tab{width:100%;height: 190px;font-size: 20px;margin: 0 auto;line-height: 40px;text-align: center;}

.lanrenzhijia .tab a{width:285px;font-size: 20px;color: #252525;margin:0 10px;height: 230px;display: inline-block;overflow: hidden;background: #fff;}
.lanrenzhijia .tab a.on{font-size:20px;color: #ffc000;}
.lanrenzhijia .tab a img{width: 100%;}

.lanrenzhijia .content{ overflow:hidden; width:1240px;height:600px;position: relative;margin:20px 0;background: #fff;}
.lanrenzhijia .content .ul{ position:absolute; left:0; top:0; width:1240px;}
.lanrenzhijia .content .li{float:left;}

.lanrenzhijia .content .shang{width:1240px;height: 600px;margin: 0 auto;}
.lanrenzhijia .content .shang .zuo{width: 900px;overflow: hidden;float: left;overflow: hidden;height: 600px;}
.lanrenzhijia .content .shang .zuo img{width:100%;}
.lanrenzhijia .content .shang .you{width: 287px;float: right;padding: 0  20px;background: #fff;height: 560px;margin: 20px 0;}

.lanrenzhijia .content .shang .you p{color:#000000;font-size: 24px;border-bottom: 1px solid #b5b5b5;padding-bottom: 15px;padding-top: 45px;font-weight: bold;}

.lanrenzhijia .content .shang .font{color:#000;font-size: 16px;line-height: 26px;padding-top: 25px;}

.lanrenzhijia .content .shang a{width: 147px;height: 46px;line-height: 46px;text-align: center;color: #fff;border-radius: 40px;display: block;background: #ffc000;font-size: 16px;margin-top: 30px;}

.bg01{width:100%;height:500px;position:relative;margin-top: 30px;}
.bg02{width:100%;height:500px;position:relative;margin-top: 30px;}
.bg03{width:100%;height:500px;position:relative;margin-top: 30px;}

.info_box_pic_box_wrap{margin-top:20px;}
.info_box_pic_box{width:1240px;height:350px;overflow:hidden;text-align:center;position:relative;left: 20px;}
.info_box_pic_box img{transition:0.3s;}
.info_box_pic_box .swiper-slide{width:391px;height:300px;}
.info_box_pic_box .swiper-slide a{width:369px;height:287px;display:block;color:#4d4d4d;position:relative;margin-bottom:5px;overflow:hidden;}
.info_box_pic_box .swiper-slide a:hover img{transform:scale(1.05);}
.info_box_pic_box .swiper-slide img{display:block;width:100%;margin:0 auto;height:100%;transition:0.3s;}
.info_box_pic_box .swiper-slide p{width:90%;font-size:16px;color:#5e5e5e;text-align:left;line-height: 45px;border-bottom: 1px solid #959595;}
.info_box_pic_box .swiper-slide p i{display: block;float: right;font-style: normal;}
.info_box_pic_box .swiper-slide:hover p{color:#dd2821;border-bottom: 1px solid #dd2821;}
.swiper-slide:hover.swiper-slide h6{color:#267ba0;}
.info_box_pic_box_more_btn{width:100%;text-align:center;margin:30px 0;}
.info_box_pic_box_more_btn a{display:inline-block;padding:12px 60px;background:#ffc000;color:#fff;font-size:18px;line-height: 35px;}
.info_box_pic_box_more_btn a:hover{background:#323232;}

.product_box_pic_box_pnbtn{position: absolute;top: 130px;z-index: 99;width:1236px;height: 39px;overflow: hidden;}
.product_box_pic_box_pnbtn a:hover img{margin-top: -39px;}
