﻿@charset "utf-8";
/* CSS Document */
/*下、上、左、右箭头*/
.arrDown:after{ border-top:10px solid #aeaeae; border-left:5px solid transparent; border-right:5px solid transparent; width:0; height:0; content:'';}
.arrUp:after{ border-bottom:10px solid #aeaeae; border-left:5px solid transparent; border-right:5px solid transparent; width:0; height:0; content:'';}
.arrLeft:after{ border-right:10px solid #aeaeae; border-top:5px solid transparent; border-bottom:5px solid transparent; width:0; height:0; content:'';}
.arrRight:after{ border-left:10px solid #aeaeae; border-top:5px solid transparent; border-bottom:5px solid transparent; width:0; height:0; content:'';}
.arrTopleft:after{ border-top: 100px solid red; border-right: 100px solid transparent; width:0; height:0; content:'';}
.arrTopright:after{ border-top: 100px solid red; border-left: 100px solid transparent; width:0; height:0; content:'';}
.arrBottomleft:after{ border-bottom: 100px solid red; border-right: 100px solid transparent; width:0; height:0; content:'';}
.arrBottomright:after{ border-bottom: 100px solid red; border-left: 100px solid transparent; width:0; height:0; content:'';}
/*复用图片包裹*/
.t_imgWarp{ width:100%; height:100%; overflow:hidden; text-align:center;}
.t_imgWarp:after{ content:''; display:inline-block; vertical-align:middle; width:0; height:100%; overflow:hidden;}
.t_imgWarp img{ width:100%; height:auto; vertical-align:middle;
	 -webkit-transition:all .5s ease 0s;
	 -moz-transition:all .5s ease 0s;
	 transition:all .5s ease 0s;
	}
.t_imgWarp:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
	}
/*复用标题*/
.t_head{}
.t_head .h1{}
.t_head .h2{}
.t_head .h3{}
.t_head .p{}
.t_head .link{}
/*流程模块*/
.process{}
.process ul{ overflow:hidden; padding:10px;}
.process ul li{ float:left; height:20px; color:#FFF; line-height:20px; padding:0 25px 0 10px; position:relative;}
.process ul li:nth-child(1){ background-color:red;}
.process ul li:nth-child(2){ background-color:green;}
.process ul li:nth-child(3){ background-color:blue;}
.process ul li:after{ border-left:15px solid #aeaeae; border-top:10px solid transparent; border-bottom:10px solid transparent; width:0; height:0; content:''; position:absolute; right:0; top:0;}
.process ul li:nth-child(1):after{ border-left-color:red; border-top-color:green; border-bottom-color:green;}
.process ul li:nth-child(2):after{ border-left-color:green; border-top-color:blue; border-bottom-color:blue;}
.process ul li:nth-child(3):after{ border-left-color:blue; border-top-color:#FFF; border-bottom-color:#FFF;}
/*运动样式*/
.moveLeft{ position:relative; left:50%; opacity:0; filter:alpha(opacity=0);}
.moveRight{ position:relative; left:-50%; opacity:0; filter:alpha(opacity=0);}
/*home*/
#focus .tools{ width:282px; height:260px; background:url(../image/tools_bg.png); position:absolute; left:50%; top:50%; margin-left:323px; margin-top:-130px;}
#focus .tools ul{ padding:33px 16px 0 14px;}
#focus .tools ul li{ margin-bottom:10px;}
#focus .tools ul li .slide{ background:url(../image/focus_tools_ico.png) 0 -45px no-repeat; overflow:hidden; color:#FFF; line-height:40px;}
#focus .tools ul li .slide .ico{ float:left; width:40px; height:40px; text-align:center; margin-right:5px;}
#focus .tools ul li .slide .ico:after{ content:''; display:inline-block; vertical-align:middle; width:0; height:100%; overflow:hidden;}
#focus .tools ul li .slide .ico img{ vertical-align:middle;}
#focus .tools ul li .slide .arr{ float:right; width:42px; height:40px; background:url(../image/focus_tools_ico.png) -210px 0 no-repeat;}
#focus .tools ul li .slide .arr.cur{ background-position:-163px 0;}
#focus .tools ul li .down{ background:url(../image/focus_tools_ico.png) 0 -90px no-repeat; overflow:hidden; padding-right:52px; padding-left:20px; margin-top:10px; position:relative; display:none;}
#focus .tools ul li .down input{ width:100%; height:40px; line-height:40px; float:left; background-color:transparent;}
#focus .tools ul li .down button{ width:42px; height:40px; background:url(../image/focus_tools_ico.png) -116px 0 no-repeat; position:absolute; right:0; top:0; cursor:pointer;}

/*maternity*/
.maternity{ overflow:hidden;}
.maternity .bannar{ height:425px; background-position:center top; background-repeat:no-repeat; padding-top:180px;}
.maternity .bannar .cont{ padding:5px 40px 0; color:#FFF; text-align:center;}
.maternity .bannar .cont .h1{ font-size:70px; line-height:78px;}
.maternity .bannar .cont .h2{ font-size:26px; line-height:32px; margin-bottom:22px;}
.maternity .bannar .cont .p{ font-size:12px; line-height:18px;}
.maternity .block1{ background:#f6f6f6; position:relative; padding-bottom:30px;}
.maternity .block1 .block1_am{ 
	width: 1210px;
	margin: 0 auto;
	position: relative;}
.maternity .block1 .table{ padding:20px 1px;}
.maternity .block1 .table li{ height:auto; float:left; text-align:center; position:relative;
	-webkit-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	-ms-transition:all 1s ease-in-out;
	-o-transition:all 1s ease-in-out;
	transition:all 1s ease-in-out;
	}
.maternity .block1 .table li a{ color:#474747;}
.maternity .block1 .table li .bg{ height:100%;}
.maternity .block1 .table li .bg img{ width:100%; height:auto;}
.maternity .block1 .table li .box{ width:100%; height:100%; position:absolute; left:0; top:0;}
.maternity .block1 .table li .box:after{ content:''; display:inline-block; vertical-align:middle; width:0; height:100%; overflow:hidden;}
.maternity .block1 .table li .box .inner{ display:inline-block; vertical-align:middle;}
.maternity .block1 .table li .box .inner img{ max-width:100%; margin-bottom:12px;}
.maternity .block1 .table li h1{ font-size:28px; font-weight:bold; line-height:40px; color:#454545} 
.maternity .block1 .table li h1 span{ font-size:12px; color:#868686; float:right} 
.maternity .block1 .table li h2{ font-size:14px;  color:#454545; padding-bottom:10px;}
.maternity .block1 .table li p{ font-size:14px;  color:#191919; text-align:left; position: relative; top: 50%; transform: translateY(-50%); padding-left:10px; padding-right:10px; line-height:23px;}
.maternity .block1 .table li .box .inner h3{ font-size:18px; line-height:22px;}
.maternity .block1 .table li .box .inner span{ font-family:Arial; font-size:14px; line-height:20px;}
.maternity .block1 .table li .box .inner p{ width:460px; font-size:16px; line-height:20px; color:#707070;}
.maternity .block1 .table .l1 a,.maternity .block1 .table .l3 a,.maternity .block1 .table .l4 a,.maternity .block1 .table .l5 a,.maternity .block1 .table .l8 a{ color:#FFF;}
.maternity .block1 .table .l0{ left:0; top:0; width:28%;}
.maternity .block1 .table .one{ width:96%; text-align:left; margin:0 auto;}
.maternity .block1 .table .one .zi{ border-bottom:#56616b 1px solid}
.maternity .block1 .table .one .con{ margin-top:20px; height:120px; background-color:#ffffff;}
.maternity .block1 .table .one .con .youshi{ width:326px; height:335px; background-color: #f6f6f6}
.maternity .block1 .table .one .con .youshi li{ width:33%; height:110px;}
.maternity .block1 .table .one .con .youshi li:hover{ background-color:#ffffff;}
.maternity .block1 .table .one .con .youshi li h1{ font-size:12px; font-weight:normal; line-height:15px; padding-top:15px; width:76px; margin:0 auto;}
.maternity .block1 .table .one .con .youshi li img{ width:66px; height:55px;}
.maternity .block1 .table .one .fan{ margin-top:30px;}
.maternity .block1 .table .two{ width:96%; text-align:left; margin:0 auto;}
.maternity .block1 .table .two h1{ font-size:28px; font-weight:bold; line-height:40px; color:#454545; padding-bottom:5px;} 
.maternity .block1 .table .two .zi{ border-bottom:#56616b 1px solid}
.maternity .block1 .table .two .anli{ width:510px; margin-top:20px; height:364px; position:relative; overflow:hidden;}
.maternity .block1 .table .two .anli .wen{ width:510px; height:70px; background-color:#000000; opacity: .5; filter: alpha(opacity=50); -moz-opacity: .5; -khtml-opacity: .5; bottom: 0px; position: absolute; text-align:center}
.maternity .block1 .table .two .anli .wen p{ color:#ffffff; font-size:16px; position:static; padding-top:10px; text-align:center; }
.maternity .block1 .table .two .anli .wen h1{ color:#ffffff; font-size:16px; font-weight:normal; line-height:20px; padding-top:15px; }
.maternity .block1 .table .two .baodao{ margin-left:5px; margin-top:11px;} 
.maternity .block1 .table .two .baodao li{ background-color:#ffffff; display:block; height:52px; line-height:52px;  color:#45433f; margin-top:11px; width:100% }
.maternity .block1 .table .two .baodao li .left{ font-size:34px; position: relative; top: 25%; transform: translateY(-25%); float:left;}
.maternity .block1 .table .two .baodao li .mid{ font-size:14px; float:left; }
.maternity .block1 .table .two .baodao li .right{ float:right; font-size:14px; padding-right:15px;}
.maternity .block1 .table .two .yuyue1{ margin-top:20px; width:100%}
.maternity .block1 .table .two .yuyue2{ width:100%; float:left; }
.maternity .block1 .table .two .yuyue3{ width:100%}
.maternity .block1 .table .l1{ left:0; top:0; width:44%;}
.maternity .block1 .table .l2{ left:0; top:0; width:28%;}
.maternity .block1 .table .l3{ left:0; top:0; width:28%; margin-top:50px;}
.maternity .block1 .table .l4{ left:0; top:0; width:44%; margin-top:50px;}
.maternity .block1 .table .l5{ left:0; top:0; width:28%; margin-top:50px;}
.maternity .block2{ padding-top:55px;  color:#454545; background-color:#ffffff; height:580px; margin-bottom:70px;}
.maternity .block2 .left{ width:71%; float:left;}
.maternity .block2 .right{ width:25%; float:left; margin-left:20px;}
.maternity .block2 .left .p{ font-size:12px; border-bottom:#153985 solid 2px; padding-bottom:15px;}
.maternity .block2  .left .h1{ margin-bottom:2px; font-size:40px; font-weight:bold; color:#014099}
.maternity .block2  .left .h1 span{ color:#00a0e9}
.maternity .block2  .left .h2{ margin-bottom:10px; font-size:30px; font-weight:bold; color:#454545}
.maternity .block2  .right h1{ margin-bottom:5px; margin-top:5px; font-size:21px; font-weight:bold; color:#014099}
.maternity .block2  .right h1 span{ color:#00a0e9}
.maternity .block2  .right h2{ margin-bottom:5px; margin-top:13px; font-size:30px; font-weight:bold; color:#454545; line-height:40px;}
.maternity .block2  .right h2 span{ font-size:12px; color:#868686; float:right;}
.maternity .block2  .right h3{font-size:16px; }
.maternity .block2  .right .wenda{ height:105px; border-bottom: 1px dotted #4b67a1; margin-top:4px; margin-bottom:15px; color:#45433f}
.maternity .block2  .right .wen{ padding-right:10px; font-size:16px;}
.maternity .block2  .right .da img{ float:left; margin-top:10px;}
.maternity .block2  .right .da p{ float:left; width:80%; font-size:16px; padding-left:10px;}
.maternity .block2  .right .zong{ margin-left:15px;}
.maternity .block2  .right li{  display:block; height:30px; line-height:30px;  color:#45433f; width:100%; font-size:16px; }
.maternity .block2  .right li .dian{ padding-right:25px;}
.maternity .block2 .tab{ position:relative; margin-bottom:20px; margin-top:10px;}
.maternity .block2 .tab a{ color:#474747; font-size:16px; line-height:28px; margin-right:45px; display:inline-block;}
.maternity .block2 .tab a:hover{ color:#204798;}
.maternity .block2 .tab .cur{ color:#204798;}
.maternity .block2 .tab .arr{ background:url(../image/temp/maternity_block2_arr.png) center bottom no-repeat; height:4px; border-top:2px solid #204798; position:absolute; left:0; bottom:-6px;}
.maternity .block2 .scrollWarp{}
.maternity .block2 .scrollWarp .item{ width:100%; height:380px; overflow:hidden; position:relative; display:none;}
.maternity .block2 .scrollWarp .item ul{ height:100%; position:relative;}
.maternity .block2 .scrollWarp .item ul li{ height:100%; float:left; overflow:hidden;}
.maternity .block2 .scrollWarp .item ul li .imgWarp{ float:left; width:267px; height:380px;}
.maternity .block2 .scrollWarp .item ul li .imgWarp img{ width:100%; height:auto;}
.maternity .block2 .scrollWarp .item ul li .cont{  height:380px; width:592px; color:#FFF; background:#3081b3; float:left;}
.maternity .block2 .scrollWarp .item ul li .cont .h1{ font-size:28px; line-height:38px; padding-top:15px; padding-left:45px; color:#ffffff;}
.maternity .block2 .scrollWarp .item ul li .cont .h2{ font-size:16px; line-height:26px; padding-left:45px; color:#ffffff;}
.maternity .block2 .scrollWarp .item ul li .cont .jieshao{ font-size:12px; line-height:20px; margin-top:15px; padding-left:45px; padding-right:45px; margin-bottom:15px;}
.maternity .block2 .scrollWarp .item ul li .cont .more{ font-family:Arial; font-size:12px; color:#FFF; text-transform:uppercase; padding-left:45px;}
.maternity .block2 .scrollWarp .item .prev{ width:66px; height:66px; background:url(../image/maternity_block2_arr.png) left no-repeat; position:absolute; bottom:0; right:67px;}
.maternity .block2 .scrollWarp .item .next{ width:66px; height:66px; background:url(../image/maternity_block2_arr.png) right no-repeat; position:absolute; bottom:0; right:0;}
.maternity .block3{ padding-top:60px;   background-color:#f6f6f6; padding-bottom:85px; color:#454545}
.maternity .block3 .p{ font-size:12px; border-bottom:#153985 solid 2px; padding-bottom:15px;}
.maternity .block3 .h1{ font-size:40px; font-weight:bold; color:#014099}
.maternity .block3 .h1 span{ color:#00a0e9}
.maternity .block3 .h2{ margin-bottom:40px; font-size:30px; font-weight:bold; color:#454545}
.maternity .block3 .tab{ position:relative; margin-bottom:30px; width:14%; float:left}
.maternity .block3 .tab a{ color:#474747; font-size:18px; line-height:23px; display:block; width:100%; text-align:center; height:74.6px;}
/*.maternity .block3 .tab a:hover{ color:#454545;}*/
.maternity .block3 .tab span{  position: relative; top: 30%; transform: translateY(-25%); width:100px; margin:0 auto; display:block;}
.maternity .block3 .tab .cur{ color:#ffffff; font-size:18px; line-height:23px; width:100%; text-align:center; height:81px; background-color:#00a0e9;}
.maternity .block3 .tab .arr{  font-size:18px; line-height:23px; width:100%; text-align:center; height:81px; color:#454545;  }
.maternity .block3 .scrollWarp{}
.maternity .block3 .scrollWarp .item{ width:85%; height:380px; overflow:hidden; position:relative; display:none;}
.maternity .block3 .scrollWarp .item ul{ height:100%; position:relative;}
.maternity .block3 .scrollWarp .item ul li{ height:100%; float:left; overflow:hidden;}
.maternity .block3 .scrollWarp .item ul li .imgWarp{ float:left; width:325px; height:408px;}
.maternity .block3 .scrollWarp .item ul li .imgWarp img{ width:100%; height:auto;}
.maternity .block3 .scrollWarp .item ul li .cont{ height:408px; width:68.4%; color:#FFF; background:#153985; float:left;}
.maternity .block3 .scrollWarp .item ul li .cont .p1{ font-size:14px; line-height:20px; margin-top:75px; padding-left:45px; padding-right:45px}
.maternity .block3 .scrollWarp .item ul li .cont .p2{ font-size:14px; line-height:20px; margin-bottom:15px;padding-left:45px; padding-right:45px}
.maternity .block3 .scrollWarp .item ul li .cont .more{ font-family:Arial; font-size:12px; color:#FFF; text-transform:uppercase; padding-right:45px; float:right;}
.maternity .block3 .scrollWarp .item .prev{ width:66px; height:66px; background:url(../image/maternity_block2_arr.png) left no-repeat; position:absolute; bottom:0; right:67px;}
.maternity .block3 .scrollWarp .item .next{ width:66px; height:66px; background:url(../image/maternity_block2_arr.png) right no-repeat; position:absolute; bottom:0; right:0;}
.maternity .huodong{}
.maternity .fuwu{ width:100%; background-color:#ffffff; margin-top:80px; color:#4e4d4d; font-size:18px; min-height:740px;}
.maternity .fuwu .top{ width:830px; margin:0 auto;}
.maternity .fuwu .mid{ width:1210px; margin:0 auto;}
.maternity .fuwu .bot{ width:830px; margin:0 auto;}
.maternity .fuwu .top p{ width:50%; float:left; text-align:center;}
.maternity .fuwu .top p img{ display:block; margin:0 auto; padding-bottom:30px;}
.maternity .fuwu .top p span{ display:block; width:320px; margin:0 auto;}
.maternity .fuwu .mid p{ width:31%; float:left; text-align:center; margin-top:30px;}
.maternity .fuwu .mid .zhongxin{ width:38%; float:left; margin:0 auto; margin-top:100px;}
.maternity .fuwu .mid p img{ display:block; margin:0 auto; padding-bottom:30px;}
.maternity .fuwu .bot p{ width:50%; float:left; text-align:center; margin-top:90px;}
.maternity .fuwu .bot p img{ display:block; margin:0 auto; padding-top:30px;}
.maternity .block4{ background:#f6f6f6; padding-top:80px;/*  min-height:1065px; */}
.maternity .block4_1{ width:1210px; margin:0 auto;}
.maternity .block4 .h1{ font-size:40px; font-weight:bold; color:#014099}
.maternity .block4 .h1 span{ color:#00a0e9}
.maternity .block4 .h2{ margin-bottom:40px; font-size:30px; font-weight:bold; color:#454545; line-height:40px;}
.maternity .block4 .h2 span{ font-size:12px; color:#868686; float:right;}
.maternity .block4 ul{ overflow:hidden;}
.maternity .block4 ul li{ width:284px; margin-left:23px; float:left; position:relative; background:#FFF;}
.maternity .block4 ul li.first{ margin-left:0;}
.maternity .block4 ul li .t_imgWarp{ height:212px;}
.maternity .block4 ul li a{ color:#474747; font-size:16px; line-height:65px;}
.maternity .block4 ul li .cont{ padding:20px 15px 0 18px; height:135px;}
.maternity .block4 ul li .cont .h1{ font-size:16px; line-height:32px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;  color:#45433f;}
.maternity .block4 ul li .cont .p{ font-size:12px; line-height:20px; color:#868686; margin-top:4px;}
.maternity .block4 .fenge{ margin:0 auto; padding-top:60px; padding-bottom:60px;}
.maternity .block4 .zhanshi{ width:1210px; margin:0 auto;}
.maternity .block4 .left{ width:50%; float:left;}
.maternity .block4 .right{ width:50%; float:left;}
.maternity .block4 .a1{ width:264px; float:left}
.maternity .block4 .a1 .zaiyu1{ width:264px; height:156px; background-color:#153985; text-align:center; color:#ffffff;}
.maternity .block4 .a1 .zaiyu1 h1{ font-size:30px; font-weight:bold; position: relative; top: 36%; transform: translateY(-36%);}
.maternity .block4 .a1 .zaiyu1 h2{ font-size:14px; position: relative; top: 35%; transform: translateY(-35%);}
.maternity .block4 .a1 .zaiyu2{ margin-top:5px;}
.maternity .block4 .a2{ width:332px; float:left; margin-left:5px;}
.maternity .block4 .a2 .zaiyu4{ margin-top:5px;}
.maternity .block4 .a2 .zaiyu5{ margin-top:5px;}
.maternity .block4 .right .a1{ width:374px; float:left}
.maternity .block4 .right .fengcai2{ width:213px; height:102px; background-color:#00a0e9; text-align:center; color:#ffffff; margin-top:5px; float:left;}
.maternity .block4 .right .fengcai2 h1{ font-size:30px; font-weight:bold; position: relative; top: 34%; transform: translateY(-34%);}
.maternity .block4 .right .fengcai2 h2{ font-size:14px; position: relative; top: 33%; transform: translateY(-33%);}
.maternity .block4 .right .fengcai3{ width:157px; float:left; margin-top:5px; margin-left:3px;}
.maternity .block4 .right .a2{ width:216px; float:left}
.maternity .block4 .right .fengcai4{ width:216px; float:left; }
.maternity .block4 .right .fengcai5{ width:216px; float:left; margin-top: 8px;}
.maternity .block5{ background:#f6f6f6;}
.maternity .block5 .head{ padding:86px 0 20px;}
.maternity .block5 .head .h1{ margin-bottom:10px;}
.maternity .block5 ul{ overflow:hidden;}
.maternity .block5 ul li{ width:280px; height:380px; margin-left:30px; float:left; position:relative;}
.maternity .block5 ul li.first{ margin-left:0;}
.maternity .block5 ul li a{ color:#FFF; font-size:16px; line-height:65px;}
.maternity .block5 ul li .mask{ padding:0 1em; background:url(../image/tools_bg.png); height:65px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; position:absolute; bottom:0; left:0; right:0; text-align:center;}
.maternity .block6{ background:#f6f6f6; padding-bottom:90px;}
.maternity .block6 ul{}
.maternity .block6 ul li{ margin-bottom:5px; background:#FFF; padding-right:50px;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
	}
.maternity .block6 ul li span{ font-size:20px; font-family:Arial; font-weight:bold; line-height:26px; position:absolute; left:24px; top:0; text-align:center;}
.maternity .block6 ul li .q{ font-size:16px; line-height:26px; color:#474747; position:relative; padding:17px 50px 17px 60px; cursor:pointer;}
.maternity .block6 ul li .q span{ top:17px;}
.maternity .block6 ul li .a{ font-size:12px; line-height:20px; position:relative; padding-left:60px; padding-bottom:32px; display:none;}
.maternity .block6 ul li .a .more{ font-family:Arial; font-size:12px; color:#FFF; text-transform:uppercase; position:absolute; right:5px; bottom:20px;}
.maternity .block6 ul li.s{ color:#FFF; background:#153985;}
.maternity .block6 ul li.s .q{ color:#FFF;}
.maternity .block7{ background:#f6f6f6;}
.maternity .block7 .scrollWarp{ height:528px; overflow:hidden; position:relative;}
.maternity .block7 .scrollWarp ul{ position:relative; height:100%;}
.maternity .block7 .scrollWarp ul li{ float:left;}
.maternity .block7 .scrollWarp ul li .box{ width:460px; height:210px; padding:46px 40px 58px; background:url(../image/joinus_block4_box_bg.png); position:absolute; left:50%; margin-left:-605px; top:105px;}
.maternity .block7 .scrollWarp ul li .box .h1{ height:84px; overflow:hidden; font-size:42px; line-height:1; color:#474747; text-transform:uppercase;}
.maternity .block7 .scrollWarp ul li .box .h2{ font-size:26px; line-height:54px; color:#474747;}
.maternity .block7 .scrollWarp ul li .box .p{ font-size:12px; line-height:20px; color:#707070; height:40px; overflow:hidden;}
.maternity .block7 .scrollWarp ol{ height:13px; position:absolute; bottom:170px; left:50%; margin-left:-565px; overflow:hidden;}
.maternity .block7 .scrollWarp ol li{ float:left; margin-right:6px; width:12px; height:13px; background:url(../image/joinus_block4_point.png) center top no-repeat; cursor:pointer;}
.maternity .block7 .scrollWarp ol li.cur{ background-position:center bottom;}
/*模块*/
.t_help{ padding-bottom:108px; background:#f6f6f6;}
.t_help .head{ padding:106px 0 32px; text-align:center; font-size:26px; line-height:40px; color:#474747;}
.t_help .head p{ color:#909090;}
.t_help ul{width:1100px;margin:0 auto;}
.t_help ul li{ width:220px; float:left; text-align:center;}
.t_help ul li a{}
.t_help ul li a .circle{ position:relative; width:170px; height:171px; margin:0 auto;}
.t_help ul li a .circle .ico1{ width:100%; height:100%;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	}
.t_help ul li a .circle .ico2{ width:100%; height:100%; position:absolute; left:0; top:0; opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	}
.t_help ul li a:hover .circle .ico1{ opacity:0;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	}
.t_help ul li a:hover .circle .ico2{ opacity:1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
.t_help ul li a .txt{ padding-top:30px;}
.t_help ul li a .txt h3{ font-size:20px; color:#474747; margin-bottom:8px;}
.t_help ul li a .txt h4{ font-size:16px; color:#909090; text-transform:uppercase;}/**/
.alertWarn{ position:fixed; width:100%; height:100%; background:url(../image/alertWarn_bg.png); z-index:99;}
.alertWarn .close{ background:url(../image/close.png); width:19px; height:19px; position:absolute; right:10px; top:10px;}
.alertWarn .cont{ width:290px; background:#fff; position:absolute; left:50%; margin-left:-145px; top:40%; padding:32px 20px;}
.alertWarn .cont p{ font-size:16px; color:#474747; text-align:center;}
@media screen and (max-width:750px){
.maternity .block1 .block1_am{ display:none;}
.maternity .block1{ overflow:hidden;}
.maternity .block1 .table .l0{ width:100%;}
.maternity .block1 .table{ padding:0;}
.maternity .block1 .table li h1{ font-size:0.38rem;}
.maternity .block1 .table .one .con .youshi{ width:100%; overflow:hidden;}
.maternity .block1 .table .l1{ width:100%;}
.maternity .block1 .table li p{ padding-left:0; padding-right:0; transform:translateY(0); top:0;}
.maternity .block1 .table .one .con{ margin-top:0.2rem; height:auto;}
.maternity .block1 .table .one .fan{ margin-top:0.1rem; width:100%;}
.maternity .block1 .table .l2{ width:100%; margin-top:0.3rem;}
.maternity .block1 .table .l3{ width:100%; margin-top:0.3rem;}
.maternity .block1 .table .two h1{ font-size:0.38rem;}
.maternity .block1 .table .two .baodao li{ height:0.4rem; line-height:0.4rem; margin-top:0.1rem;}
.maternity .block1 .table .l4{ width:100%; margin-top:0.3rem;}
.maternity .block1 .table .two .anli{ width:100%; margin-top:0.2rem; height:auto;}
.maternity .block1 .table .two .anli img{ width:100%;}
.maternity .block1 .table .two .anli .wen{ width:100%; height:0.8rem;}
.maternity .block1 .table .two .anli .wen h1{ display:none;}
.maternity .block1 .table .two .anli .wen p{ font-size:0.3rem; padding-top:0; line-height:0.8rem;}
.maternity .block1 .table .l5{ width:100%; margin-top:0.3rem;}
.maternity .block1 .table .two .yuyue1{ display:none;}
.maternity .block1 .table .two .yuyue2{ margin-top:0.2rem;}
.maternity .block2 .left .h1{ display:none;}
.maternity .block2{ padding-top:0.3rem; height:auto; overflow:hidden; margin-bottom:0.3rem;}
.maternity .block2 .left{ width:100%;}
.maternity .block2 .left .h2{ font-size:0.38rem;}
.maternity .block2 .left .p{ font-size:14px;}
.maternity .block2 .tab a{ font-size:0.3rem;}
.maternity .block2 .scrollWarp .item{ height:auto;}
.maternity .block2 .scrollWarp .item ul li .imgWarp{ width:100%; height:auto;}
.maternity .block2 .scrollWarp .item ul li .cont{ display:none;}
.maternity .block2 .right{ display:none;}
.maternity .block3{ padding-top:0.3rem; margin-bottom:0; padding-bottom:0;}
.maternity .block3 .h1{ display:none;}
.maternity .block3 .h2{ font-size:0.38rem; margin-bottom:0.2rem;}
.maternity .block3 .scrollWarp .item ul li .imgWarp{ display:none;}
.maternity .block3 .tab{ width:28%;}
.maternity .block3 .tab a{ font-size:0.3rem; height:1.3rem;}
.maternity .block3 .tab .cur{ font-size:0.3rem; height:1.3rem;}
.maternity .block3 .scrollWarp .item{ width:72%; height:6.5rem;}
.maternity .block3 .scrollWarp .item ul li .cont{ width:100%; height:6.5rem;}
.maternity .block3 .scrollWarp .item ul li .cont .p1{ font-size:0.24rem; margin-top:0.2rem; padding-left:0.2rem; padding-right:0.2rem;}
.maternity .huodong{ display:none;}
.maternity .fuwu{ display:none;}
.maternity .block4{ padding-top:0.3rem; min-height:500px;}
.maternity .block4 .h1{ display:none;}
.maternity .block4 .h2{ font-size:0.38rem; margin-bottom:0.2rem;}
.maternity .block4_1{ width:100%;}
.maternity .block4 ul li{ width:48%; margin-left:1%; margin-right:1%; margin-bottom:0.2rem;}
.maternity .block4 ul li .t_imgWarp{ height:2.5rem;}
.maternity .block4 ul li .cont{ padding:0.15rem 0.1rem 0 0.1rem;}
.maternity .block4 .zhanshi{ display:none;}
.maternity .block4 .fenge{ display:none;}
.maternity .block7{ display:none;}
.t_help{ padding-bottom:0.5rem;}
.t_help .head{ padding:0.5rem 0 0.3rem; font-size:0.4rem; line-height:0.5rem;}
.t_help ul{ width:100%;}
.t_help ul li{ width:25%;}
.t_help ul li:last-child{ display:none;}
.t_help ul li a .circle{ width:90%; height:auto;}
.t_help ul li a .circle img{ width:100%;}
.t_help ul li a .txt{ padding-top:0.3rem;}
.t_help ul li a .txt h3{ font-size:0.3rem;}
.t_help ul li a .txt h4{ font-size:0.2rem;}
}