*{transition: all 0.6s;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    color: #222;
}
body, button, input, select, textarea {
    font: 14px/1 "Microsoft YaHei", "微软雅黑";
}
h1 {
    font-size: 18px; /* 18px / 12px = 1.5 */
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4, h5, h6 {
    font-size: 100%;
}
address, cite, dfn, em, var {
    font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp, tt {
    font-family: "Courier New", Courier, monospace;
} /* 统一等宽字体 */
small {
    font-size: 12px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
    list-style: none;
}
/* 重置文本格式元素 */
a {
    text-decoration: none;
    color: #666
}
a:hover {
    text-decoration: none;
    color: #0772D4;
}
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after {
    content: '';
}
.width100 {
    width: 100%;
    overflow: hidden;
}
.mp0 {
    padding: 0 0rem;
    overflow: hidden;
}
.mp2 {
    padding: 0 0.2rem;
    overflow: hidden;
}
.mp5 {
    padding: 0 0.5rem;
    overflow: hidden;
}
.b10 {
    height: 10px;
    clear: both;
    overflow: hidden;
}
.b20 {
    height: 20px;
    clear: both;
    overflow: hidden;
}
.b40 {
    height: 40px;
    clear: both;
    overflow: hidden;
}
.img100{max-width: 100%;width: 100%;}
/*clear*/
.clear {
    clear: both;
    float: none;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.range {
    display: flex; 
    flex-wrap: wrap;
}
.display-pc {  display: block; }

.not-display-pc {  display: none; }
.flash-move {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
  transition: all .8s; }

.flash-move.move-on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: all .7s; }




.headertop {
    line-height: 36px;
    background: #f7f7f7;
}
.headertop_right{text-align: right;}
.headertop_right a{display: inline-block;margin: 0 8px;}
.header{padding: 20px 0; background: #fff;}
.venus-menu {
    width: 100%;
}
.venus-menu li {
    width: 11.1%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.venus-menu li a {
    font-size: 18px;
    line-height: 42px;
}
.venus-menu li a:hover {
    color: #085fb0;
    font-weight: 500;
}
.index_menu{display: block;margin-bottom: 20px;line-height: 36px;}
.index_menu a{color: #0490E5;font-size: 24px;font-weight: bold;}
.index_menu span{font-size: 20px;color: #8d8d8d;margin-left: 8px;font-weight: bold;}
.index_more{display: inline-block; font-size: 16px;color: #fff;font-weight: bold; background: #E55904;padding: 10px 16px;}
.index_more:hover{background: #0c82c0;border-radius: 5px;color: #fff;}

.ym_fenlei a{display: block; border:1px solid #e6e6e6;text-align: center;background: #fff;margin-top: 15px;padding: 20px 0;font-size: 18px;font-weight: 500;}
.ym_fenlei a:hover{background:url(../images/sys.jpg) no-repeat; background-size: cover; color: #fff;}

.scv-shaixuan{line-height: 30px;margin: 10px 0;padding-bottom: 3px; overflow: hidden; border-bottom: 1px solid #eee;}
.scv-shaixuan b{width: 100px; display: inline-block;}
.scv-shaixuan span{ background: #0772D4;padding: 3px 10px;color: #fff; border-radius: 6px;}
.scv-shaixuan a{display: inline-block; padding: 3px 10px;font-size: 14px;}
.scv-shaixuan a.cur{ background: #0772D4;padding: 0px 10px;color: #fff; border-radius: 6px;}
.scv-shaixuan a {
    display: inline-block;
    padding: 0px 6px;
    font-size: 14px;
}

        .shaix{
    display: inline-block;
    background: #0772D4;
    padding: 3px 10px;
    color: #fff;
    border-radius: 6px;}
.shaix:hover{color:#fff;}


.navbar-form.navbar-left {
  position: relative;
}
.navbar-form .form-control {
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  outline: none;
  padding: 6px 35px 6px 10px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
}
.navbar-form.navbar-left input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/search.png) -9px -3px no-repeat;
  padding: 0px 1px;
  border: none;
  cursor: pointer;
  position: absolute;
  outline: none;
  top: 8px;
  right: 21px;
}


.all_product{width: 100%}
.all_product .active{line-height: 45px;}
.all_product .active i{width: 9px;height: 16px;display: inline-block;margin-top: 10px;margin:0 16px; background: url("../images/jiantou.png") no-repeat;vertical-align: middle;}
.all_product .active .dt_a:hover i{margin: 0 20px;}
.all_product .active .dt_a{background: #0772D4; border-left: 6px solid #FFFC01; display: block;width: 100%;}
.all_product .active a{color: #fff;font-size: 16px;}

.all_product .active dd{padding-left: 41px; line-height: 45px; background: #D8E9E7; border-left: 6px solid #D8E9E7; margin-bottom: 1px;}
.all_product .active dd a{color: #010d7e;}

.all_product .active dd:hover{ border-left: 6px solid #FFFC01; color: #0772D4;}
.all_product .active dd:hover a{color: #0772D4;}

.all_product dt{line-height: 45px; background: #0772D4;border-left: 6px solid #0772D4; margin-bottom: 1px;}
.all_product dt i{width: 9px;height: 16px;display: inline-block;margin-top: 10px;margin:0 16px; background: url("../images/jiantou.png") no-repeat;vertical-align: middle;}
.all_product dt:hover{border-left: 6px solid #FFFC01;}
.all_product dt:hover i{margin: 0 20px;}
.all_product dt a{color: #fff;font-size: 16px;font-weight: 500;}

.pro_right img{max-width: 100%; transition: all 0.6s;}
.cpcp:hover .pro_p a{font-size: 16px; color: #e55904;}
.cpcp:hover .pro_right img{box-shadow: 0px 2px 9px 1px #d2d2d2;}
.cpcp:hover .pro_p span{width: 100%; background: #e55904;}

.pro_p{margin: 0px 0 0px 0; line-height: 36px; text-align: center; overflow: hidden;}
.pro_p a{font-size: 16px; color: #333; transition: all 0.6s;height: 40px;display: block;overflow: hidden;}
.pro_p span{    display: block;    width: 100px;    height: 2px;    background: #414141;    margin: 0 auto 28px; transition: all 0.6s;}

.bgf4{background: #f4f4f4; padding: 60px 0;}
.liyou{width: 100%; background: url("../images/yingxiao_bg.jpg") no-repeat; background-size: 100%;overflow: hidden;}
.mtop1{margin-top: 40px;}
.mtop2{margin-top: 55px;}
.mtop3{margin-top: 40px;}
.mtop4{margin-top: 40px;}
.liyou_4_1 img{width: 70px; margin-right: 15px; float: left;}
.liyou_4_1 h4{float: left; color: #333;}
.liyou_4_1 h4 p{line-height: 42px;font-size: 22px; color: #333;}
.liyou_4_1 h4 span{line-height: 16px;font-size: 16px; color: #444;}
.liyou_p{line-height: 36px;width: 90%; transition: all 0.6s;cursor: default;font-size: 15px;}
.liyou_p:hover{margin-left: 10px;}
.liyou_p i{width: 8px; height: 8px;display: inline-block; background:#e55904;margin: 0 10px 0 0; vertical-align: middle;}
.liyouimg{max-width: 100%; transition: all 0.6s;}
.liyouimg:hover{margin-right: 10px;}
.zidong0{ clear: both;height: 55px;overflow: hidden;}
.zidong1{ clear: both;height: 30px;overflow: hidden;}
.zidong2{ clear: both;height: 60px;overflow: hidden;}
.anlial{display: block;}
.anli_1{display: block;overflow: hidden;}
.anli_1 img{transition: all 0.6s;}
.anlial:hover img{transform: scale(1.1);}
.anli_2{line-height: 36px;text-align: center;}
.anli_more{width: 150px;margin: 0 auto;border:1px solid #666;padding: 10px 20px; border-radius: 5px; text-align: center; transition: all 0.6s;}
.anli_more a{font-size: 16px;color: #222;}
.anli_more:hover{background: #e55904; color: #fff;}
.index_about{background: url("../images/about_bg.jpg") center no-repeat;background-size: cover;padding: 50px 0;}
.w790{width: 790px;margin: 0 auto;background: #fff;padding: 70px 56px; box-shadow: 9px 6px 20px 0px #e0e0e0; transition: all 0.6s; overflow: hidden;}
.w790:hover{box-shadow: 9px 6px 20px 0px #cce5ff;}
.w790 h2{font-size: 32px; color: #0490E5;font-weight: bold;line-height: 45px;margin-bottom: 10px;}
.w790 p{font-size: 14px; line-height: 28px;margin-bottom: 15px; text-indent: 2rem;}
.about_more{display: block; width: 120px; background: #0490E5;padding: 10px 0;text-align: center;color: #fff; margin: 20px auto; transition: all 0.6s;}
.about_more:hover{background: #e55904; color: #fff;}
.about_ico{display: block; position: relative; transition: all 0.6s;}
.about_ico:hover{margin-top: -10px;}


.honor .swiper-wrapper img{width: 256px;height: 328px;}
.fengcai .swiper-wrapper img{width: 280px;}
.index_news{background: url("../images/news_bg.jpg") no-repeat;background-size: cover;padding: 60px 0;}
.index_news_dl{}
.index_news_dl dd{line-height: 36px;height: 36px; overflow: hidden; transition: all 0.6s;}
.index_news_dl dd i{width: 8px; height: 14px;background: url("../images/more.png") no-repeat;display: inline-block;margin-right: 10px;vertical-align: middle;}
.index_news_dl dd a{font-size: 16px; color: #222;}
.ad{background:url("../images/lan_bg.jpg") no-repeat; background-size: cover;padding: 80px 0; text-align: center;}
.ad p{font-size: 32px;text-shadow: 0px 2px 5px #222;line-height: 45px;color: #fff;font-weight: bold;letter-spacing: 2px;}

.index_news_dl dd:hover a{ color: #0c82c0;}
.index_news_dl dd:hover span{color: #0c82c0;}
.news_img:hover{margin-top: -10px;margin-bottom: 10px;}
.tablejj {line-height: 36px;}
.tablejj a{display: inline-block;padding: 0 10px;}


.beijing{background: url(../images/beijing.jpg) center no-repeat; background-size: cover;}
.video-index{position: relative; display: block;    width: 862px;    margin:180px auto;}
.video-index .video-bg{position: relative;z-index: 1;}
.video-index .play{position: absolute;left: 43.5%;    top: 200px;    z-index: 2;}
.video-index i{position: relative;    z-index: 3;    left: 36px;    top: 65px;}


.shipin{position: relative;}
.shipin-tupian{position: relative;z-index: 1;}
.shipin a.vbox-item{position: absolute;left: 42%;    top: 117px;    z-index: 2;}
.shipin a.vbox-item i{position: relative;    z-index: 3;    left: 36px;    top: 65px;}


#spinnerbtn {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.7;
	position: relative;
	height: 100px;
	width: 100px;
	background: none;
	border-radius: 100px;
	border-top: 10px solid #0c5adb;
	border-bottom: 10px solid #0c5adb;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;

	-webkit-animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
	-moz-animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
	-ms-animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
	-o-animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
	animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
}

#spinnerbtn:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px;
	background: none;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: -1;
	border-radius: 115px;
	border: 15px solid #0c5adb;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;

	-webkit-animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
	-moz-animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
	-ms-animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
	-o-animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
	animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
}
.white-color #spinnerbtn {
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.white-color #spinnerbtn:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px;
	background: none;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: -1;
	border-radius: 115px;
	border: 15px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.white-color .data_science_video_inner a i {
    color: #fff;
}


@keyframes "spin" {
 0% {
    -webkit-transform: rotate(360deg);
   	-moz-transform: rotate(360deg);
   	-o-transform: rotate(360deg);
   	-ms-transform: rotate(360deg);
   	transform: rotate(360deg);
 }
 100% {
    -webkit-transform: rotate(0deg);
   	-moz-transform: rotate(0deg);
   	-o-transform: rotate(0deg);
   	-ms-transform: rotate(0deg);
   	transform: rotate(0deg);
 }
}
@-moz-keyframes spin {
 0% {
   -moz-transform: rotate(360deg);
   transform: rotate(360deg);
 }
 100% {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
}
@-webkit-keyframes "spin" {
 0% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
 }
 100% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }
}
@-ms-keyframes "spin" {
 0% {
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
 }
 100% {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
}
@-o-keyframes "spin" {
 0% {
   -o-transform: rotate(360deg);
   transform: rotate(360deg);
 }
 100% {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }
}
@keyframes "spin2" {
 0% {
    -webkit-transform: rotate(0deg);
   	-moz-transform: rotate(0deg);
   	-o-transform: rotate(0deg);
   	-ms-transform: rotate(0deg);
   	transform: rotate(0deg);
 }
 100% {
    -webkit-transform: rotate(360deg);
   	-moz-transform: rotate(360deg);
   	-o-transform: rotate(360deg);
   	-ms-transform: rotate(360deg);
   	transform: rotate(360deg);
 }
}
@-moz-keyframes spin2 {
 0% {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 100% {
   -moz-transform: rotate(360deg);
   transform: rotate(360deg);
 }
}
@-webkit-keyframes "spin2" {
 0% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 100% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
 }
}
@-ms-keyframes "spin2" {
 0% {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 100% {
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
 }
}
@-o-keyframes "spin2" {
 0% {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 100% {
   -o-transform: rotate(360deg);
   transform: rotate(360deg);
 }
}
@keyframes "glow" {
 0% {
    -webkit-box-shadow: none;
   	box-shadow: none;
 }
 50% {
    -webkit-box-shadow: 10px -10px 30px #0c5adb, -10px 10px 30px #0c5adb;
   	box-shadow: 10px -10px 30px #0c5adb, -10px 10px 30px #0c5adb;
 }
 100% {
    -webkit-box-shadow: none;
   	box-shadow: none;
 }
}
@-moz-keyframes glow {
 0% {
   box-shadow: none;
 }
 50% {
   box-shadow: 10px -10px 30px #0c5adb, -10px 10px 30px #0c5adb, inset 10px -10px 30px #0c5adb, inset -10px 10px 30px #0c5adb;
 }
 100% {
   box-shadow: none;
 }

}
@-webkit-keyframes "glow" {
 0% {
   -webkit-box-shadow: none;
   box-shadow: none;
 }
 50% {
   -webkit-box-shadow: 10px -10px 30px #0c5adb, -10px 10px 30px #0c5adb, inset 10px -10px 30px #0c5adb, inset -10px 10px 30px #0c5adb;
   box-shadow: 10px -10px 30px #0c5adb, -10px 10px 30px #0c5adb, inset 10px -10px 30px #0c5adb, inset -10px 10px 30px #0c5adb;
 }
 100% {
   -webkit-box-shadow: none;
   box-shadow: none;
 }

}
@-ms-keyframes "glow" {
 0% {
   box-shadow: none;
 }
 50% {
   box-shadow: 10px -10px 30px #0c5adb, -10px 10px 30px #0c5adb, inset 10px -10px 30px #0c5adb, inset -10px 10px 30px #0c5adb;
 }
 100% {
   box-shadow: none;
 }

}
@-o-keyframes "glow" {
 0% {
   box-shadow: none;
 }
 50% {
   box-shadow: 10px -10px 30px #0c5adb, -10px 10px 30px #0c5adb, inset 10px -10px 30px #0c5adb, inset -10px 10px 30px #0c5adb;
 }
 100% {
   box-shadow: none;
 }

}
.pagination{width: 100%;}
.pagination span{padding: 8px; background: #2F3237; margin-right: 5px; color: #fff;}
.pagination span a{color: #fff;}
.page-numbar a{ margin-right: 10px;}
.page-numbar a.page-num-current{color: #FCCF04;}
.panel-body1{margin-top: 30px;}
.panel-body1 p{line-height: 24px;text-indent: 2rem;}
.range {

    display: flex;

    flex-wrap: wrap;

}
.orientation .previous{line-height: 36px;}
.orientation .next{line-height: 36px;}
.footer{background: #3b3b3b;padding: 72px 0;}
.foot_left{}
.foot_left h4, .foot_right h4{font-size: 18px;font-weight: bold;line-height: 36px;margin-bottom: 10px;color: #fff;}
.foot_left p{line-height: 28px;color: #e2e2e2;font-size: 15px;}
.foot_left p a{color: #e2e2e2;font-size: 15px;}
.foot_left p:hover{color: #fff;}
.foot_aa{padding: 0;}
.foot_right h4{padding-left: 15px;}
.footer_bot{background: #222;padding: 20px;}
.footer_bot a{line-height: 28px;color: #888;margin: 0 5px;}

.con_body h3 {
    font-size: 18px;
	font-weight: bold;
    line-height: 2.2em;
}
.con_body p {
    line-height: 42px;
    font-size: 16px;
}
.con_body img{max-width: 100%;}
/*footer*/

.anaboutbg{background: url("../images/anabout.jpg") no-repeat; background-size: cover; padding: 70px 0;}
.anaboutbg p{font-size: 28px;font-weight: bold;color: #fff; text-align: center; line-height: 60px;}
.anaboutbg p b{font-size: 40px;color: #ff0000; vertical-align: middle;}


.pro_index a{display: block;overflow: hidden;}
.pro_index a img{width: 100%; height: auto; padding: 6px; border: 1px solid #d9d9d9;}
.pro_index a p{line-height: 36px;height: 36px; text-overflow: clip; text-align: center; white-space: nowrap;color: #666;font-size: 16px;margin: 5px 0;}
.pro_index a:hover p{color: #0c82c0;}
.xwzx{}
.xwzx .xx{padding: 8px; border: 1px solid #f1f1f1; background: #f9f9f9;margin-bottom: 15px;}
.xwzx .tt{display: block;}
.xwzx .tt img{width: 100%;}
.xwzx .xx .titl{display: block; margin-top: 10px; padding-left:5px;font-size: 18px;line-height: 1.444;font-weight: 500; color: #151515;}
.xwzx .xx .des{display: block; font-size: 16px;line-height: 24px; height: 96px;color: #9b9b9b;font-weight: 400; overflow: hidden;}
.xwzx .xx .date{margin: 10px 0; color: #9b9b9b;font-size: 14px;font-weight: 300;}
.n_contact{width: 100%;padding: 0 3% 30px 3%; background: #c7ebfb;}
.n_contact h4{font-size: 18px;font-weight: bold;line-height: 28px;}
.n_contact p{line-height: 28px;font-size: 15px;}

.news_dl {
    width: 100%;
    overflow: hidden;
}
.news_dl div {
    line-height: 50px;
    font-size: 14px;
    border-bottom: 1px dashed #f1f1f1;
}
.news_dl a{display: block;line-height: 50px;height: 50px;overflow: hidden;}
.body_dl{width: 100%;overflow: hidden;}
.body_dl  p{line-height: 48px;height: 48px; font-size: 14px; text-align: center; overflow: hidden;}
.body_dl  img{height: 286px; border: 1px solid #f1f1f1; width: 100%;}
.body_dl a:hover img{border: 1px solid #ca3214;}
.body_dl a:hover p{color: #ca3214;}


.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    text-decoration: none;
    background-color: #fff;
    padding: 0;
    border: none;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #999;
    background:none;
    border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
nav.for-pagination {
    text-align: center;
    margin-bottom: 50px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
display: inline;
    float: left;
    line-height: 1.42;
    border: 1px solid #ccc;
    padding: 6px 12px;
    margin: 0 0 0 5px;
}
.pagination>li.thisclass {
    background: #ff8400;
    color: #fff;
    margin-left: 0.75em;
}
.pagination>li.shouye {
    padding: 6px 12px;
    background: #fff;
    color: #999;
    border: 1px solid #ddd;
    margin-left: 0.75em;
    line-height: 1.42;
}
nav.for-pagination .pagination li.active a {
    background-color: #334870;
    border-color: #334870;
    color: #fff;
}
nav.for-pagination .pagination li span {
    color: #999;
}
nav.for-pagination .pagination li:nth-child(n+2) a {
    color: #999;
}


.logo_right{padding: 17px 0 0 15px;}
.logo_right p{line-height: 24px;font-size: 18px;font-weight: bold; color: #222;}
/*************************************************************************************************************************************/

@media (max-width: 1400px) {
  .display-pc {    display: none; }

  .display-600 {    display: block; }

  .not-display-600 {    display: none; }

    .w790{width: 590px;padding: 40px 36px;}
    .w790 h2{font-size: 25px;line-height: 36px;}
    .w790 p{font-size: 12px;line-height: 18px;}
    .about_ico img{max-width: 100%;}
    .w790 .col-md-3{padding: 0 0.2rem;}
    
}


@media (max-width: 1000px) {
  .display-pc {    display: none; }

  .display-600 {    display: block; }

  .not-display-600 {    display: none; }

}
