
/* CSS Document */
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, u,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight: normal;
    font-size:100%;
	text-decoration: none;
    vertical-align:baseline;
    background:transparent;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

ul,
ul li ,ol{
    list-style:none;
}
*{
  margin:0;
  padding:0;
}
a {
    margin:0;
    padding:0;
    border:0;
    color: #333;
    font-size:100%;
	text-decoration:none;
    vertical-align:baseline;
    background:transparent;
}
*{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}
input,select,textarea {
  border: 0;
  outline: none;
  outline: none;
  border-radius: 0;
  background: none;
  
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
  width:100%;
}
input[type=submit],
input[type=button] {
  border: 0;
  outline: none;
  border-radius: 0;
  background: none;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input[type=checkbox] {
  appearance: checkbox;
  -ms-appearance: checkbox;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
}
input[type=radio] {
  appearance: radio;
  -ms-appearance: radio;
  -moz-appearance: radio;
  -webkit-appearance: radio;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #808080;
   
}
a,
input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
em,i {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  
}

body { 
	font-family: "Microsoft YaHei",tahoma,arial,Hiragino Sans GB; 
	height: 100%;
	width: 100%;
	font-size: 14px;
  line-height: 1.5;
	color: #333; 
	margin: 0 auto;
	word-break: break-all;
	min-width: 1240px;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
/*浮动、位置*/
.fl { float: left; } 
.fr { float: right; }
.clear:after,.clear:before {
	content: "";
	clear: both;
	display: block;
}

.text_l { text-align: left; }
.text_r { text-align: right; }
.center { text-align: center; }


/*单行溢出*/
.text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*2行溢出*/

.text-line2 {
	display: -webkit-box!important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

img {
	border: 0;
	display: block;
	max-width: 100%;
}
.img{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inline_block {
	display: inline-block !important; 
}

/*背景*/
.bg_f4f4f4 {
	background:#f4f4f4;
}
.bg_f5f5f5 {
	background:#F5F5F5 !important;
}
.li_20>li {
	width:20% !important;
}
.li_25>li {
	width:25% !important;
}
.li_33>li {
	width:33.333333% !important;
}
.li_50>li {
	width:50% !important;
}



/* 头部样式 */
.header{
  background: rgba(10, 0, 54, .5);
  position: fixed;
  width: 100%;
  z-index: 10;
  height: 72px;
}
.header .logo{
  float: left;
}
.header .logo,
.header .logo a{
  display: block;
  height:72px;
  position: relative;
  width: 270px;
}
.header .logo a:after{
  display: inline-block;
  height:72px;
  content: "";
  vertical-align: middle;
}
.header .logo img{
  width: 224px;
  height:46px;
  display: inline-block;
  vertical-align: middle;
}
.header .nav{
  float: right;
}
.navList{
  display: inline-block;
}
.navList li{
  float: left;
  margin-left:15px;
}
.navList li a {
  display: block;
  padding:0 15px;
  height: 72px;
  line-height: 72px;
  color:#fff;
  font-size: 18px;
}
.navList li a:hover,
.navList li.active a{
  background: rgba(95, 159, 246, .25);
}
.phonebox{
  display: inline-block;
  vertical-align: top;
}
.flexbox{
  display: flex;
  width: 180px;
  height: 72px;
  margin-left: 20px;
  align-items: center;
}
.item_l{
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.item_l img{
  width: 100%;
  height: 100%;
  display: block;
}
.item_r div{
  font-size: 12px;
  color: #ff2222;
  font-weight: 600;
}


/* 底部 */
.footer .iconTips{
  background: url(../image/ft_bg.jpg) center no-repeat;
  background-size: cover;
  padding:50px 0 40px;
}
.footer .iconTips .list{
  font-size: 0;
  text-align: center;
}
.footer .iconTips .list li {
  font-size: 18px;
  color:#fff;
  display: inline-block;
  vertical-align: middle;
  width: 23%;
}
.footer .iconTips .list li .icon{
  width: 90px;
  height: 90px;
  margin:0 auto;
  margin-bottom: 20px;
}
.footer .bt_main{
  background: #38393e;
  color:#fff;
  padding:45px 0;
 
}
.footer .bt_main .title{
  font-size: 16px;
  margin-bottom: 15px;
}
.footer .linkList{
  font-family: "宋体";
}
.footer .linkList li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.footer .bt_main a {
  color:#fff;
}
.footer .bt_main a:hover{
  text-decoration: underline;
}
.footer .bt_main .left,
.footer .bt_main .center,
.footer .bt_main .right{
  min-height: 280px;
}
.footer .bt_main .left{
  width: 38%;
  float: left;
  border-right:1px dashed #5b5b5b;
  padding-right: 35px;
}
.footer .bt_main .center{
  width: 38%;
  text-align: left;
  border-right:1px dashed #5b5b5b;
  padding-right: 35px;
}
.footer .bt_main .right{
  width: 24%;
}
.footer .bt_main .center,
.footer .bt_main .right{
  float: left;
  padding-left:40px;
}
.bt_main .iconList li{
  float: left;
  width: 63px;
  height: 63px;
  margin-right: 18px;
}
.bt_main .iconList li:last-child{
  margin-right: 0;
}
.bt_main .iconList li a {
  display: block;
}
.bt_main .iconList li img {
  width: 63px;
  height: 63px;
}
.bt_main .right .tel{
  font-size: 20px;
  margin-top:10px;
}
.bt_main .right .tel .tel_label{
  font-size: 19px;
  margin-right: 8px;
}
.footer .copy_inner {
  background: #333439;
  color:#fff;
}
.footer .copy{
  line-height: 45px;
  height: 45px;
  overflow: hide;
  font-size: 12px;
}
.footer .ft_logo{
  height: 46px;
  max-width: 80%;
  margin-bottom: 22px;
}
.footer .ewm {
  
  margin-bottom: 18px;
}
.footer .ewm img {
 width: 108px;
 height: 108px;
 margin: 0 auto;
}



/* 分页 */
.pages{
  font-size: 0;
  text-align: center;
  padding:30px 0;
}
.pages .btn_pre{
  display: inline-block;
  font-size: 16px;
  color:#6e6e6e;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border:1px solid #e9e9e9;
  border-radius: 2px;
  margin:0 8px;
  cursor: pointer;
}
.pages .btn_up,
.pages .btn_next{
  width: 85px;
}
.pages .btn_pre:hover,
.pages .btn_pre.active{
  background: #5f9ff6;
  color:#fff;
}


/* 客服 */
.kefubox{
  width: 180px;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 100px;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  font-size: 18px;
  z-index: 999;
}
.kefubox .item{
  margin-top: 10px;
}
.kefubox img{
  display: block;
  width: 180px;
  height: auto;
}
.kefulink{
  display: flex;
  width: 100%;
  align-items: center;
  color: #fff;
  margin-top: 10px;
}
.kefulink img{
  width: 30px;
  height: 30px;
}
.kefulink span{
  margin-left: 10px;
  font-size: 18px;
}
.tipsbox{
  border-top: #fff 1px solid;
  border-bottom: #fff 1px solid;
}
.tips{
  /* background: #fa880c; */
  color: #fff;
  text-align: center;
  margin:8px;
  font-size: 14px;
  line-height: 1.7;
}
.kefubox .close{
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
}
