﻿

/* 适配pc */
@media screen and (min-width: 769px) {
.btn{width:320px;height:54px;line-height:54px;text-align: center;margin:auto;color:#fff;border-radius:0 36px 0 36px;font-size:18px;cursor:pointer;display: block;}
.btn:hover{color:#fff;}
/*.liner{background-image: -moz-linear-gradient( 90deg, rgb(92,169,251) 0%, rgb(99,114,255) 100%);*/
.liner{    background-color: #004098;);
  /*background-image: -webkit-linear-gradient( 90deg, rgb(92,169,251) 0%, rgb(99,114,255) 100%);*/
  /*background-image: -ms-linear-gradient( 90deg, rgb(92,169,251) 0%, rgb(99,114,255) 100%);*/
  box-shadow: 0px 2px 9.9px 0.1px rgba(34, 95, 231, 0.38);}
.line{width:1000px;height:1px;background:-webkit-linear-gradient(left, #fff,#dedede,#ddd,#dedede,#fff);overflow: hidden;margin:auto;}
.part_title img{margin:6px auto 14px;}
.part_title>p{font-size:13px;}
.bottom_float{position: fixed;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.8);height:90px;z-index:10;line-height:90px;}
.bottom_float .bottom_form{margin:25px 0 25px 12px;text-align:center;/*color:#fff;*/}
.bottom_float .bottom_form select{float:left;width:180px;height:40px;color:#333333;font-family:'Microsoft YaHei';font-size:16px;border-radius:5px;margin-right:12px;padding-left:10px;}
.bottom_float .bottom_form input{float:left;width:180px;height:38px;border:none;border-left:1px solid #ddd;border-radius:0;padding-left:10px;font-family:'Microsoft YaHei';font-size:16px;border-radius:5px;color:#333;margin-right:12px;}
.bottom_float .bottom_form .bottom_btn{width:180px;margin-left:10px;height:40px;line-height:40px;float:left;border-radius:5px;font-size:16px;}
.footer {margin-bottom: 130px;}
}
/* 适配pc结束 */
/* 适配移动 */
@media screen and (max-width: 768px) {
	#xiaoshi{display: none!important;}
}
/* 适配移动结束 */


