* {
	margin: 0;
	padding: 0;
}
body {
  position: absolute;
  width: 100%;
	font-size: 16px;
  font-family: 'Microsoft yahei' ,Arial !important;
  font-weight: 500;
  overflow: auto;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?6h0fvz');
  src: url('../fonts/icomoon.eot?6h0fvz#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?6h0fvz') format('truetype'),
  url('../fonts/icomoon.woff?6h0fvz') format('woff'),
  url('../fonts/icomoon.svg?6h0fvz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.content-STRO p {
	font-weight: 500;
}
ul {
	margin: 0;
}
li {
	list-style: none;
}
a{
	font-weight: 500;
}
a,
a:hover,
a:visited,
{
	text-decoration: none;
}
.header {
  position: fixed;
  width: 1200px;
	/* width: 100%; */
	/* min-width: 1000px; */
	height: 100px;
	top: 0;
  left: 50%;
  transform: translateX(-50%);
	padding: 15px 0 0;
	background-color: #fff;
	
	z-index: 1000;
}
.header:before {
  content: "";
  position: absolute;
  width: 1000%;
  height: 100px;
  transform: translate(-50%);
  top: 0;
  z-index: -1;
  box-shadow: 0 1px 1px #ccc;
  background-color: #fff;
}
.header ul.nav-top {
	float: right;
}
.header ul.nav-top li {
	float: left;
	width: 90px;
	padding-top: 15px; 
	font-size: 14px;
	text-align: center;
	line-height: 14px;
}
.header ul.nav-bottom li{
  display: inline-block;
  height: 100%;
}
.header ul.nav-top .language-box{
	padding: 15px 0;
	width: 100px;
}
.header ul.nav-top li a,
.header ul.nav-top li.language-box div {
	display: block;
	border-right: 1px solid rgb(153, 153, 153);
	color: #999;
}

.header ul.nav-top li.language-box div:last-child,
.header ul.nav-top li.language-box a:last-child {
  border-right: 0;
}

.header ul.nav-top li:nth-child(5) a{
	border: 0;
}

.header ul.nav-top li a:hover{
	color: rgb(1, 134, 209);
	text-decoration: none;
}

.header ul.nav-top li .language {
	float: left;
	width: 47px;
	/* height: 25px; */
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	/* border: 1px solid rgb(220, 221, 221); */
	text-align: center;
	/* line-height: 25px; */
	cursor: pointer;
}

.header ul.nav-bottom {
	position: absolute;
	height:35px;
	/*right: 11px;*/
	right:0px;
  bottom: 0;
  font-size: 0;
}
.header ul.nav-bottom li {
  font-size: 14px;
}
.header ul.nav-bottom li a{
  position: relative;
  display: block;
  padding: 0 6px;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: rgb(80, 80, 80);
  font-weight: 500;
  font-family: "Microsoft yahei";
}
.header ul.nav-bottom li:last-child a{ padding:0 0 0 6px;}

.header #subnav li a {
	padding: 0 8px;
}

.header > ul.nav-bottom > li:hover > a,
.header > ul.nav-bottom > li > a.on {
	color: rgb(1, 134, 209);
}

.header > ul.nav-bottom > li > a.on {
  border-bottom: 2px solid rgb(1, 134, 209);
}

.header ul.nav-bottom li:hover #subnav {
	display: block;
}

.header #subnav {
	position: absolute;
	display: none;
	height: 45px;
	width: 1200px;
	/* top: 99px; */
  left: 41%;
  transform: translateX(-50%);
  line-height: 45px;
  z-index: -1;
}

/* .header #subnav {
  position: absolute;
  display: none;
  height: 45px;
  width: 1200px;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 45px;
} */

.header #subnav:before {
  content: ".";
  position: absolute;
  width: 1000%;
  height: 45px;
  transform: translateX(-50%);
  background-color: rgb(249, 247, 248);
	box-shadow: 0 1px 1px #ccc;
}

.header #subnav ul {
	overflow: hidden;
}
.header #subnav li:hover a {
	text-decoration: none;
	color: rgb(1, 134, 209);
}
.header #subnav ul {
	position: absolute;
	right: 20%;
}
.header .nav-bottom li:nth-child(2) #subnav ul {
	right: 535px;
}
.header .nav-bottom li:nth-child(3) #subnav ul {
	right: 650px;
}
.header .nav-bottom li:nth-child(4) #subnav ul {
	right: 600px;
}
.header .nav-bottom li:nth-child(5) #subnav ul {
	right: 370px;
}
.header .nav-bottom li:nth-child(6) #subnav ul {
	right: 420px;
}
.header .nav-bottom li:nth-child(7) #subnav ul {
	right: 370px;
}
.header .nav-bottom li:nth-child(8) #subnav ul {
	right: 320px;
}
.header .nav-bottom li:nth-child(9) #subnav ul {
	right: 250px;
}
.header .nav-bottom li:nth-child(10) #subnav ul {
	right: 20px;
}
.header .nav-bottom li:nth-child(10) #subnav ul {
	right: 10px;
}
.header .nav-bottom li:nth-child(11) #subnav ul {
	right: 10px;
}
.header #subnav li {
	float: left;
}
#logo {
	float:left;
	width: 219px;
	height: 72px;
	background: url("../img/logo.png") no-repeat;
}
h2, 
p,
h5,
h4,
h3,
h1{
	margin: 0;
}
.nav {
  position: relative;
	height: 320px;
	min-width: 1200px;
  margin-top: 100px;
  padding-top: 270px;
	background-color: rgb(249, 247, 248);
}

.nav .wrapper {
  font-size: 0;
}

.nav > img {
  position: absolute;
  height: 250px;
  top: 0;
  /* min-width: 1920px; */
  width: 100%;
}

/* .nav .wrapper {
  text-align: right;
} */
.nav .wrapper > h2 {
  display: none;
}
.nav .wrapper p {
  display: inline-block;
  width: auto;
  padding-right: 5px;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}

.wrapper .title a:hover {
	top: -2px;
	box-shadow: 0 1px 2px #666;
}

.nav:before {
  content: ".";
  position: absolute;
  /* width: 100%; */
  height: 250px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  /*background: url("../img/nav_long.png");
  background-size: cover;
  background-position: center center;*/
}
.nav h2 {
  display: none;
	font-size: 24px;
	font-weight: 700;
	color: #0186d1;
	line-height: 30px;
}

.nav p {
  display: inline-block;
}

.nav p,
.nav p a{
	font-size: 14px;
	/* font-weight: 700; */
	color: rgb(156, 156, 156);
	line-height: 25px;
}
.nav p span a {
	font-weight: 700;
	color: rgb(142, 195, 230);
}
.nav p span a:hover {
	color: #0186d1;
}
.service {
	position: relative;
	height: 330px;
	padding: 63px 0 42px;
}
.service .wrapper {
	position: relative;
}

.service .wrapper .service-right {
	position: absolute;
	left: 785px;
	bottom: 0;
	line-height: 40px;
}
.service .service-right h2 {
	font-family: "Microsoft yahei";
	line-height: 40px;
	text-transform: uppercase;
	color: rgb(51, 51, 51);
}
.service .service-right a{
	position: relative;
	display: inline-block;
	width: 308px;
	height: 57px;
	padding: 0 19px 0 25px;
	margin: 40px 0 21px;
	border: 3px solid rgb(1, 164, 226);
	line-height: 57px;
	font-size: 24px;
	color: rgb(1, 164, 226);
	transition: all 0.3s;
	cursor: pointer;
}
.service .wrapper .service-right a:hover {
	top: -2px;
	box-shadow: 0 1px 2px #666;
}
.service .wrapper .service-right a:active {
	top: 0;
	background-color: rgb(1, 164, 226);
	color: #fff;
}
.service .service-right a span {
	float: right;
}
.service:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 20px;
	top: 0;
	background: rgb(249, 247, 248);
}
#suspension {
	position: fixed;
	right: 20px;
  top: 350px;
  z-index: 2;
}

#suspension > div {
	position: relative;
	width: 52px;
	height: 52px;
	border: 1px solid rgb(230, 231, 231);
	background-color: rgb(239, 239, 239);
	cursor: pointer;
	transition: all 0.5s;
}
#suspension > div:hover {
	bottom: 3px;
	box-shadow: 0 0 2px #666; 
}
#suspension div:active,
#suspension #wechat:hover .icon-wechat{
	color: #fff;
	background-color: rgb(1, 134, 209);
}
#suspension div img {
	display: block;
	margin: 10px auto;
}
#suspension .icon-wechat {
	font-family: "icomoon";
}
#suspension #wechat {
	position: relative;
}
#suspension #wechat:hover {
	border: 1px solid rgb(1, 134, 209);
}
#suspension #wechat:hover #QR-code {
	display: block;
}
#suspension .glyphicon,
#suspension .icon-wechat{
	display: block;
	font-size: 30px;
	text-align: center;
	line-height: 52px;
}
#suspension #wechat #QR-code {
	position: absolute;
	display: none;
	box-sizing: border-box;
	width: 200px;
	height: 300px;
	margin-left: -201px;
	margin-top: -53px;
	background-color: #fff;
	border: 5px solid rgb(1, 134, 209);
	text-align: center;
	line-height: 25px;
	z-index: 1000;
}
#suspension #wechat #QR-code h4 {
	line-height: 30px;
}
dl {
	margin: 0;
}
#partner {
	min-width: 1000px;
	/* height: 277px; */
	padding: 20px 0;
	background-color: rgb(249, 247, 248);
}
#partner h2 > a {
	color: #333;
}
#partner h2 > a:hover {
	color: #0186d1;
}
#wrapper-1440 {
	display: flex;
	-ms-justify-content: space-evenly;
	-moz-justify-content: space-evenly;
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
	width: 1000px;
	margin: 0 auto;
}
#partner h2 {
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: rgb(1, 134, 209);
	font-size: 14px;
}
#partner dl {
	display: inline-block;
	/* width: 360px; */
	/* width: 250px; */
	/* margin-top: 30px; */
	margin: 30px auto;
}
#partner dl dt {
	margin-bottom: 10px;
	font-size: 16px;
	color: rgb(153, 153, 153);
}
#partner dl dt span {
	color: rgb(51, 51, 51);
}
#partner dl dd {
	display: none;
}
#partner dl:hover dd {
	display: block;
}
#partner dl dd a{
	line-height: 26px;
	font-size: 14px;
	color: rgb(51, 51, 51);
}
#partner dl dd a:hover {
	color: rgb(1, 134, 209);
}

#footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer p {
  margin-bottom: 5px;
}
#footer p,
#footer p a {
	text-align: center;
	color: #fff;
	font-size: 12px;
	/* line-height: 16px; */
}

#footer p a:hover {
  /* color: rgb(1, 134, 209); */
  color: #0067ac;
}
#footer a {
  padding: 0 10px;
  border-right: 1px solid #ccc;
}

#footer p a:last-child {
  border: 0;
}
#siteinfoLegal {
	display: flex;
	margin-top: 25px;
	justify-content: center;
	align-items: flex-end;
}
#siteinfoLegal a {
	padding: 0 15px;
}
.content {
	overflow: hidden;
}
.content .wrapper > li {
	position: relative;
  width: 100%;
  overflow: hidden;
	padding-bottom: 5px;
	box-shadow: 0 1px 1px rgb(239, 239, 239);
}
.content > ul > li {
	margin-top: 35px;
}

.content ul li div:nth-child(2) {
	border-bottom: 1px solid rgb(1, 134, 209);
}
.content > ul > li:first-child {
	margin-top: 25px;
}
.content ul li img {
	float: left;
}
.content ul li .title{
	height: 60px;
	margin-left: 342px;
}
.content ul li > p {
	margin: 40px 0 0 342px;
}
.content .title {
	position: relative;
}
.content .title h2 {
	font-size: 24px;
	font-weight: 700;
	color: #0186d1;
}
.content .title P {
	font-size: 14px;
	font-weight: 600;
	color: #0186d1;
	/* line-height: 34px; */
	text-transform: uppercase;
}
.content .title a {
	position: absolute;
	width: 82px;
	height: 34px;
	top: 0;
	right: 0;
	background-color: rgb(1, 134, 209);
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	transition: all 0.2s;
	cursor: pointer;
}
.content .wrapper li .title a:hover {
	color: #fff;
}
.content .wrapper li .title a:active {
	background-color: #fff;
	border: 1px solid rgb(1, 134, 209);
	color: rgb(1, 134, 209);
	top: 0;
}
.content .wrapper .synopsis {
	margin: 10px 0 0 342px;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	color: rgb(169, 169, 169);
}
.content .wrapper .synopsis ul,
.content .wrapper .synopsis ul li {
  list-style-type: none;
  list-style-position: inside;
  list-style-image: url("../img/dot.png");
}
.service {
	position: relative;
	height: 210px;
	padding: 40px 0 20px 0;
}
.service .wrapper {
	position: relative;
}

.service .wrapper .service-right {
	position: absolute;
	left: 550px;
	bottom: 10px;
	line-height: 40px;
}
.service .service-right h2 {
	font-family: "Microsoft yahei";
	line-height: 22px;
	text-transform: uppercase;
	color: #999;
	font-size: 20px;
	font-weight: 700;
}
.service .service-right a{
	position: relative;
	display: inline-block;
	width: 250px;
	height: 45px;
	padding: 0 19px 0 25px;
	margin: 10px 0;
	border: 2px solid rgb(1, 164, 226);
	line-height: 41px;
	font-size: 24px;
	color: rgb(1, 164, 226);
	transition: all 0.3s;
	cursor: pointer;
}
.service .wrapper .service-right a:hover {
	top: -1px;
	box-shadow: 0 1px 2px #666;
}
.service .wrapper .service-right a:active {
	top: 0;
	background-color: rgb(1, 164, 226);
	color: #fff;
}
.service .service-right a span {
	float: right;
}
.service:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 20px;
	top: 0;
	background: rgb(249, 247, 248);
}
/* body:-webkit-scrollbar {
	width: 0;
	height: 10px;
	background-color: rgb(1, 134, 209);
} */
#content-box {
	position: relative;
	margin-top: 100px;
	color: #fff; 
}

#content-box .main-box:first-child {
  /* background-image: url("../img/zoujinsanfeng_01.png"); */
  background-color: #000; 
}
/* #content-box .main-box:last-child {
	background-image: url("../img/zoujinsanfeng_02.png");
} */
#content-box .main-box {
	position: relative;
  width: 1200px;
  margin: 0 auto;
	background-size: cover; 
	background-repeat:  no-repeat;
	background-position: center bottom;
}
#content-box #news {
	position: absolute;
	width: 500px;
	left: 50%;
	top: 55%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 2;
}
#content-box #news h5{
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 8px;
	text-transform: uppercase;
}
#content-box #news h2 {
	font-size: 40px;
	line-height: 60px;
}
#content-box #news h2:after {
	content: "";
	display: block;
	width: 79px;
	height: 25px;
	margin: 0 auto 25px;
	border-bottom: 2px solid rgb(249, 247, 248);
}
#content-box #news #p1 {
	font-size: 18px;
}
#content-box #news #video-btn {
	overflow: hidden;
	margin: 75px 0 100px;
	font-size: 18px;
}
#content-box #video-btn div {
	width:239px;
	height: 48px;
	padding: 0 15px 0 18px;
	box-sizing: border-box;
	border: 3px solid #fff;
	transition: all 0.2s;
	line-height: 42px;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
}
#content-box #video-btn div:active {
	background-color: rgba(255,255,255,0.4);
}
#content-box #video-btn div span {
	float: right;
	font-size: 30px;
}
#content-box #video-btn div:first-child {
	float: left;
}
#content-box #video-btn div:last-child {
	float: right;
}
#content-box #news #down {
	position: relative;
	width: 200px;
	height: 90px;
	margin: 0 auto;
	line-height: 90px;
	font-size: 50px;
	/*animation: upDownMove 1s alternate infinite;*/
}
#content-box #news .move{
	animation: upDownMove 1s alternate infinite;
}
@keyframes upDownMove {
	from {
		transform: translateY(-30px);
	}
	to {
		transform: translateY(10px);
	}
}
#content-box #news #down .icomoon {
	font-family: "icomoon";
}
#content-box #news #p2 {
	font-size: 14px;
}
#content-box #video-nav {
	position: absolute;
	width: 40%;
	height: 580px;
	top: 50%;
	right: 0;
	transform: translate(100%,-50%);
	transition: all 0.5s;
	padding: 25px 0 50px 25px;
	background-color: rgba(0, 107, 167,0.8);
	z-index: 100;
}
.main-box {
	position: relative;
	overflow: hidden;
}
.video-nav-header {
	position: relative;
	width: 230px;
	height: 45px;
	padding: 5px 15px;
	box-sizing: border-box;
	border: 3px solid #fff;
}
.video-nav-header span, 
.video-nav-header h4{
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
}
.video-nav-header span {
	transition: all 0.3s;
	cursor: pointer;
}
.video-nav-header span:hover {
	margin-top: -2px;
}
.video-nav-header span:active{
	margin-top: 0;
}

.video-nav-header h4 {
	position: absolute;
	top: 8px;
	right: 15px;
}
#video-nav ul {
	padding: 50px 0 0 80px;
	line-height: 33px;
}
#video-nav a {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
}
#video-nav a:hover {
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;
}
#arrow {
	width: 200px;
	height: 55px;
	margin: 40px 0 0 80px;
}
#arrow #arr-l,
#arrow #arr-r{
	display: inline-block;
	width: 63px;
	height: 55px;
	margin-right: 3px;
	background-color: rgba(0,0,0,0.3);
	transition: all 0.4s;
	font-size: 30px;
	font-weight: 700px;
	text-align: center;
	line-height: 55px;
	cursor: pointer;
}
#arrow #arr-l:hover,
#arrow #arr-r:hover{
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0 0 2px #000;
}
#arrow #arr-l:active,
#arrow #arr-r:active {
	background-color: rgba(0,0,0,0.3);
	box-shadow: 0 0 2px #000 inset;
	color: rgba(0,0,0,0.3);
}
#arrow span {
	margin-left: 15px; 
	font-size: 20px;
	letter-spacing: 3px;
}
#content-box .main-box #video-nav.on {
	transform: translateY(-50%);
}
.icomoon{
	font-family: "icomoon";
}
#main-box-bg,
#main-box-content {
	position: absolute;
	min-width: 596px;
	min-height: 755px;
	width: 31%;
	height: 84%;
	top: 50%;
	left: 55%;
	transition: all .5s;
}
#main-box-bg {
	transform: translate(150%,-50%);
	background-color: rgba(1, 107, 168,0.8);
}
#main-box-bg.fly-off {
	transform: translate(0,-50%);
}
#main-box-content {
	padding: 40px 65px 0;
	transform: translate(-300%,-50%);
	font-size: 1em;
	line-height: 24px;
}
#main-box-content.fly-off{
	transform: translate(0,-50%);
}
#main-box-content h2{
	font-size: 2.25em;
	text-transform: uppercase;
	letter-spacing: 5px;
}
#main-box-content h4 {
	font-size: 1.125em;
	line-height: 32px;
	margin: 0 0 45px 0;
}
#main-box-content > p {
	margin: 5px 0;
	line-height: 24px;
}
#main-box-content h3 {
	font-size: 1.25em;
	font-weight: 400;
	line-height: 24px;
	margin: 30px 0;
}
body,
.service,
#footer,
{
	background-color: rgb(249, 247, 248);
}
.content-3 {
	/*height: 340px;*/
	padding-top: 18px; 
	margin-bottom: 20px; 
	background-color: #fff;
}
/*.content-3:after {
	content: "";
	display: block;
	height: 20px;
	background-color: rgb(249, 247, 248);
}*/
/*.content-3 .wrapper .title {
	position: relative;
	height: 48px;
	border-bottom: 1px solid  rgb(1, 134, 209);
}*/
.content-3 .wrapper .title a:active {
	background-color: rgb(1, 134, 209);
	color: #fff;
	top: 0;
}
.wrapper .title a:hover {
	top: -2px;
	box-shadow: 0 1px 2px #666;
	color: rgb(1, 134, 209);
}
.wrapper .title #on:active {
	background-color: #fff;
	box-shadow: 0 1px 2px #666;
	color: rgb(1, 134, 209);
	top: 0;
}
.content-3 .title h2 {
	font-size: 24px;
	font-weight: 700;
	color: rgb(1, 134, 209);
}
.content-3 .title a {
	position: absolute;
	display: inline-block;
	width: 80px;
	height: 35px;
	top: 0;
	right: 0;
	border: 1px solid rgb(153, 153, 153);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 35px;
	color: rgb(153, 153, 153);
	transition: all 0.3s;
}
.content-3 .title #on {
	border: 0;
	background-color: rgb(1, 134, 209);
	color: #fff;
}	
.content-3 .content-box {
	display: inline-block;
	width: 285px;
	height: 255px;
	margin: 20px 14px 0 0;
	overflow: hidden;
}
.content-3 .content-box p {
	text-align: center;
	line-height: 55px;
	font-size: 16px;
}
.content-3 p {
	font-weight: 500; 
}
.wrapper .title {
	position: relative;
	/*height: 92px;*/
	border-bottom: 1px solid rgb(220, 221, 221);
}
.wrapper .title h2 {
	padding: 5px 0 7px;
	font-size: 24px;
	color: rgb(1, 134, 209);
	/* font-weight: 600; */
}
.wrapper .title p span {
	margin-right: 50px;
}
#paging {
	margin-top: 20px;
}
.input-group {
	width: 200px;
	margin-top: -10px;
	margin-left: -120px;
}

.input-group input,
button {
	height: 30px;
}

.input-group span {
	color: grey;
}

.carousel .item img {
	width: 100%;
}
.content-3>.wrapper > ul {
  margin-top: 10px;
	font-size: 0;
}
.content-3>.wrapper > ul > li {
	position: relative;
	width: 33.33333%;
	margin: 0;
}
.content-3>.wrapper > ul > li a{
	position: relative;
	display: block;
}
.content-3>.wrapper > ul > li img{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.wrap {
  width: 1200px !important;
}

/* .header .nav-bottom:hover > li:last-child > div  {
  display: none;
} */

.header ul.nav-bottom li:last-child:hover #subnav {
  display: none;
}
#footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
	top: 0;
	min-width: 1200px;
  /* left: 50%;
  transform: translateX(-50%); */
  background-color: #0067ac;
  color: #fff;
  z-index: -1;
}

#footer:after {
  content: '.';
  position: absolute;
  /* width: 100%; */
  height: 20px;
  top: -20px;
  left: 0;
  /* background: linear-gradient(to bottom, #ececec, #0067ac); */
  background-color: #fff;
}
.content {
	margin-bottom: 30px;
	min-width: 1200px;
}

.nav > .wrapper > p > a:last-child {
  color: rgb(142, 195, 230);
  font-weight: 700;
}

.nav > .wrapper > p > a:last-child:hover {
  color: #337ab7;
}