@charset "utf-8";

/*////////////////////////手机头部////////////////////////*/
.phone_head{
	position:fixed;
	top:0;
	left:0;
	right:0;
	background:#fff;
	z-index: 999999;
	height:50px;
	line-height:50px;
	-moz-box-shadow:0px 2px 7px #DEDEDE; -webkit-box-shadow:0px 2px 7px #DEDEDE; box-shadow:0px 2px 7px #DEDEDE;
}

.phone_head .logo{
	width:60%;
}

.phone_head .logo img{
	max-width:100%;
	height:auto;
	max-height:40px;
	vertical-align: middle;
}


.phone_head .head_admin{
	height:auto;
	line-height:55px;
	margin:0;
	margin-left:15px;
}
.phone_head .head_admin a{
	color:#1886d1;
	font-size:12px;
}


.phone-head .menubtn > span.expand {
	vertical-align: middle;
    display: inline-block;
    height:30px;
    width:40px;
   background:url(../img/navbg.png) no-repeat center;
   background-size:auto 100%;
}

.phone-head .mask-close{
	background:#1e96d7 none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 11px;
    right: 20px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    overflow: hidden;
}


.maskbg{
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
}


#menu a {
	display: block;
	width:100%;
	color: #16A085;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a:hover {
	color: #fff;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin:20px 0;
}

#menu .nav{
	height:auto;
	background:#1e96d7;
}


#menu {
	margin:4em auto;
	width:100%;
}


#menu {
	background: #1e96d7;
}

#menu a {
	color: #FFF;
}
.sliding-menu a.back{
	background: #65bef6;
}
.sliding-menu a:hover{
	background: #c5c5c5;
}


/*///////////////////////footer/////////////////////////*/
footer{background: #fff; padding: 46px 0 30px;-moz-box-shadow:0px -2px 3px #efefef; -webkit-box-shadow:0px -2px 3px #efefef; box-shadow:0px -2px 3px #efefef;}
.f1{padding: 30px 0; text-align: center;}
.flogo{width: 23%;font-size: 18px;color: #5a5a5a;}
.f1 .center{margin-left: 20px; font-size: 14px; color: #5a5a5a;}
.f1 .center ul li{padding: 0 15px; line-height: 30px; border: 1px solid #cccc; border-radius: 25px; margin-top: 15px;}
.f1 .kk{margin-top: 30px;margin-left: 35px;}
.f1 .kk a{display: inline-block; width: 34px; height: 38px;overflow: hidden; margin-right: 10px;}
.f1 .kk a img{display: block; width: 100%;}
.flogo img{display: block; width: 100%;}
.f2{padding: 30px 0 40px; border-top: 1px solid #e1e1e1; font-size: 14px; color: #5a5a5a;}
.f2 a{margin-left: 5px;color: #5a5a5a;}
.f2 a:hover{color: #3797d4;}
.f3{ font-size: 12px; color: #666666; text-align: center;}

/*手机底部*/
.phone_footer{display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999999; background: #fff; padding: 5px 0; -moz-box-shadow:0px -2px 7px #DEDEDE; -webkit-box-shadow:0px -2px 7px #DEDEDE; box-shadow:0px -2px 7px #DEDEDE;}
.phone_footer ul li{border-left: 1px solid #f0ecec; /*padding-top: 30px;*/float: left; width: 25%; background: #fff;background: url(../img/bottombtn0102.png) no-repeat 20% center; background-size:  auto 90%; }
.phone_footer ul li:first-child{border: none;}
.phone_footer ul li a{line-height: 40px; display: block; font-size: 16px; color: #000000;padding-left: 45%; }

.h70{height: 70px; display: none;}







/*////////////////////////index1////////////////////////*/
.in1_sec1{}
.in1_sec1 .tit{padding: 0 25px; background: #3797d4;}
.in1_sec1 .tit .t1{padding: 25px 0; font-size: 24px; color: #fff; font-weight: bold;}
.in1_sec1 .tit .t2{padding: 15px 0; border-top: 1px dotted #4faede; background: #3797d4; font-size: 14px; color: #f7fb06;}
.in1_sec1 .tit .t2 span{margin-right: 15px; font-size: 12px; background: #ff8a00; padding: 0 8px; color: #fff;}

.in1_sec1 .main .pro_li {
	padding: 0 20px 30px;
	float: left;
    width: 33.33333%;
    border: 1px solid #ddd;
    border-left: 0;
    position: relative;
    z-index: 1;
    transition: box-shadow .3s cubic-bezier(.4,0,.2,1);
}
.in1_sec1 .main .pro_li:hover {
    position: relative;
    z-index: 2;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
}
.in1_sec1 .main .pro_li:first-child {
    border-left: 1px solid #ddd;
}
.pro_li  .title{padding: 17px 0 20px; border-bottom: 1px dashed #bcc1c4; text-align: center;}
.pro_li  .title .t1{font-size: 24px; color: #000000;}
.pro_li  .title .t2{font-size: 14px; color: #757d82;}
.exq{margin: 20px 0 40px; font-size: 18px; color: #333333; text-align: center; line-height: 33px;}

.in1_sec1 .main .t3{
	padding: 12px 24px 15px;
    border-top: 1px dashed #bcc1c4;
    color: #5d6164;
    line-height: 20px;
    font-size: 0;}
.in1_sec1 .main .t3 ul li{
	padding-left: 26px;
	display: inline-block;
    width: 50%;
    text-align: left;
    box-sizing: border-box;
    font-size: 14px;
    color: #777f84;
    margin-top: 9px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
    background: url(../img/ico2.jpg) no-repeat left center;
    }
.pro-price {
    text-align: center;
    margin-bottom: 8px;
    margin-top: 40px;
}
.pro-price .price{
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-size: 36px;
    color: #00c1de;
    position: relative;
}
.pro-price .price i {
    font-size: 18px;
    vertical-align: super;
}
.pro-price .price span {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}
.golink {
    display: block;
    width: 128px;
    height: 36px;
    overflow: hidden;
    margin: 0 auto;
    line-height: 36px;
    background: #00c1de;
    text-align: center;
    font-size: 14px;
    color: #fff;
}


.in1_sec2{padding: 95px 0;}
.in1_sec2 .tit{text-align: center;}
.in1_sec2 .tit .t1{font-size: 24px; color: #333333;}
.in1_sec2 .tit .t2{margin-top: 15px; font-size: 16px; color: #666666;}

.in1_sec2  .main{margin: 80px 0 0 0;}
.in1_sec2  .main ul li{
	float: left;
    width: 33.33333%;
	height: 250px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    transition: all .3s cubic-bezier(.4,0,.2,1);
}
.in1_sec2  .main ul li:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(186,204,207,.7);
}
.in1_sec2  .main ul li:nth-child(3n) {
    border-right: 0;
}
.in1_sec2  .main ul li img {
    display: block;
    width: 58px;
    margin: 50px auto 0;
    transition: all .3s cubic-bezier(.4,0,.2,1);
}
.in1_sec2  .main ul li .tit {
    font-size: 22px;
    color: #373d41;
    margin-top: 24px;
    line-height: 100%;
    text-align: center;
}
.in1_sec2  .main ul li .txt {
    max-width: 270px;
    margin: 0 auto;
    height: 36px;
    overflow: hidden;
    margin-top: 25px;
    font-size: 14px;
    color: #777f84;
    line-height: 20px;
    /*opacity: 0;*/
    text-align: center;
}

.in1_sec3{}
.in1_sec3 .tit{font-size: 24px; color: #333333; text-align: center;}
.in1_sec3 .main{margin-top: 40px;}
.in1_sec3 .main .t1{font-size: 20px; color: #333333; text-align: center;}
.in1_sec3 .list{margin-top: 30px;}
.in1_sec3 .list ul li{}
.in1_sec3 .list ul li{
	float: left;
    width: 25%;
	padding: 35px 0;
	font-size: 18px;
	color: #555555;
	text-align: center;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    transition: all .3s cubic-bezier(.4,0,.2,1);
}
.in1_sec3 .list ul li:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(186,204,207,.7);
}
.in1_sec3 .list ul li:nth-child(4n) {
    border-right: 0;
}

.in1_sec4{padding: 90px 0px 20px 0px;}
.in1_sec4 .hd{ border-bottom: 1px solid #e0e0e0;}
.in1_sec4 .hd ul{display: table; margin:  0 auto;}
.in1_sec4 .hd ul li{margin: 0 40px; float: left;font-size: 18px; color: #333333; padding-bottom: 13px;}
.in1_sec4 .hd ul li.on{border-bottom: 2px solid #49b3f6;}

.in1_sec4 .bd{margin-top: 10px;}
.in1_sec4 .bd ul li{float: left; width: 25%; display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical; height:33px;}
.in1_sec4 .bd ul li a{display: block; line-height: 33px; font-size: 14px; color: #666666;}
.in1_sec4 .bd ul li a:hover{color: #49b3f6;}

/*/////////////////////////zhuanti///////////////////////*/
.zhuanti_sec{background: #fff; padding: 90px 0;}
.zhuanti_sec .main1{padding: 20px 30px 30px; border: 1px solid #ddd; border-top: 1px solid #5eb1e6;}
.zhuanti_sec .main1 .pic{width: 41.5%; overflow: hidden;}
.zhuanti_sec .main1 .pic img{display: block; width: 100%;}
.zhuanti_sec .main1 .t{width: 55.5%;}
.zhuanti_sec .main1 .t .tit{margin-bottom: 25px; font-size: 24px; color: #000; font-weight: bold;}
.zhuanti_sec .main1 .t2{font-size: 14px; color: #000;line-height: 23px;}
.zhuanti_sec .main1 .t3{margin-top: 10px; }
.zhuanti_sec .main1 .t3 a{display: block; float: right; color: #65bef6;}

.zhuanti_sec .main2{margin-top: 50px;}
.zhuanti_sec .main2 .box{width: 42%;}
.zhuanti_sec .main2 h2{font-size: 36px; color: #333333; margin-bottom: 80px;}
.zhuanti_sec .main2 .list{font-size: 18px; color: #333333; text-align: center;}
.zhuanti_sec .main2 .list ul li{float: left;width: 33.33%; font-size: 18px;color: #333333; }
.zhuanti_sec .main2 .list ul li .pic{border-left: 1px solid #cdcdcd;}
.zhuanti_sec .main2 .list ul li:first-child .pic{border: none;}
.zhuanti_sec .main2 .list ul li img{width: 97px; margin: 0 auto; }
.zhuanti_sec .main2 .list ul li p{margin-top: 20px;color: #333333;}
.zhuanti_sec .main2 .list ul li:hover p{color: #65bef6;}

.zhuanti_sec .main3{margin-top: 50px;}
.zhuanti_sec .main3 .con1{margin-bottom: 40px;}
.xiangguan{}
.xiangguan .main{margin-top: 10px; padding: 0 10px;}
.xiangguan a{display: block; font-size: 14px; color: #000000; line-height: 37px;}
.xiangguan a:hover{color: #49b3f6;}

.howmuch{}
.howmuch .main{padding: 20px 0;}
.howmuch .main ul li{padding: 25px 0; border-bottom: 1px dashed #dedede;border-top: 1px dashed #dedede;}
.howmuch .main ul li .shijian{padding: 10px 0; width: 10.5%; float: left; background: #fbfbfb; text-align: center; font-size: 16px; color: #444444;}
.shijian .day{font-size: 32px; color: #65bef6;}
.howmuch .main ul li .t{float: right; width: 78%;}
.howmuch .main ul li .t1{font-size: 20px; color: #000000;}
.howmuch .main ul li .t2{font-size: 12px; color: #a6a6a6;}
.howmuch .main ul li .t3{margin-top: 15px; font-size: 14px; color: #666666;}

.howmuch .main ul li:hover{background: #fbfbfb;}
/*///////////////////////公用布局/////////////////////////*/
.layout_left{float: left; width: 71.75%;}
.layout_right{float: right; width: 25%;}
.laytit{padding-left: 25px; border-bottom: 1px solid #cbcbcb; border-left: 6px solid #65bef6; line-height: 40px; font-size: 24px; color: #000;}
.laytit a{float: right;font-size: 12px; color: #000;}
.laytit input{padding-left: 25px; height: 40px;line-height: 40px; cursor: pointer; float: right; background: url(../img/ico3.png) no-repeat left center;}

.weizhi{padding: 30px 0;}
.weizhi a{font-size: 16px; color: #222222;}
.weizhi span{font-size: 16px; color: #64bdf5;}


.changea{padding: 15px 0 50px;}
.changea a{cursor: pointer; margin-right: 5px;margin-bottom: 5px; display: block; float: left; padding: 0 5px; line-height: 25px; font-size: 14px; color: #5eb2e6; background: #ddeffa;}

/*//////////////////////////////////////////////////////page//////////////////////////////////////////////////////*/
.page{font-size: 14px; color: #000; text-align: center; margin-top: 50px;line-height: 33px;}
.page a{padding:0 13px; margin: 0 5px; color: #2b2b2b;display: inline-block;border: 1px solid #ccc;border-radius: 2px; vertical-align: middle;}
.page .goprev{margin-right: 10px;}
.page .gonext,.page .count {margin-left: 10px;}
.page a:hover{ background: #65bef6; border-color: #65bef6; color: #fff;}
/*.page a.on{border-color: #fff;}*/
a.yy{background: #65bef6; color: #fff; border-color: #65bef6;}
a.dian{border: none; padding: 0;}
/*/////////////////////////专题xiangqing///////////////////////*/
.bdshare-button-style0-16  a{padding-left: 0!important; margin: 0!important; margin-right: 7px!important; width:17px!important; height:17px!important; line-height: 17px!important; background: url(../img/biao.png) no-repeat!important; }
.bdshare-button-style0-16 .bds_weixin{background-position: -17px 0px!important;}
.bdshare-button-style0-16 .bds_qzone{background-position: -51px 0px!important;}
.bdshare-button-style0-16 .bds_tsina{background-position: -34px 0px!important;}
.bdshare-button-style0-16 .bds_sqq{background-position: 0px 0px!important;}
.bdshare-button-style0-16 .bds_more{background-position: -86px 0px!important; }
.zdemain{}
.zdemain .tit{font-size: 24px; color: #333333; text-align: center;}
.ftit{padding: 27px 0 12px; line-height: 17px; font-size: 12px; color: #999999; display: table; margin: 0 auto;}
.zdemain .con{padding: 0 30px; font-size: 14px; color: #333;border-top: 1px dashed #b3b3b3;}
.zdemain .con p{margin-top: 30px; text-indent: 2em;}

.page2{padding: 50px 30px; font-size: 14px; color: #000000;}
.page2 a{ font-size: 14px; color: #000000;}
.page2 span{color: #49b3f6;}

.guanzhumain{}
.guanzhumain .tit{padding-left: 30px; font-size: 30px; color: #1f1f1f;}
.guanzhumain .list{margin: 60px 0 50px;}
.guanzhumain ul li{padding: 10px 0 30px; float: left; width: 25%;  text-align: center;}
.guanzhumain ul li .t{margin-top: 55px; font-size: 20px; color: #333333;}
.guanzhumain ul li:hover{-moz-box-shadow:1px 1px 6px #eeeeee; -webkit-box-shadow:1px 1px 6px #eeeeee; box-shadow:1px 1px 6px #eeeeee;}

.xaingguanmain{margin-bottom: 100px; padding: 30px; background: #fbfbfb; border: 1px solid #ededed;}
.xaingguanmain .tit{font-size: 30px; color: #1f1f1f;}
.xaingguanmain .list{}
.xaingguanmain .list ul li{margin-top: 15px; padding-left: 15px; width: 50%; float: left; font-size: 16px; color: #000000; background: url(../img/yuan.png) no-repeat left center;}
.xaingguanmain .list ul li a{color: #000000;}
.xaingguanmain .list ul li:hover a{color: #49b3f6;}


.morekonw{border-top:1px solid #49b3f6;}

/*//////////////////////问答//////////////////////////*/
.wendafoot{background: #828282!important; position: static!important;}
.wendafoot .t1{border-right: 1px solid #959595!important;}
.wendafoot .t2{border-left: 1px solid #6d6d6d!important;}
.wendaheader.wendafoot .key{ background: #676767; }
.wendaheader.wendafoot .key input{ background: #676767; }

.wendaheader{background: #49b3f6; height: 60px; line-height: 60px;position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999999;
	transition: all 0.8s;}
.wendaheader .t1{padding: 0 20px; font-size: 22px; font-weight: bold; color: #fff; border-right: 1px solid #6bc3fb;}
.wendaheader .t2{padding-left: 20px; font-size: 18px; color: #fff; border-left: 1px solid #42a3e0;}
.wendaheader .t2 a{display: block; float: left; margin-right: 12px; color: #fff;}
.wendaheader .key{width: 120px; height: 25px;line-height: 25px; background: #3d94cc; border-radius: 25px; margin-top: 17px;}
.wendaheader .key input{font-size: 14px; color: #fff;background: #3d94cc;height: 25px; line-height: 25px; }
.wendaheader .key input[type=text]{float: left;width: 75%; margin-left: 5%;border-radius: 25px;}
.wendaheader .key input[type=button]{float: left;width: 20%; background: url(../img/1.png) no-repeat left center; cursor: pointer;}

.hotanswer{}
.hotanswer .main{margin-top: 20px;}
.hotanswer .main ul li{position: relative; padding: 22px; margin-bottom: 10px; border-left: 1px solid #e6e5e5;border-right: 1px solid #e6e5e5; border-bottom: 2px solid #bbb9b9;}
.hotanswer .main ul li .t1{margin-bottom: 20px; font-size: 18px; color: #000000;}
.hotanswer .main ul li .pbox{font-size: 14px; color: #000000; line-height: 30px;}
.hotanswer .main ul li .pbox a{color: #49b3f6;}
.hotanswer .main ul li .t3{font-size: 13px; color: #a6a6a6;}
.hotanswer .main ul li .t4{position: absolute; right: 8px; bottom: 8px; width: 100px; height: 32px; line-height: 32px; color: #fff; font-size: 16px; text-align: center; background: #49b3f6; border: 1px solid #49b3f6; border-radius: 2px;}
.hotanswer .main ul li .t4:hover{background: #fff; color:#49b3f6 ;}
.sbanner{margin-bottom: 30px}
.sbanner img{ display: block; width: 100%;}


.myqu{}
.myqu .tit{ font-size: 30px; color: #fff; text-align: center; line-height: 70px; border-radius: 2px; background: #49b3f6;}
.myqu .list{padding: 50px 0; }
.myqu .list ul li{padding: 20px; float: left;width: 50%;  text-align: center; border: 1px solid #fff;}
.myqu .list ul li:hover{-moz-box-shadow:1px 1px 6px #eeeeee; -webkit-box-shadow:1px 1px 6px #eeeeee; box-shadow:1px 1px 6px #eeeeee;}
.myqu .list ul li:first-child{border-bottom: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;}
.myqu .list ul li:last-child{border-top: 1px solid #e5e5e5;border-left: 1px solid #e5e5e5;}

.myqu .list ul li .pic{}
.myqu .list ul li .pic img{ width: 75px;}
.myqu .list ul li .t{margin-top: 25px; font-size: 14px; color: #333333;}



/*///////////////////////问答详情/////////////////////////*/
.wtit{position: absolute;left: -6px; top: 20px; padding: 0 25px 8px; font-size: 30px; color: #fff; text-align: center; background: url(../img/ico8.png) no-repeat left center;}
.wendade_sec .main .m1{margin-bottom: 20px; padding: 20px 30px; border: 1px solid #ededed; background: #fbfbfb; position: relative;}
.wendade_sec .main .m1 .con .tit{padding-left: 80px;}
.wendade_sec .main .m1 .con .t1{font-size: 30px; color: #000000;}
.wendade_sec .main .m1 .con .t2{margin: 10px 0; font-size: 14px; color: #000000;}
.wendade_sec .main .con .t3{padding: 15px 0 0; font-size: 16px; color: #000000; border-top: 1px solid #f1f1f1;}
.t3tit{font-size: 14px; color: #666666;}
.wendade_sec .main  .con .t3 .xq{line-height: 32px;}
.wendade_sec .main .m1 .con .t2 .bdshare-button-style0-16  a{padding-left: 0!important; margin: 0!important; margin-right: 8px!important; width:29px!important; height:29px!important; line-height: 29px!important; background: url(../img/biao2.png) no-repeat!important; }
.wendade_sec .main .m1 .con .t2 .bdshare-button-style0-16 .bds_weixin{background-position: 0px 0px!important;}
.wendade_sec .main .m1 .con .t2 .bdshare-button-style0-16 .bds_qzone{background-position: -108px 0px!important;}
.wendade_sec .main .m1 .con .t2 .bdshare-button-style0-16 .bds_tsina{background-position: -36px 0px!important;}
.wendade_sec .main .m1 .con .t2 .bdshare-button-style0-16 .bds_sqq{background-position: -72px 0px!important;}

.wendade_sec .main .m2{margin-bottom: 20px; padding-top: 60px; border: 1px solid #ededed; background: #fbfbfb; position: relative;}
.wendade_sec .main .m2 .wtit{background: url(../img/ico10.png) no-repeat left center;}
.wendade_sec .main .m2 .con{padding:  30px 0;}
.wendade_sec .main .m2 .con ul li{}
.wendade_sec .main .m2 .con ul li a{display: block; float: left; width: 42.33%; margin: 0 2%; line-height: 31px; font-size: 16px; color: #49b3f6; text-align: center;}
.wendade_sec .main .m2 .con ul li a:hover{text-decoration: underline;}
.wendade_sec .main .m3{margin-bottom: 20px; padding: 80px 30px 30px; border: 1px solid #ededed; background: #fbfbfb; position: relative;}
.wendade_sec .main .m3 .wtit{background: url(../img/ico9.png) no-repeat left center;}
.wendade_sec .main .m3 .t3{border: none; padding: 0;}

.wendade_sec .main .m4{ margin-bottom: 50px;}
.wendade_sec .main .m4 .tit{margin-bottom: 20px; display: inline-block; padding: 0 68px 0 32px; background: url(../img/ico7.png) no-repeat 170px center; font-size: 18px; color: #4dc08f; line-height: 40px; border: 1px solid #4dc08f;}
.wendade_sec .main .m4 textarea{resize: none;padding: 20px; width: 100%; height: 250px; font-size: 24px; color: #afafaf; border: 1px solid #ededed; background: #fbfbfb; }
.wendade_sec .main .m4 .btns{margin-top: 10px; height: 40px; line-height: 40px;}
.wendade_sec .main .m4 .btns a{display: block; float: right; border: 1px solid #f7f7f7;}
.wendade_sec .main .m4 .btns a img{height: 40px; line-height: 40px;display: block; width: 100%;}
.wendade_sec .main .m4 .btns input{display: block;float: right; width: 130px; height: 40px; line-height: 40px; text-align: center;}
.wendade_sec .main .m4 .btns input[type=text]{margin-left: 10px; border: 1px solid #f7f7f7; padding: 0 5px; font-size: 18px; color: #afafaf;}
.wendade_sec .main .m4 .btns input[type=button]{margin-left: 25px; border: 1px solid #f7f7f7; font-size: 24px; color: #fff; background: #4dc08f;border: 1px solid #4dc08f;}
.wendade_sec .main .m4 .btns input[type=button]:hover{background: #fff; color: #4dc08f;}





/*///////////////////////原排版变更/////////////////////////*/
.h109{height: 109px;}
.h60{height: 60px;}
header{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999999;
	transition: all 0.8s;
}

.header_bottom{
	position:fixed;
	top:28px;
	left:0;
	right:0;
	z-index:9999;
	transition: all 0.8s;
}
.header_bottom.fixed{transition: all 0.8s; top: 0;}

/*.slider .slide{padding-top:110px;padding-left:254px;height:460px;background:url(../image/1493695954.jpg) no-repeat center;background-size:auto 100%;}*/
/*.slider .slide:first-child{padding-top:90px;padding-left:310px;background:url(../image/1493690789.jpg) no-repeat center;background-size:auto 100%;}*/

#banner img{display: block; width: 100%;}
.bant{position: absolute; top: 20%;}

/*///////////////////////////////////////////////////*/



/*响应式*/

@media only screen and (max-width:1200px) {
	.w{width: 1024px;}
	.header_bottom .logo{width: auto;}
	.header_bottom .logo a img{display: block; width: 150px;}
	nav{margin-left: 58px;}
	nav>ul>li{margin-right: 10px;}
	nav>ul{padding-top: 17px;}
	
	.wendaheader .t1{padding: 0 5px;}
	.wendaheader .t2{padding-left: 5px;}
	.wendaheader .t2 a{margin-right: 4px;}
	

}
/**/
@media only screen and (max-width:1024px) {
	.w{width: 960px;}
	
	nav{margin-left: 10px;}
	.header_bottom .logo a img{width: 120px;}
	.header_bottom .logo span img{margin-top: 0;}
	.header_bottom .logo .p1{margin-top: 6px;}
	nav>ul {
    padding-top: 6px;
}
	nav>ul>li{height: 40px;}
	.header_bottom{height: 60px;}
	.h109{height: 88px;}
	
	.wendade_sec .main .m2 .con ul li a{font-size: 15px;}
	
	.wendaheader .t2{font-size: 16px;}
	.weizhi{padding: 15px 0;}
	
	.float_qq{display: none;}
	
}
/**/
@media only screen and (max-width:960px) {
	.w{width:100%;padding:0 3%;}
	.phone_head{display: block!important;}
	header{display: none;}
	.h109{height: 50px;}
	
	.customBanner a,.customBanner1 a{margin-top: 90px;}
	
	.in1_sec2,.in1_sec4{padding: 30px 0;}
	footer{padding-top: 0;}
	
	.layout_left{width: 100%;}
	.layout_right{width: 100%;}
	
	.xaingguanmain{margin-bottom: 30px;}
	
	.in1_sec2  .main ul li{height: 230px;}
	
	.wendaheader {display: none;}
	/*.wendaheader .t2{width: 100%; border: none;}
	.wendaheader .key{width: 180px;}*/
	
	.zhuanti_sec{padding: 30px 0;}
	
}

/**/
@media only screen and (max-width:768px) {
	.exq{font-size: 16px;}
	
	.in1_sec2  .main{margin-top: 30px;}
	.in1_sec2  .main ul li .tit{font-size: 19px;}
	.in1_sec2  .main ul li .txt{font-size: 13px;}
	.in1_sec4{display: none;}
	footer{display: none;}
	
	.phone_footer{display: block;}
    .h70{ display: block;}
    
    .page2{padding: 20px 30px;}
    .guanzhumain ul li .t{margin-top: 20px;}
	.guanzhumain .list{margin: 20px 0;}
	
	.xiangguan a{display: none;}
	.xiangguan a:first-child{display: block;}
	.xiangguan a:nth-child(2){display: block;}
	.xiangguan a:nth-child(3){display: block;}
	.xiangguan a:nth-child(4){display: block;}
	.xiangguan a:nth-child(5){display: block;}
	
	.zdemain .tit{font-size: 20px;}
	.ftit{padding: 10px 0 0 0;}
	
	.zhuanti_sec .main1 .pic{width: 100%;}
	.zhuanti_sec .main1 .t{width: 100%; margin-top: 10px;}
	.zhuanti_sec .main3,.zhuanti_sec .main2{margin-top: 10px;}
	
	.zhuanti_sec .main2 .box{width: 100%; margin-top: 15px;}
	.zhuanti_sec .main2 h2{font-size: 25px; margin-bottom: 15px;}
	
	.page{margin-top: 15px;}
	.changea{padding: 15px 0;}
	
	.xaingguanmain .tit{font-size: 25px;}
}
/**/
@media only screen and (max-width:640px) {
	.in1_sec1 .tit .t1{padding: 10px 0;}
	.in1_sec1 .tit .t2{padding: 5px 0;}
	.in1_sec1 .main .pro_li{width: 100%; padding: 0 15px; border: 1px solid #ddd;}
	.pro-price{margin-top: 5px;}
	.exq{margin: 15px 0;}
	
	.in1_sec2  .main ul li img{margin-top: 20px;}
	.in1_sec2  .main ul li{height: 195px;}
	.in1_sec2  .main ul li .tit{font-size: 16px;}
	.in1_sec3 .main{margin-top: 15px;}
	.in1_sec3 .list{margin-top: 5px;}
	
	.in1_sec3 .list ul li{padding: 15px 0; font-size: 14px;}
	.wendade_sec .main .m1 .con .t1{font-size: 25px;}
	.wendade_sec .main .con .t3{font-size: 14px;}
	
	.wendade_sec .main .m2 .con ul li a{font-size: 12px;}
	.wendade_sec .main .m2 .con{padding: 15px 0;}
	
	.wendade_sec .main .m3{padding-bottom:15px ;}
	.wendade_sec .main .m4 textarea{font-size: 14px;}
	.xaingguanmain .list ul li{font-size: 14px;}
	
	.myqu .list{padding: 15px 0;}
}
/**/

@media only screen and (max-width:480px) {
	.zhuanti_sec .main1{display: none;}
	
.in1_sec1 .tit .t2{font-size: 12px;}
.pro_li  .title .t1{font-size: 18px;}
.exq{font-size: 14px; line-height: 20px;}
	.pro-price .price{font-size: 25px;}
	.pro-price .price span{font-size: 16px;}
	.in1_sec1 .main .t3 ul li{text-align: center;}
	.in1_sec2  .main ul li{width: 50%; border: none; border: 1px solid  #e0e0e0;}
	
	.phone_footer ul li a{font-size: 14px;}
	.phone_footer ul li{background-size: auto 65%; background-position-x: 10%;}
	.in1_sec2  .main ul li:nth-child(3n){border-right: 1px solid  #e0e0e0;}
	.in1_sec2  .main ul li:nth-child(2n){border-left: none;}
	
	.in1_sec3 .list ul li{width: 50%;}
	.in1_sec3 .list ul li:nth-child(2n){border-right: none;}
	
	.wendade_sec .main .m2 .con ul li a{width: 45%;}
	
	.wendade_sec .main .m1 .con .tit{padding-left: 45px;}
	.wendade_sec .main .m1 .con .t1{font-size: 20px;}
	.wendade_sec .main  .con .t3 .xq{line-height: 22px;}
	.page{padding-left: 0;}
	.zhuanti_sec .main2{display: none;}
	.howmuch .main ul li .shijian{width: 15%;}
	.howmuch .main ul li .t1{font-size: 16px;}
	.howmuch .main ul li{padding: 15px 0;}
	
	.zdemain .con{padding: 0 20px;}
	.page2{padding: 5px 20px;}
	.page2 a{display: block; width: 100%;}
	
	.guanzhumain{display: none;}
	.xaingguanmain{margin: 15px 0; padding: 20px;}
	.xaingguanmain .list ul li{width: 100%;}
	.in1_sec2  .main ul li .tit{font-size: 16px;}
	
	.slider .slides .slide .yun,.slider .slides .slide h5,.slider .slides .slide p{font-size: 16px;}
	.customBanner,.customBanner1{display: none;}
	/*.customBanner1,.customBanner1{margin-left: 9px;}*/
	
	.wendade_sec .main .m4{margin-bottom: 20px;}
	.myqu .tit{font-size: 25px; line-height: 45px;}
	.zhuanti_sec{padding: 15px 0;}
	.sbanner{margin-bottom: 15px;}
}
/**/
@media only screen and (max-width:420px) {
	.phone_footer ul li a{padding-left: 39%;}
	
	.in1_sec2  .main ul li .txt{font-size: 12px;}
	.in1_sec2  .main ul li .tit{margin-top: 10px;}
	.laytit,.zdemain .tit{ font-size: 18px;}
	.xaingguanmain .tit{font-size: 20px;}
}
/**/
@media only screen and (max-width:375px) {
	.in1_sec1 .tit .t1,.in1_sec2 .tit .t1,.in1_sec3 .tit{font-size: 20px;}
	.in1_sec3 .main .t1{font-size: 16px;}
	.phone_footer ul li a{padding-left: 33%;}
	
	.phone_footer ul li {
    background-size: auto 56%;
    background-position-x: 8%;
}

.slider-nav{bottom: 15px;}
.wendade_sec .main .m1 .con .t1{font-size: 16px;}
.wendade_sec .main .m1 .con .t2{font-size: 12px;}
.wendade_sec .main .m4 .btns a{display: block; width: 33%; margin: 0;}
.wendade_sec .main .m4 .btns input{width: 33.33%; }
.wendade_sec .main .m4 .btns input[type=button],.wendade_sec .main .m4 .btns input[type=text]{margin: 0;}

.hotanswer .main ul li .t1{font-size: 14px;}
.hotanswer .main ul li .pbox{font-size: 12px; line-height: 20px;}
.hotanswer .main ul li{padding-bottom: 32px;}
.hotanswer .main ul li .t4{font-size: 14px; line-height: 25px; height: 25px; width: 85px;}

.weizhi{display: none;}
.ftit span{display: block; width: 100%;}
}
/**/
@media only screen and (max-width:360px) {
	.wendade_sec .main .m2 .con ul li a{width: 98%; text-align: left; margin: 0; padding: 0 30px; line-height: 22px;}
	.wendade_sec .main .m2 .con ul li{display: none;}
	.wendade_sec .main .m2 .con ul li:first-child{display: block;}
	.wendade_sec .main .m4 textarea{height: 150px;}
	.wendade_sec .main .m4 .btns input[type=text]{font-size: 14px;}
	.wendade_sec .main .m4 .btns input[type=button]{font-size: 18px;}
	.xiangguan a{line-height: 25px;}
	.xaingguanmain .list ul li{margin-top: 5px;}
	
}
/**/
@media only screen and (max-width:320px) {
	.phone_footer ul li a{padding-left: 24%;}
	.phone_footer ul li {
    background-size: auto 45%;
    background-position-x: 1%;
}
}
/**/