@charset "utf-8";
body{ margin:0px; padding:0px;position: relative;}
a{ text-decoration:none;}
ul{ list-style:none; margin:0px; padding:0px;}
h1, h2, h3, h4, h5, h6, ol, dd, dl{ list-style:none;margin:0;padding:0px;}
li {
    list-style: none;
}
p{ margin:0px;}
.width{ width:1200px; margin:0 auto;}
.both{ clear:both;}
a{ color:#000; transition:0.5s;}
#box{ width:100%; position:relative; overflow:hidden; height:500px;}
#box img{ transition:0.3s; position:absolute; top:0px; left:0px; height:100%; width:100%; object-fit:cover;}
.arrow{width:100%;}
.arrow a{ position:absolute; top:45%; background-color:rgba(255,255,255,0.8);border-radius:50%; color:#333; font-size:24px; padding:10px 15px; opacity:0;}
#box:hover .arrow a{ opacity:1;}
#foot_nav {
    display: none;
}

.clear {
  clear: both;
}
.top {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    color: #333;
    background:#fff;
}
.footer-lists li a{
	color:#fff;
}
.p-left .p-title a {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}


.title{ text-align:center;  padding:60px 0 18px; overflow:hidden; color:#0061a1; margin:0px auto;}
.title h3{font-size:36px; font-weight:bold;    padding-bottom: 10px;}
.title i{font-size:12px; color:#ccc; margin:7px 0; display:block; font-style:normal; text-transform:uppercase;} 
.title p{ font-size:16px;color:#b0afaf; background:url(../img/xx.png) no-repeat center top; padding-top:20px;}
.title  b{ color:#ffb100 }
.title span{ color:#ff8a01;}
.title1{color:#fff;}
.title1 p{color:#fff}
.pic_nav{font-size:16px; overflow:hidden; height:auto; line-height:60px; margin:0px auto; color:#666; text-align:center;}
.pic_nav a{margin:0 10px; }
.pic_right{width:100%;  overflow:hidden; margin:0px auto;}
.pic_right ul{ overflow:hidden; margin:0px auto;}
.pic_right ul li{ width:390px; float:left; overflow:hidden; margin-right:13px; margin-bottom:16px;}
.pic_right ul li div{ overflow:hidden; width:390px; height:300px;}
.pic_right ul li dl{ height:60px; background:#f1f1f1;text-align:left; padding:10px; background:#f1f1f1 url(../img/xinda_17.png) no-repeat 340px 29px;}

.pic_right ul li dl dd{ line-height:61px; font-size:16px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pic_right ul li dl dt{ height:30px; line-height:30px; font-size:14px;  overflow: hidden;text-overflow: ellipsis;white-space: nowrap; padding-right:40px;}
.pic_right ul li a:hover dl{color:#fff;}

.pic_right ul li:hover dl{background:#ff8a01 url(../img/xinda_18.png) no-repeat 340px 29px; color:#fff;}
.pic_right ul li div img{-webkit-transition:all .5s;transition:all .5s;width:100%; height:100%}
.pic_right ul li div:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.pic_right ul li:nth-child(3n){ margin-right:0px;}





.top a {
    line-height: 35px;
    font-size: 14px;
    color:#333;
}
.clear{clear:both;}
.fl{
    float: left;
}
.fr{
    float: right;
}
.remen h1 {
    font-weight: bold;
    float:right;
    margin: 0;
    color: #333;
    font-size: 14px;
}
/*head&nav*/
.head {
    height: 120px;
}
.flex {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.head .logo {
    color: #05408e;
    font-size: 38px;
    font-weight: bold;
    margin-top: 34px;
        width: 50%;
}
.head .logo img{
	width:100%;
}
.head .tel {
    padding-top: 25px;
}
.logo_tel {
    padding-top: 16px;
    height: 100px;
    float: right;
    background: url(../img/tel.png) left center no-repeat;
    padding-left: 53px;
    box-sizing: border-box;
    margin-top: 7px;
}
.logo_tel p {
    height: 30px;
    line-height: 30px;
    float: left;
    color: #6b6b6b;
    font-size: 16px;
}
.logo_tel p span {
    display: block;
    font-size: 35px;
    color: #fdb928;
    height: 30px;
    line-height: 34px;
    font-weight: bold;
}
.nav {
    background-size: 100%;
    background-color:#05408e;
}

.nav .breadcrumbnav {
    color: #fff;
}

.nav .breadcrumbnav li {
    display: inline-block;
    text-align: center;
    width: 196px;
    line-height: 65px;
    position: relative;
}


.nav .breadcrumbnav li a {
    font-size: 18px;
    color: #fff;
}
.nav ul li:after {
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    content: '';
}
.nav ul li:last-child:after{
	display: none
}

.nav .breadcrumbnav .nav_list {
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    background: #e18000;
    display: none;
    z-index: 9999;
}

.nav .breadcrumbnav .nav_list a {
    color: #fff;
    font-size: 16px;
}

.nav .breadcrumbnav li:hover .nav_list {
    display: block;
}

.keywords {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #D2D2D2;
    box-sizing: border-box;
}
.keywords ul {
	float: left;
	width: 90% ;
	height: 58px;
	overflow: hidden;
	float: left
}
.keywords ul li {
	float: left;
	line-height: 58px;
	padding: 0 10px;
	position: relative
}
.keywords ul li:after {
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #989898
}
.keywords ul li a {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
.keywords ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.keywords p {
    color: #1f1f1f;
    font-size: 16px;
    float: left;
    line-height: 58px;
}

.product {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}

.product .list {
    float: left;
    width: 300px;
    height: auto;
    overflow: hidden;
    background: #F0F0F0;
    padding-bottom: 30px;
}

.product .list .tit {
	background: #05408E;
	height: 105px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}

.product .list .tit h4 {
	color: #ffffff;
	font-size: 30px;
	text-align: center;
}

.product .list .tit p {
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
	font-family: 'Arial';
}

.product .list  ul {
	width: 260px;
	margin: 0 auto;
	margin-top: 20px;
	height: auto;
	padding-bottom: 20px;
	overflow: hidden;
}

.product .list  ul li {
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: #fff;
	padding: 0 5px;
	text-indent: 40px;
	box-sizing: border-box;
	border-radius: 5px;
	background: #fff url(../img/list01.png) no-repeat 15px center;
	margin-bottom: 10px;
}

.product .list  ul li a {
	display: block;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #111111;
}

.product .pic {
	width: 891px;
	height: auto;
	float: right;
	overflow: hidden;
}

.product .pic ul li {
	float: left;
	width: 285px;
	height: auto;
	margin-left: 18px;
	overflow: hidden;
}

.product .pic ul li div {
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
}

.product .pic ul li img {
	display: block;
	width: 285px;
	object-fit: cover;
	height: 260px;
}

.product .pic ul li:nth-child(3n-2) {
	margin-left: 0;
}

.product .pic ul li p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #1a1a1a;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.title {
	height: auto;
	overflow: hidden;
}

.title h4 {
	color: #333333;
	font-size: 38px;
	text-align: center;
}

.title b {
	color: #05408e;
}

.title p {
	color: #666666;
	margin-top: 5px;
	font-size: 16px;
	text-align: center;
	display: block;
}
.adv {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	padding-bottom: 45px;
	margin-top: 52px;
}

.adv .tit {
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/adv-tit.jpg) no-repeat center;
}

.adv .tit img {
	display: none;
}

.adv .swiper-container {
	margin-top: 35px;
}

.adv .swiper-wrapper {
	display: block;
}

.adv .swiper-slide {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.adv .swiper-slide:nth-child(2n) .pic {
	float: right;
}

.adv .swiper-slide:nth-child(2n) .intro {
	float: left;
}

.adv .swiper-slide .pic {
	float: left;
}

.adv .swiper-slide .pic img {
	display: block;
	width: 380px;
	height: 295px;
}

.adv .swiper-slide .intro {
	float: right;
	width: 800px;
	height: auto;
	overflow: hidden;
}

.adv .swiper-slide .intro ul li {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

.adv .swiper-slide .intro  .num {
	width: 50px;
	height: 45px;
	background: #FFB245;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 45px;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 1;
}

.adv .swiper-slide .intro .info {
	float: right;
	width: 780px;
	height: 140px;
	background: #fff;
	box-sizing: border-box;
	padding: 25px 40px;
}

.adv .swiper-slide .intro .info h4 {
	font-size: 28px;
	color: #05408e;
}

.adv .swiper-slide .intro .info p {
	color: #555555;
	font-size: 14px;
	line-height: 22px;
	height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 8px;
}

.adv  .swiper-pagination {
	display: none;
}

.about {
	width: 100%;
	height: auto;
	margin-top: 70px;
}

.about .bd {
	background: #F5F5F5;
	height: auto;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 35px;
}

.about .pic {
	float: left;
}

.about .pic img {
	display: block;
	width: 575px;
}

.about .intro {
	float: right;
	width: 515px;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-right: 30px;
	margin-top: 40px;
}

.about .intro .info {
	width: 100%;
	height: 240px;
	overflow: hidden;
	color: #555555;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-indent: 2em;
	line-height: 30px;
}

.about .intro a {
	display: block;
	width: 230px;
	height: 60px;
	background: #05408e;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	margin-top: 60px;
}

.lc {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #05408E;
	padding: 70px 0;
	margin-top: 70px;
}

.lc .title h4 {
	color: #fff;
}

.lc .title p {
	color: #fff;
}

.lc .title b {
	color: #fdb928;
}

.lc ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.lc ul li i {
	display: block;
	width: 140px;
	height: 140px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lc ul li p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}

.cases {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}

.cases .show {
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}

.cases .pic {
	float: left;
}

.cases .pic ul li {
	float: left;
	width: 284px;
	height: auto;
	overflow: hidden;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	padding: 10px;
	margin-left: 16px;
	padding-bottom: 0;
}

.cases .pic ul li img {
	display: block;
	width: 100%;
	height: 210px;
}

.cases .pic ul li p {
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.gg {
	width: 100%;
	height: 214px;
	background: url(../img/gg.png)  no-repeat center;
	margin-top: 70px;
}
.news {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 45px;
	margin-top: 50px;
}

.news ul {
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.news ul li {
	width: 590px;
	height: auto;
	float: left;
	overflow: hidden;
	background: #F5F5F5;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.news ul li:nth-child(2n) {
	float: right;
}

.news ul li  a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news ul li .time {
	width: 95px;
	height: 95px;
	background: #05408e;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.news ul li .time b {
	color: #fff;
	font-size: 32px;
}

.news ul li .time p {
	color: #fff;
	font-size: 16px;
}

.news ul li .info {
	width: 460px;
}

.news ul li .info h4 {
	color: #111111;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
}

.news ul li .info p {
	color: #666666;
	font-size: 15px;
	line-height: 28px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.links {
	width: 1400px;
	margin: 0 auto;
	height: 75px;
	padding: 13px 0;
}

.links .tit {
	width: 182px;
	height: 75px;
	overflow: hidden;
	float: left;
	background: url(../img/links.png) no-repeat center;
}

.links .tit p {
	color: #555555;
	font-size: 17px;
	margin-left: 60px;
	margin-top: 35px;
}

.links  ul {
	width: 1000px;
	float: right;
	height: 60px;
	margin-top: 7px;
	overflow: hidden;
}

.links  ul li {
	float: left;
	padding: 0 10px;
	height: 30px;
	position: relative;
	line-height: 30px;
}

.links  ul li:after {
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #666666;
}

.links  ul li a {
	color: #666666;
	font-size: 14px;
}
.footer {
	width: 100%;
	min-height: 250px;
	background: #05408e;
	overflow: hidden;
	box-sizing: border-box;
	padding-bottom: 35px;
	padding-top: 60px;
	border-top: 6px solid #FFB245;
}

.footer .menu {
	width: 585px;
	float: left;
	height: auto;
	overflow: hidden;
}

.footer .menu .tit {
	height: auto;
	overflow: hidden;
}

.footer .menu .tit p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	float: left;
}

.footer .menu .tit span {
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: 5px;
	float: left;
	margin-top: 5px;
}

.footer .menu  ul {
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.footer .menu ul li {
    float: left;
    width: 133px;
    height: 40px;
    border: 1px solid #fff;
    text-align: center;
    margin-bottom: 8px;
    margin-left: 13px;
    padding: 0 6px;
    line-height: 40px;
}


.footer .menu  ul li  a {
	display: block;
	color: #fff;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.footer .info {
	float: left;
	margin-left: 40px;
	width: 300px;
	color: #fff;
	height: auto;
	overflow: hidden;
	font-size: 15px;
	line-height: 25px;
	border-left: 1px solid #0964DB;
	box-sizing: border-box;
	padding-left: 35px;
	padding-bottom: 15px;
}

.footer .info .tit {
	height: auto;
	overflow: hidden;
}

.footer .info .tit p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	float: left;
}

.footer .info .tit span {
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: 5px;
	float: left;
	margin-top: 5px;
}

.footer .info .intro {
	font-size: 15px;
	line-height: 32px;
	color: #fff;
	margin-top: 15px;
}

.footer .ewm {
	float: right;
}

.footer .ewm img {
	display: block;
	width: 150px;
	height: 150px;
	border: 4px solid #fff;
	box-sizing: border-box;
}

.footer .ewm p {
	text-align: center;
	color: #fff;
	font-size: 13px;
	margin-top: 10px;
}
.cr {
	width: 100%;
	height: 50px;
	background: #333333;
	text-align: center;
	color: #999999;
	font-size: 14px;
	line-height: 50px;
}

.cr p {
	text-align: center;
}
#fzwz{
	display:inline-block;
}

.cr p {
    text-align: center;
    float: left;
}



@media screen and (max-width: 980px) {
*{-webkit-text-size-adjust:none;}
#box{ height:300px;}
.width{ width:98%;}
#foot_nav{ display:block; position:fixed; bottom:0px; width:100%; left:0px;}
#foot_nav li{ list-style:none;}
#foot_nav li a {width: calc(100% / 1);text-align: center;height: 90px;line-height: 90px;background: #e7272d; color: #fff;float: left;font-size: 39px; font-weight: bold;}



.head .logo {
    color: #05408e;
    font-size: 35px;
    font-weight: bold;
    margin-top: 37px;
    width: 63%;
}

.logo_tel {
	    padding-top: 23px;
    height: 100px;
    float: right;
    background: url(../img/tel.png) left center no-repeat;
    padding-left: 40px;
    box-sizing: border-box;
    margin-top: 7px;
    background-size: 17%;
}
.logo_tel p span {
    display: block;
    font-size: 24px;
    color: #fdb928;
    height: 30px;
    line-height: 26px;
    font-weight: bold;
}
.nav .breadcrumbnav li {
    display: inline-block;
    text-align: center;
    width: 15.99%;
    line-height: 55px;
    position: relative;
}
.nav .breadcrumbnav li a {
    font-size: 16px;
    color: #fff;
}
.nav ul li:last-child:after {
    display: none;
}

.keywords ul {
	float: left;
	width: 75%!important;
	height: 58px;
	overflow: hidden;
	float: left
}
.product {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 17px;
}
.product .list {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding-bottom: 0;
}
.product .list .tit {
    background: #05408E;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    display: none;
}
.product .list ul {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    height: auto;
    padding-bottom: 20px;
    overflow: hidden;
    display: block;
    text-align: center;
}
.product .list ul li {
    width: auto;
    height: 55px;
    line-height: 55px;
    background: #fff;
    padding: 0 14px;
    text-indent: 0;
    box-sizing: border-box;
    border-radius: 5px;
    background: #05408e;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 1%;
}
.product .list ul li a {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}

.product .pic {
    width: 100%;
    height: auto;
    float: right;
    overflow: hidden;
}
.product .pic ul li:nth-child(2n) {
    margin-right: 0;
}
.product .pic ul li {
    float: left;
    width: 48.4%;
    height: auto;
    margin-left: 0;
    overflow: hidden;
    margin-right: 18px;
}
.adv .tit {
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/adv-tit.jpg) no-repeat center;
    background-size: 100%;
}
.adv .swiper-container {
    margin-top: 20px;
}
.adv .swiper-slide .pic {
    float: left;
    width: 100%;
}
.adv .swiper-slide .pic img {
    display: block;
    width: 100%;
    height: 309px;
    object-fit: cover;
}
.adv .swiper-slide .intro {
    float: right;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 21px;
}
.adv .swiper-slide .intro .info {
    float: right;
    width: 95%;
    height: 140px;
    background: #fff;
    box-sizing: border-box;
    padding: 25px 40px;
}
.about {
    width: 100%;
    height: auto;
    margin-top: 43px;
}
.about .pic {
    float: left;
    width: 100%;
}
.about .pic img {
    display: block;
    width: 100%;
}
.about .intro {
    float: right;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 40px;
}
.about .intro a {
    display: block;
    width: 34%;
    height: 60px;
    background: #05408e;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    margin-top: 60px;
}
.lc {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #05408E;
    padding: 70px 0;
    margin-top: 50px;
}
.lc ul {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.lc ul li {
    float: left;
    margin-bottom: 24px;
    width: 33.333%;
}
.lc ul li i {
    display: block;
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.cases .pic ul li:nth-child(2n) {
    margin-right: 0;
}
.cases .pic ul li {
    float: left;
    width: 48.4%;
    height: auto;
    overflow: hidden;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    padding: 10px;
    margin-left: 0;
    padding-bottom: 0;
    margin-right: 18px;
    margin-bottom: 20px;
}
.gg {
    width: 100%;
    height: 74px;
    background: url(../img/gg.png) no-repeat center;
    margin-top: 12px;
    background-size: cover;
}
.news ul li {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    background: #F5F5F5;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.news ul li .info {
    width: 80%;
}
.links {
    width: 100%;
    margin: 0 auto;
    height: 75px;
    padding: 13px 0;
}
.news {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 17px;
    margin-top: 50px;
}
.footer {
    width: 100%;
    min-height: auto;
    background: #05408e;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 35px;
    padding-top: 60px;
    border-top: 6px solid #FFB245;
}
.footer .menu {
    width: 585px;
    float: left;
    height: auto;
    overflow: hidden;
    display: none;
}
.footer .info {
    float: left;
    margin-left: 0;
    width: 45%;
    color: #fff;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    line-height: 25px;
    border-left: none;
    box-sizing: border-box;
    padding-left: 18px;
    padding-bottom: 15px;
}
.cr {
    width: 100%;
    height: auto;
    background: #333333;
    text-align: center;
    color: #999999;
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 174px;
    padding-top: 10px;
}

.links .tit {
    width: 23%;
    height: 75px;
    overflow: hidden;
    float: left;
    background: url(../img/links.png) no-repeat center;
    background-size: 100%;
}
.links .tit p {
    color: #555555;
    font-size: 14px;
    margin-left: 38px;
    margin-top: 35px;
}
.links ul {
    width: 74%;
    float: right;
    height: 60px;
    margin-top: 7px;
    overflow: hidden;
}




}
