/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,button, input, select, textarea {font: 14px/22px;font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;; color: #666;}

* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #172a88; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#172a88;}

/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}


/*表单弹框*/
.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}

.modal-dialog .css-icon {
	background-image: url("../images/modal-icons.png");
}

.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}

.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}

.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;}


/**/
body{min-width: 1200px; width: 100%;}
.content{ width:1200px; margin:0 auto;}

/**/
.yinz{background: #f3f3f3;padding: 15px 0 0;border-top: #e5eaef 1px solid;}
.yinz_l{background: url(../images/yinz_k.gif) no-repeat;width: 560px;height: 450px;margin-left: -26px;}
.yinz_video{margin: 10px 8px;width: 520px;height: 340px;border-radius: 20px;}
.yinz_video img{border-radius: 20px;}
.yinz_r{width: 620px;background: url(../images/yinz_tbg.gif) no-repeat 30px 0;position: relative;z-index: 1;}
.yinz_r:before{content: "";width: 108%;height: 1px;background: #333;position: absolute;top: 195px;left: -30px;z-index: -1;}
.yinz_r h5{font-size: 40px;color: #333;padding: 40px 0 0 30px;line-height: 40px;height: 116px;}
.yinz_r h5 span{display: block;font-size: 20px;color: #666;font-weight: normal;padding: 5px 0 0;}
.yinz_r ul li{width: 155px;float: left;text-align: center;}
.yinz_r ul li em{width: 68px;height: 68px;display: block;line-height: 0;background: #333;border-radius: 50%;border: #f3f3f3 4px solid;margin: 0 auto;}
.yinz_r ul li em img{width: 68px;height: 68px;}
.yinz_r ul li b{display: block;font-size: 24px;color: #333;height: 30px;line-height: 30px;overflow: hidden;padding: 8px 0 0;}
.yinz_r ul li span{display: block;font-size: 14px;color: #666;padding: 10px 0 0;line-height: 25px;}
.yinz_r ul li i{display: block;}
.yinz_r ul li:hover em{border: #c7cbde 4px solid;background: #172a88;}

/**/
.chanp{background: url(../images/cp_line01.gif) repeat-x 0 220px;padding: 20px 0 12px;}
.cp_tit{font-size: 40px;color: #333;text-align: center;line-height: 40px;height: 90px;overflow: hidden;}
.cp_tit a{color: #333;}
.cp_tit span{display: block;font-size: 20px;color: #666;font-weight: normal;padding: 5px 0 0;}
.cp_t{padding: 25px 0 0;height: 100px;}
.cp_t ul li{padding: 26px 0 0;width: 150px;float: left;}
.cp_t ul li a{font-size: 17px;color: #333;display: block;width: 142px;text-align: center;height: 40px;line-height: 40px;overflow: hidden;border: #f3f3f3 2px solid;margin: 0 auto;border-radius: 30px;}
.cp_t ul li:hover{background: url(../images/cp_line02.png) no-repeat center 0;}
.cp_t ul li:hover a{border: #172a88 2px solid;}
.cp_l{width: 581px;height: 775px;position: relative;line-height: 0;}
.cp_l img{width: 581px;height: 775px;}
.cp_l b{display: block;font-size: 28px;color: #fff;width: 581px;text-align: center;height: 50px;line-height: 50px;position: absolute;top: 85px;left: 0;}
.cp_r{width: 616px;}
.cp_r ul li {
    width: 276px;
    height: 368px;
    float: left;
    line-height: 0;
    position: relative;
    margin: 0 0 37px 26px;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    border-radius: 8px;
    border:2px solid #fff;
}

.cp_r ul li img {
    width: 276px;
    height: 364px;
    display: block;
    border-radius: 8px;
    /*padding:5px;*/
}
.cp_r ul li span {
    display: block;
    font-size: 16px;
    color: #333;
    width: 276px;
    text-align: center;
    height: 40px;
    line-height: 28px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: #172a88 4px solid;
    border-radius: 0 0 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cp_r ul li.nobor span {
    color: #fff;
    border-bottom: none;
}

.cp_r ul li:hover {
    background:#D0ECF9;
    border:2px solid #172A88;
	-webkit-transform:translate(0,-3px);transform:translate(0,-3px);box-shadow: 0 3px 5px 3px rgba(0,0,0,0.1);
}

/*产品分类*/
.fenl{height: 140px;background: #f2f2f2;margin-bottom: 10px;border-radius: 8px;}
.fenl_l{padding: 25px 0 0 30px;width: 230px;background: url(../images/cp_line03.gif) no-repeat right 35px;}
.fenl_l a{font-size: 26px;color: #333;}
.fenl_l em{width: 160px;height: 25px;display: block;padding: 0 0 10px;}
.fenl_l em img{width: 160px;height: 25px;}
.fenl_r{width: 920px;padding: 23px 0 0 20px;}
.fenl_r ul li{height: 44px;overflow: hidden;float: left;width: 152px;}
.fenl_r ul li a{font-size: 16px;color: #666;display: block;background: url(../images/cp_ico01.png) no-repeat 0 15px;width: 130px;height: 44px;line-height: 44px;padding: 0 0 0 22px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.fenl_r ul li a:hover{color: #172a88;background: url(../images/cp_ico02.png) no-repeat 0 15px;}

/*研发赢领*/
.six_bg{background: url(../images/six_bg.jpg) no-repeat center 0;height: 717px;overflow: hidden;padding: 86px 0 0;}
.six_tit{font-size: 40px;color: #fff;height: 110px;line-height: 50px;overflow: hidden;background: url(../images/six_line.gif) no-repeat 0 bottom;}
.six_tit span{display: block;font-size: 20px;font-weight: normal;}
.six_m{padding: 40px 0 0;height: 110px;}
.six_m p{font-size: 16px;color: #ccc;line-height: 36px;}
.six_bot{width: 700px;}
.six_bot ul li{width: 170px;height: 140px;float: left;border: #fff 1px solid;border-radius: 10px;padding: 20px 0 0 30px;margin: 0 30px 30px 0;cursor: pointer;}
.six_bot ul li em{width: 50px;height: 45px;display: block;line-height: 0;overflow: hidden;}
.six_bot ul li em img{width: 50px;height: 90px;-webkit-transition:all .5s;transition:all .5s;}
.six_bot ul li span{display: block;font-size: 18px;color: #fff;line-height: 32px;padding: 8px 0 0;}
.six_bot ul li b{display: block;font-size: 22px;}
.six_bot ul li.on{background: #172a88;border: #172a88 1px solid;}
.six_bot ul li.on em img{margin-top: -45px;}

/*聚焦服务*/
.fuw_bg{background: url(../images/fuw_bg.jpg) no-repeat center 0;height: 740px;overflow: hidden;padding: 50px 0 0;}
.fuw:before{content: "";width: 3px;height: 300px;position: absolute;top: 265px;right: 0;background:url(../images/fuw_line.png) no-repeat;}
.fuw_m{font-size: 16px;color: #333;line-height: 30px;height: 90px;text-align: center;overflow: hidden;padding: 35px 0 0;}
.fuw dl{width: 200px;float: left;height: 300px;position: relative;background:url(../images/fuw_line.png) no-repeat;overflow: hidden;margin-top: 50px;}
.fuw dl dt{width: 200px;text-align: center;padding: 45px 0 0;}
.fuw dl dt i{display: block;font-size: 18px;color: #333;height: 30px;line-height: 30px;overflow: hidden;}
.fuw dl dt em,.fuw dl dd em{width: 75px;height: 66px;display: block;line-height: 0;overflow: hidden;margin: 55px auto 20px;}
.fuw dl dt em img,.fuw dl dd em img{width: 75px;height: 66px;}
.fuw dl dt p{font-size: 20px;color: #333;line-height: 28px;}
.fuw dl dt span{display: block;font-size: 12px;color: #dedede;text-transform: uppercase;font-family:"Microsoft YaHei";}
.fuw dl dd{width: 200px;height: 0;position: absolute;top: 0;left: 0;text-align: center;overflow: hidden;}
.fuw dl dd .fuw_desc{position: absolute;top: 0;left: 0;width: 200px;height: 300px;z-index: 10;}
.fuw dl dd em{margin: 50px auto 20px;}
.fuw dl dd b{display: block;font-size: 20px;color: #fff;height: 40px;line-height: 40px;overflow: hidden;}
.fuw dl dd p{font-size: 16px;color: #fff;line-height: 30px;width: 170px;margin: 0 auto;max-height: 150px;padding: 15px 0 0;}
.fuw dl dd {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  transition: all 0.3s;
}
.fuw dl dd:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(23,42,136,1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 10px;
}
.fuw dl.cur dd:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.fuw dl.cur dd{height: 300px;}

/**/
.four{width: 1200px;height: 155px;background: #fff;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);padding: 30px 0 0;margin: -105px auto 30px;position: relative;z-index: 5;}
.ibrand-num li{float:left;height:100px;color:#333;font-size:20px;position: relative;}
.ibrand-num li:before{content: "";width: 1px;height: 80px;background: #e5e5e5;position: absolute;top: 10px;right: 0;}
.ibrand-num li span{font-size:60px;font-family:"Impact";line-height: 60px;padding-right: 5px;}
.ibrand-num li b{display:block;font-size: 18px;font-weight: normal; padding:5px 0 0;}
.ibrand-num li em{width: 25px;height: 25px;display: block;position: absolute;top: -3px;left: 50px;}
.ibrand-num li em img{width: 25px;height: 25px;}
.ibrand-num li.four_li01{margin-left: 50px;width: 205px;}
.ibrand-num li.four_li02{margin-left: 90px;width: 205px;}
.ibrand-num li.four_li03{margin-left: 90px;width: 240px;}
.ibrand-num li.four_li04{margin-left: 65px;width: 240px;}
.ibrand-num li.four_li04:before{background: none;}
.ibrand-num li.four_li04 em{left: 36px;}

/*案例*/
.case{padding: 0 0 30px;}
.case_m{padding: 0px 0 0;width: 1200px;overflow: hidden;}
.case dl{width: 352px;float: left;margin-right: 70px;}
.case dl dt{width: 352px;height: 198px;line-height: 0;overflow: hidden;position:relative;}
.case dl dt span{display: block;position: absolute;bottom: 0;left: 0;font-size: 14px;color: #fff;width: 30%;text-align: center;height: 30px;
line-height: 30px;overflow: hidden;background: #172a88;z-index:5;}
.case dl dt img{width: 352px;height: 198px;}
.case dl dt img,.news_l img,.about dl dt img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.case dl dt img:hover,.news_l img:hover,.about dl dt img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.case dl dd{width: 352px;padding: 20px 0 0;}
.case dl dd h5{height: 44px;line-height: 44px;overflow: hidden;}
.case dl dd h5 a{font-size: 24px;color: #333;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-weight: normal;}
.case dl dd h5 a:hover{color: #172a88;}
.case .case_desc{font-size: 14px;color: #666;line-height: 25px;height: 75px;overflow: hidden;padding: 10px 0 0;}
.case dl dd em{display: block;width: 120px;padding: 30px 0 0;}
.case dl dd em a{display: block;width: 120px;text-align: center;height: 30px;line-height: 30px;font-size: 16px;color: #666;border-radius: 30px;border: #959595 2px solid;}
.case dl dd em a:hover{background: #172a88;color: #fff;border: #172a88 2px solid;}
.case_lico,.case_rico{width: 24px;height: 38px;position: absolute;top: 210px;}
.case_lico a,.case_rico a{width: 24px;height: 38px;display: block;}
.case_lico{left: -50px;}
.case_rico{right: -50px;}
.case_lico a{background:url(../images/case_lico01.png) no-repeat;}
.case_lico a:hover{background:url(../images/case_lico02.png) no-repeat;}
.case_rico a{background:url(../images/case_rico01.png) no-repeat;}
.case_rico a:hover{background:url(../images/case_rico02.png) no-repeat;}

/*广告条*/
.ban01{background: url(../images/ban01.jpg) no-repeat center 0;height: 285px;overflow: hidden;padding: 65px 0 0;}
.ban01_l{color: #fff;}
.ban01_l p{font-size: 40px;height: 60px;line-height: 60px;overflow: hidden;margin-bottom:20px;}
.ban01_l span{display: block;font-size: 30px;line-height: 66px;}
.ban01_l i{padding-left: 70px;}
.ban01_l span.ban01_span01{padding-left: 78px;}
.ban01_l span.ban01_span02{padding-left: 105px;}
.ban01_l em{display: block;position: absolute;}
.ban01_l em.ban01_em01{top: 80px;left: 0;}
.ban01_l em.ban01_em02{top: 145px;left: 328px;}
.ban01_r{padding: 115px 0 0;}
.ban01_r em{display: block;width: 120px;float: right;}
.ban01_r em a{display: block;font-size: 16px;color: #fff;width: 120px;text-align: center;height: 38px;line-height: 38px;overflow: hidden;border-radius: 30px;border: #fff 1px solid;}
.ban01_r em a:hover{background: #fff;color: #172a88;}
.ban01_r p{font-size: 24px;color: #fff;height: 60px;line-height: 60px;overflow: hidden;text-align: right;clear: both;}

/**/
.news{padding: 5px 0;}
.news .cp_tit{line-height: 60px;}
.news_l{width: 770px;}
.news_tit{height: 60px;line-height: 60px;overflow: hidden;border-bottom: #dcdcdc 1px solid;background:url(../images/news_line01.gif) no-repeat 0 16px;}
.news_tit a{font-size: 26px;color: #333;padding-left: 20px;}
.news_tit a:hover,.news_l dl dd h5 a:hover,.wd dl dt a:hover,.about dl dd h2 a:hover{ color: #172a88;}
.news01 dl{padding: 40px 0;width: 770px;border-bottom: #d9d9d9 1px dashed;height: 170px;overflow: hidden;}
.news01 dl dt{width: 300px;height: 170px;overflow: hidden;line-height: 0;float: left;}
.news01 dl dt img{width: 300px;height: 170px;}
.news01 dl dd{padding-top: 6px;width: 450px;float: right;}
.news01 .news_r{width: 340px;float: left;padding: 0 20px 0 0; overflow:hidden;}
.news01 dl dd h5{height: 30px;line-height: 30px;overflow: hidden;}
.news01 dl dd h5 a{font-size: 16px;color: #333;display: block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 100%;}
.news01 .news_desc{font-size: 14px; color: #888; line-height: 24px; height: 72px; overflow: hidden;padding: 5px 0 0;} 
.news01 dl dd em{display: block;padding: 18px 0 0;width: 132px;}
.news01 dl dd em a{display: block;width: 132px;text-align: center;height: 32px;line-height: 32px;background: #172a88;font-size: 14px;color: #fff;}
.news01 dl dd span{display: block;float: left;height: 53px;width: 90px; font-size: 14px; background:url(../images/news_line02.gif) no-repeat 0 10px;line-height: 32px;padding: 15px 0 0;color: #333; font-family:"Microsoft YaHei";text-align: center;margin-top: 30px;}
.news01 dl dd span b{display: block;font-size: 40px;}
.news02{width: 770px;padding: 20px 0 0;overflow: hidden;position:relative;height:230px;}
.news02 .news_tit{border-bottom: none;}
.news02 .news_btn{position: absolute;top: 37px;right: 12px;}
.news02 p{width: 24px;height: 24px;float:left;padding:0 0 0 10px;cursor:pointer;}
.news02 p img{width: 24px;height: 24px;}
.news02 ul li{width: 229px;float: left;margin-right: 35px;}
.news02 ul li em{width: 229px;height: 129px;display: block;line-height: 0;overflow: hidden;}
.news02 ul li img{width: 229px;height: 129px;}
.news02 ul li span{display: block;width: 219px;font-size: 14px;color: #333;height: 30px;line-height: 30px;padding: 10px 5px 0;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.hvr-wobble-top {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*技术问答*/
.wd{width: 360px;}
.wd_m{padding: 30px 0 0;overflow: hidden;}
.wd dl{height: 100px;width: 340px;padding: 15px 0 0;border-bottom: #e5e5e5 1px solid;margin-left: 20px;}
.wd dl dt{height: 30px;line-height: 30px;overflow: hidden;}
.wd dl dt a{font-size: 14px;color: #333;display: block;width: 340px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.wd dl dd{font-size: 14px;color: #888;height: 50px;line-height: 25px;overflow: hidden;}
.wd dl dd a{color: #888;display: block;}

/*关于我们*/
.ab_bg{background:url(../images/ab_bg.jpg) no-repeat center 0; overflow:hidden;height: 680px;}
.about dl{position: relative;}
.about dl dt{width: 960px;height: 680px;line-height: 0;overflow: hidden;position: absolute;top: 0;right: 50%;}
.about dl dt img{width: 960px;height: 680px;}
.about dl dd{width: 560px;float: right;padding:80px 0 0;}
.about dl dd em{display: block;height: 95px;}
.about dl dd h2{font-size: 40px;color: #333;line-height: 44px;height: 110px;overflow: hidden;}
.about dl dd h2 a{color: #333;}
.about dl dd h2 i{color: #172a88;}
.about dl dd h2 span{display: block;font-size: 20px;font-weight: normal;}
.about .ab_desc{font-size: 16px;color: #666;line-height: 36px;height: 144px;overflow: hidden;}
.ab_more{display: block;line-height: 36px;margin: -36px 0 0 260px;}
.ab_more a{font-size: 16px;color: #172a88;}
.iserve{margin-top:40px;height:130px;}
.iserve li{float:left;width:80px;height:80px;position:relative;text-align:center;margin-right: 40px;font-size:16px;}
.iserve li a{color: #333;}
.iserve li em{display: block;padding: 90px 0 0;}
.iserve li .hover,.iserve li .default{background:url(../images/iserve_bg.png);}
.iserve li i{display:block;width:40px;height:40px;margin:20px auto 2px;background:url(../images/iserve_icon.png);}
.iserve li .hover,.iserve li .default{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:all .5s linear;-webkit-transition:all .5s linear;}
.iserve li .default{background-position:0 0;}
.iserve li .hover{background-position:0 -80px;opacity:0;visibility:hidden;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}
.iserve li.d1 .default i{background-position:0 0;}
.iserve li.d1 .hover i{background-position:-40px 0;}
.iserve li.d2 .default i{background-position:0 -40px;}
.iserve li.d2 .hover i{background-position:-40px -40px;}
.iserve li.d3 .default i{background-position:0 -80px;}
.iserve li.d3 .hover i{background-position:-40px -80px;}
.iserve li.d4 .default i{background-position:0 -120px;}
.iserve li.d4 .hover i{background-position:-40px -120px;}
.iserve li.d5 .default i{background-position:0 -160px;}
.iserve li.d5 .hover i{background-position:-40px -160px;}
.iserve li.d5{margin-right: 0;}
.iserve li:hover .hover{opacity:1;visibility:visible;-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
.iserve li:hover .default{opacity:0;visibility:hidden;-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}

/*友情链接*/
.f_link{height: 55px;line-height: 55px;overflow: hidden;}
.f_link b{display: block;float: left;font-size: 14px;color: #333;width: 80px;}
.f_link p{font-size: 14px;color: #666;float: left;width: 1120px;}
.f_link p a{font-size: 14px;color: #666; padding:0 10px 0 0;}
.f_link p a:hover{color: #000;}


/**/
@-webkit-keyframes shake{
  from,to{-webkit-transform:translate3d(0, 0, 0);}
  20%,60%{-webkit-transform:translate3d(-10px, 0, 0);}
  40%,80%{-webkit-transform:translate3d(10px, 0, 0);}
}

@keyframes shake {
  from,to{transform:translate3d(0, 0, 0);}
  20%,60%{transform:translate3d(-10px, 0, 0);}
  40%,80%{transform:translate3d(10px, 0, 0);}
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.box{width: 420px;height: 320px;margin: 20px auto;overflow: hidden;position: relative;}
.box-1 ul{}
.box-1 ul li{width: 420px;height: 320px;position: relative;overflow: hidden;}
.box-1 ul li img{display:block;width: 420px; height: 320px;}
.box-1 ul li h2{position: absolute;left: 0;bottom: 0;height: 40px;width:300px;background: rgba(125,125,120,.4);text-indent: 2em; padding-right:500px ;font-size: 15px;line-height: 40px;text-overflow: ellipsis;overflow: hidden;
 white-space: nowrap;font-weight: normal;color: ghostwhite}
.box-1 ul li h2 a { color:#ffffff;}
.box-2{position: absolute;right: 10px;bottom: 14px;}
.box-2 ul li{float:left;width: 12px;height: 12px;overflow: hidden; margin: 0 5px; border-radius: 50%;
				background: rgba(255,255,255,0.6);text-indent: 100px;cursor: pointer;}
.box-2 ul .on{background: rgba(23,42,136,0.6);}
.box-3 { display:none;}
.box-3 span{position: absolute;color: white;background: rgba(125,125,120,.3);width: 50px;height: 80px;
				top:50%; font-family: "宋体";line-height: 80px;font-size:60px;margin-top: -40px;
				text-align: center;cursor: pointer;}
.box-3 .prev{left: 10px;}
.box-3 .next{right: 10px;}
.box-3 span::selection{background: transparent;}
.box-3 span:hover{background: rgba(125,125,120,.8);}

.news-swiper .swiper-slide a {
    height: 100%;
}

.news-left img{
    border: 0;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}


.title--big {
    text-align: center;
    font-size: 16px;
    color: #172a88;
    font-weight: bold;
    position: relative;
    margin-top: 30px;
}
.title--big::before {
    content: "";
    clear: both;
    position: absolute;
    width: 375px;
    height: 3px;
    background: url(../images/lefti.png) no-repeat;
    background-size: 100% 100%;
    top: 42px;
    left: 0;
}
.title--big::after {
    content: "";
    clear: both;
    position: absolute;
    width: 375px;
    height: 3px;
    background: url(../images/righti.png) no-repeat;
    background-size: 100% 100%;
    top: 42px;
    right: 0;
}
.title--big i {
    font-size: 15px;
    vertical-align: top;
    margin-top: 35px;
    display: inline-block;
}
.title--big>div {
    display: inline-block;
    padding: 0 90px;
}
.title--big b {
    display: block;
    font-size: 36px;
}
.title--big b a {
    color: #172a88;
}
.title--big span {
    display: block;
    color: #c9c9c8;
    margin-top: 10px;
}


.news-report {
    margin-top: 40px;
}
.news-left {
    width: 350px;
    float: left;
    position: relative;
    overflow: hidden;
}
.news-swiper {
    margin-top: 25px !important;
    padding-bottom: 70px !important;
}
.news-swiper .swiper-slide {
    font-size: 18px;
    background: #fff;
    height: 249px !important;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.news-left .txt {
    background-color: #7f7f7f;
    height: 70px;
    position: absolute;
    bottom: -70px;
    width: 100%;
}
.news-left .txt .txtContent {
    width: 280px;
    line-height: 20px;
    padding-top: 10px;
    font-size: 18px;
    padding-left: 20px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.news-left .txt .txtContent a {
    color: #fff;
}
.news-left .txt .txtContent a:hover {
    text-decoration: underline;
}
.news-left .swiper-pagination {
    top: -43px;
    right: 0;
}
.news-left .swiper-pagination-bullet {
    background: #999 !important;
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
    margin-left: 10px;
}
.news-left .swiper-pagination-bullet-active {
    width: 30px !important;
    height: 12px !important;
    border-radius: 6px !important;
    background: #172a88 !important;
}
.news-top {
    position: relative;
    margin-bottom: 27px;
}
.news-top.com-live {
    margin-top: 18px;
}
.swiper-num {
    position: absolute;
    width: 75px;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 70px;
    line-height: 70px;
    text-align: right;
    padding-right: 15px;
    background: url(../images/txtbg.png) no-repeat;
    font-size: 22px;
    color: #fff;
}
.swiper-num .active {
    font-size: 28px;
}
.swiper-num .total {
    margin-left: -5px;
}
.news-left ul.small {
    width: calc(100% + 20px);
}
.news-left ul.small li {
    float: left;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
}
.news-left ul.small li p {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    width: calc(100% - 20px);
    background-color: rgba(0,0,0,.4);
    left: 0;
    bottom: 0;
    text-indent: 8px;
    overflow: hidden;
}
.news-left ul.small li p a {
    color: #fff;
}
.news-left ul.small li p a:hover {
    text-decoration: underline;
}
.news-left ul.small li .image {
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
}
.news-left li .image img {
    max-height: none;
}
.main .productShop-top {
    border: 0;
    margin-top: 30px;
}
.news-left .productShop-top i {
    width: 36px;
    height: 30px;
    background: url(../images/titleicon.png) no-repeat;
    margin-top: 0;
}
.news-left .enterprise li {
    margin-top: 11px;
    overflow: hidden;
}
.news-left .enterprise .image {
    width: 160px;
    position: relative;
    float: left;
    margin-right: 20px;
}
.news-left .enterprise .image a {
    display: block;
    height: 0;
    padding-bottom: 67.5%;
    overflow: hidden;
    border-radius: 2px;
}
.news-left .enterprise p {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    font-weight: bold;
}
.news-left .enterprise p a {
    color: #333;
}
.news-left .enterprise p a:hover {
    color: #172a88;
}
.news-left .enterprise span {
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    display: block;
    overflow: hidden;
}
.news-left .enterprise span.num {
    line-height: 25px;
}
.news-left .enterprise span a {
    color: #999;
    height: 25px;
    line-height: 26px;
    display: inline-block;
    border-radius: 30px;
    float: right;
}
.news-left .enterprise span a:hover {
    color: #172a88;
}
.news-center {
    width: 480px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
}
.news-nav {
    height: 38px;
    font-size: 20px;
    line-height: 32px;
    color: #e6e6e6;
    margin-bottom: 20px;
}
.news-nav a {
    color: #999;
    margin: 0 12px;
    position: relative;
    font-weight: bold;
    font-size: 22px;
}
.news-nav a.focus {
    color: #172a88;
}
.news-nav a.focus::after {
    width: 17px;
    height: 10px;
    content: "";
    background: url("../images/tabbg.png") no-repeat;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.news-list {
    display: none;
    height: 456px;
}
.news-list p {
    margin-top: 25px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    height: 28px;
    overflow: hidden;
}
.news-list p a {
    color: #000;
}
.news-list p a:hover {
    color: #172a88;
}
.news-list p i {
    font-size: 22px;
    font-weight: normal;
    color: #ff2700;
}
.news-list ul {
    margin-top: 15px;
}
.news-list li {
    line-height: 34px;
    font-size: 16px;
    height: 34px;
    overflow: hidden;
    position: relative;
    padding-right: 48px;
}
.news-list li em {
    font-style: normal;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}
.news-list li a {
    color: #333;
}
.news-list li a:hover {
    color: #172a88;
}
.news-list li span {
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #999;
    border-radius: 50%;
    margin-right: 15px;
    vertical-align: top;
    margin-top: 14px;
}
.news-list li a:hover span {
    background-color: #172a88;
}
.news-center .productShop-top i {
    width: 32px;
    height: 32px;
    background: url(../images/titleicon2.png) no-repeat;
    margin-top: 0;
}
.news-center .industry {
    overflow: hidden;
    margin-top: 20px;
    width: calc(100% + 10px);
    position: relative;
}
.news-center .industry .bigImg {
    margin-right: 10px;
    float: left;
    width: calc(100% - 10px);
}
.news-center .industry .bigImg a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
}
.news-center .industry .bigImg img {
    max-height: none;
    width: 100%;
}
.news-center .industry .bigImg p {
    position: absolute;
    bottom: 0px;
    z-index: 9999;
    left: 0;
    height: 96px;
    width: 100%;
    text-indent: 17px;
    background-image: -moz-linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg,rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
    line-height: 130px;
    box-sizing: border-box;
    padding-right: 10px;
}
.com-live .live-swiper {
    padding-bottom: 70px;
}
.com-live .swiper-button-next, .com-live .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    background: url("../images/swiperright.png") no-repeat;
}
.com-live .swiper-button-prev,.com-live .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
    background: url("../images/swiperleft.png") no-repeat;
}
.com-live .swiper-button-next, .com-live .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 70px;
    margin-top: -35px;
    z-index: 10;
    cursor: pointer;
    background-size: 42px 70px;
    background-position: center;
    background-repeat: no-repeat;
}
b.live {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background-color: #fd664d;
    border-radius: 15px;
    width: 64px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.main .image b,.main .industry b {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    border-radius: 13px;
    width: 52px;
    height: 26px;
    text-align: center;
    line-height: 26px;
}
.main b.notice {
    background-color: #ffa800;
    width: 52px;
    margin-top: 0;
}
.main b.live {
    background-color: rgb(242, 73, 73);
}
.main b.replay {
    background-color: #3690ec;
}
.news-center .industry .bigImg p a {
    font-size: 22px;
    color: #fff;
    padding: 0;
    height: 32px;
    overflow: visible;
}
.news-center .industry .bigImg p a:hover {
    text-decoration: underline;
}
.news-center .industry .smallImg {
    width: 184px;
    float: left;
    margin-bottom: 10px;
}
.news-center .industry .smallImg a {
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 90%;
    overflow: hidden;
    position: relative;
}
.news-center .industry .smallImg img {
    max-height: none;
}
.news-center .notice {
    margin-top: 4px;
    width: 600px;
}
.news-center .notice .time {
    width: 106px;
    height: 82px;
    background: url(../images/timebg.png) no-repeat;
    color: #fff;
    font-size: 14px;
    padding: 25px 15px;
    float: left;
    display: none;
}
.news-center .notice .time p {
    font-size: 18px;
    font-weight: bold;
}
.news-center .notice .time i {
    width: 24px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 10px 0 20px;
}
.news-center .notice .time b {
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    border-radius: 2px;
    margin: 0 4px;
}
.news-center .notice .time b:first-child {
    margin-left: 0;
}
.news-center .noticeLive {
    float: left;
    overflow: hidden;
    /* width: 464px; */
    height: 133px;
}
#scrllImgBox {
    float: left;
    width: 800%;
}
.news-center .noticeLive ul {
    float: left;
}
.news-center .noticeLive li {
    width: 246px;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}
.news-center .noticeLive .image {
    padding-bottom: 56.5%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.news-center .noticeLive .image img {
    max-height: none;
}
.news-center .noticeLive .image p {
    background-image: -moz-linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg,rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    width: 99%;
    height: 56px;
    line-height: 76px;
    overflow: hidden;
    bottom: 0;
    left: 0;
    font-size: 14px;
    text-indent: 12px;
}
.news-center .noticeLive .image p a {
    color: #fff;
}
.news-center .noticeLive .image p a:hover {
    text-decoration: underline;
}
.news-right {
    width: 330px;
    float: right;
    overflow: hidden;
}


.part5{margin-top: 40px;}
.part5 ul  li {
    width: calc(100% / 3);
    float: left;
    padding: 15px;
    box-sizing: border-box;
}
.part5 ul li div p.tit {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-bottom:1px solid #ddd;
    margin-bottom: 15px;
}
.part5 ul li div p.tit b {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    border-bottom:2px solid #2a82d9;
}
.part5 ul li div p.tit a {
    float: right;
    font-size: 14px;
    color: #999;
}
.part5 ul li .image {
    /*padding-bottom:45.5%;
    position: relative;*/
    overflow: hidden;
    /*height: 0;*/
}
.part5 ul li .image img {
    display: block;
    width: 100%;
	height:150px;
}
.part5 .text {
    margin-top: 10px;
}
.part5 .text p {
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    height: 40px;
    position: relative;
    text-indent: 12px;
}
.part5 .text p:after {
    content:"";
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    background: #2a82d9;
    transform: translate(0,-50%);
}
.part5 .text p a {
    color: #333;
	font-size:15px;
}
.part5 .text p a:hover {
    color: #2a82d9;
}
.market {
    background: #fff;
    padding: 10px 20px 10px 20px;
    box-shadow: 0px 0px 10px #eef0f3;
}
.market:hover {
    box-shadow: 0px 0px 10px #ddd;
}

.link {
    position: relative;
    margin: 0 auto;
}
.link-tab{
    margin:20px auto 0;
    border-top: 2px solid #4286f5;
    height: 54px;
    position:relative;
}
.link-tab p{
    margin-top: 16px;
}
.link-tab p a{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    width: 144px;
    border-right: 1px solid #e6e6e6;
    color: #999999;
    text-align: center;
}
.link-tab p a.focus{
    font-weight: bold;
    color: #333;
}
.link-tab p a:nth-child(2){
    border:none;
}
.link-tab .followTab{
    position:absolute;
    width: 145px;
    top: 43px;
    left: 0;
    text-align: center;
}
.link-tab .followTab span{
    display: inline-block;
    height: 6px;
    width: 30px;
}
.link-tab .followTab span i{
    vertical-align: top;
    font-size: 12px;
    color: #4286f5;
    margin: 0 2px;
}
.link-tab .followTab span b{
    width: 7px;
    height: 2px;
    background-color: #ff9e01;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}
.link-btn{
    position:absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    color: #4286f5;
}
.link-btn i{
    font-size:16px;
    vertical-align: top;
    margin: 0 6px 0 0;
}
.link-bot{
    overflow: hidden;
    margin: 20px auto 0;
    display: none;
}
.link-bot li{
    width: 10%;
    float: left;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    text-indent: 20px;
    overflow: hidden;
}
.link-bot li a{
    color: #333;
}
.link-bot li a:hover{
    color: #4385f5;
}



.Lista {
    margin: 25px auto;
    font-size: 0;
}
.Lista a {
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 35px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 16px;
    margin-right: 10px;
    color: #666;
}
.Lista a.focus {
    background-color: #172a88;
    color: #fff;
    border-color: #172a88;
}
.Lista a:hover {
    background-color: #172a88;
    color: #fff;
    border-color: #172a88;
}
.foot-nav p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
.foot-nav p a {
    color: #999;
}
.foot-nav p a img {
    margin-left: 8px;
}
.foot-nav p a:hover {
    color: #f90;
}


.tech-title {
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-bottom: 20px;
}
.tech-title b {
    font-size: 22px;
    position: relative;
}
.tech-title em {
    font-style: normal;
    position: relative;
    z-index: 9;
}
.tech-title b::after {
    content: '';
    width: 100px;
    height: 14px;
    background: #e9f2fb;
    position: absolute;
    bottom: 0;
    left: 40px;
}
.tech-title b span {
    color: #2b82d9;
}
.tech-title b i {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("../images/tech-ico.png") no-repeat;
    background-size: contain;
    vertical-align: top;
    margin: 0 10px 0 0;
}
.tech-title .more {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 15px;
}


.classroom {
    height: 448px;
    border: 1px solid #e6e6e6;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
}
.classroom .class-top .image {
    height: 0;
    padding-bottom: 56.5%;
    overflow: hidden;
}
.classroom .class-top .image img {
    width:100%;
    max-height: none;
}
.classroom .class-top p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}
.classroom .class-top p a {
    color: #333;
}
.classroom .class-top p a:hover {
    color: #172a88;
}
.classroom .class-top mark {
    font-size: 14px;
    color: #ff2424;
    background-color: #ffdfdf;
    width: 44px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
}
.classroom .class-top span {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-top: 10px;
    display: block;
    height: 44px;
    overflow: hidden;
    margin-bottom: 15px;
}
.classroom .class-top {
    border-bottom: 1px solid #e6e6e6;
}
.classroom ul {
    margin-top: 14px;
}
.classroom li {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.classroom li a {
    color: #333;
}
.classroom li a:hover {
    color: #172a88;
}
.classroom li .code {
    font-style: normal;
    display: inline-block;
    font-size: 12px;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
    background: #999;
    border-radius: 3px;
}
.classroom li .code.n1 {
    background: #ff6500;
}
.classroom li .code.n2 {
    background: #ff8a00;
}
.classroom li .code.n3 {
    background: #ffb100;
}

.searchWrap {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
}
.searchWrap .hot {
    float: left;
    font-size: 16px;
    color: #999;
    width: 50%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}
.searchWrap .hot a {
    color: #666;
    margin:0 5px;
}
.searchWrap .hot a:hover {
    color:#e9251c;
    font-weight: normal;
    text-decoration: underline;
}
.searchWrap .hot b {
    color:#e9251c;
    font-weight: normal;
}
.searchWrap .hot i {
    width: 14px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/resou.png) no-repeat 0;
    margin-right: 5px;
    background-size: contain;
}

.searchBox {
    width: 48%;
    float: left;
    margin-top: 15px;
    height: 50px;
    background: #172a88;
}


.search {
    width: 100%;
    height: 50px;
}
.search input {
    width: 74%;
    float: left;
    height: 46px;
    background: #fff;
    margin-top: 2px;
    border: none;
    outline: none;
    font-size: 15px;
    color: #999;
    text-indent: 15px;
}
.search input:focus {
    color: #333;
}
.search button {
    width: calc(13% - 4px);
    float: right;
    height: 46px;
    margin-top: 2px;
    border: none;
    outline: none;
    margin-right: 2px;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center center;
    font-size: 0;
}
.searchSelect {
    width: 13%;
    height: 46px;
    float: left;
    margin-left: 2px;
    margin-top: 2px;
    position: relative;
    background: #fff;
}
.searchSelectTop {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 8px 0;
    color: #666;
    text-indent: 15px;
    border-right: 1px solid #ddd;
}
.searchSelectTop:after{
    content: '';
    height: 5px;
    width: 8px;
    display: block;
    top: 12px;
    right: 13px;
    position: absolute;
    background: url(../images/xiala_ico.png) no-repeat;
    vertical-align: middle;
    background-size: contain;
}
.searchSelectBot {
    position: absolute;
    width: 100%;
    border: 2px solid #172a88;
    left: -2px;
    top: 46px;
    z-index: 9999;
    background: #fff;
    display: none;
}
.searchSelectBot li {
    text-indent: 15px;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
}
.searchSelectBot li:hover {
    background: #172a88;
    color: #fff;
}