@charset "utf-8";

/********************* PC版 *********************/
.web-main{background:#fff;width:100%;min-width:1280px;margin:0 auto;}
.son{margin:0 auto;width:1280px;min-width: 1280px;}

.web-nav{height:62px;width:100%;z-index:9999;top:0px; left:0px; background:rgba(0,0,0,.1);box-shadow: 0 2px 8px 0 rgba(27,31,64,.08); position:fixed;}

.container-fluid .collapse{ display:block;}
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav>li {
    float: left;
}
.navbar-toggle {
    display: none;
}
.nav-right{}
.navbar-nav .open .dropdown-menu{background-color: #fff;position: absolute;}

.navbar-default {
    background-color:transparent;
    border-color: #fff;
	border-radius:0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:none;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.nav-search-icon {
    float: right;
    margin-top: 35px;
    margin-right: 15px;
    transition: .3s;
}

.nav-search-icon a {
    display: block;
    padding: 3px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);padding-left: 25px;
}

.nav-search-icon a i{
    font-size:17px;
	color:#fff;
	transition: .3s;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 15px;
}
.navbar-header {
    float:left;
	height:auto;
	padding-top: 11px;
	transition: .3s;
}
.navbar-collapse{
background:none;
padding-right: 0px; 
padding-left: 50px;
float: left;
padding-top: 0px;
transition: .3s;
margin-left:0px !important;
width: auto;
}
.navbar-nav{margin-left: 0px;}
.navbar-default .navbar-nav>li>a {
    color: #fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:0px;
	padding: 21px 28px;
	margin:0px 0px;
	height: 62px;
	transition:.3s;
}
.navbar-default .navbar-nav>li>a i{font-size:13px;border-bottom: 0px solid #fff !important;background:none !important;}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:hover * {
    color: #fff;
    background-color: transparent;
	border-bottom:0px solid #fff;
	background:#0068B7;
}
.navbar-default .navbar-nav>li>a:focus{ color: #fff;background-color: transparent;background:none;}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a *, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color:transparent;
	border-bottom:0px solid #fff;
	background:#0068B7;
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a *, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
	border-bottom:0px solid #fff;
	background:#0068B7;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}
.nav-submenu{width:190px;border-radius:5px !important; border:none;box-shadow:none;margin-top:0px !important; font-size:14px;box-shadow: 0 2px 8px 0 rgba(0,0,0,.1); padding:0px;overflow: hidden;background: rgba(255, 255, 255, 1);
    padding: 20px 10px 20px 10px;}
.nav-submenu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #555;
    white-space:normal;
	border-bottom:0px solid rgba(0,0,0,0.06);
	background: rgba(255, 255, 255, 1);
}
.nav-submenu>li:last-child>a {
	border-bottom:none;
}
.nav-submenu>li>a>i {
    float:right;
	display:none;
}
.nav-submenu>li>a:focus,.nav-submenu>li>a:hover,.nav-submenu .open>a {
    color: #555 !important;
	background: #f5f5f5 !important;
	border-bottom:0px solid rgba(0,0,0,0.06) !important;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand img {
max-height:70px;
margin-left:15px;
height:35px;
transition:.8s;
margin-top: 7px;
}
.navbar-slogan {
margin-top:30px;
display:block;
font-size:16px;
border-left:1px solid #ddd;
margin-left:2px;
float:left;
padding-left:15px;
height:42px;
line-height:20px;
color:#01689d;
font-weight:bold;
display:none;
}

.nav-right{ right: 0px;
    position: absolute;}
.nav-right>a{color:#fff; line-height:62px; display:inline-block; padding:0px 30px; font-size:14px;}
.nav-right>a:hover{color:#fff;}

.nav-right>span{background: #00A1E9;display:inline-block;padding:0px 12px;}
.nav-right>span>a{color:#fff !important; line-height:62px; display:inline-block; padding:0px 8px; font-size:13px; position:relative;}
.nav-right>span>a:hover{color:#fff;}
.nav-right>span>a:after{content: "";
    position: absolute;
    width: 1px;
    height: 13px;
    background: rgb(255 255 255 / 22%);
    border-radius: 0px;
    right: -2px;
    top: 25px;}
	
.nav-right>span>a:last-child:after{display:none;}

.modal-dialog {
    width: 50%;
    margin: 50px auto;
}
.modal-body{
	height:565px;
	padding:44px;
	padding-top:8px;}
.modal-content{border-radius: 15px;-webkit-box-shadow: 0 2px 12px rgba(0,0,0,.2);box-shadow: 0 2px 12px rgba(0,0,0,.2); border:none;}
.modal-header .close {
    margin-top:15px;
	font-size:40px;
	margin-right: 12px;
	opacity: .4;
}
.modal-header{ padding-bottom:0px;}
.modal-title{font-size: 32px;margin-left: 27px;
    margin-top: 15px; color:#555;}
.modal-body-search{height:545px !important;padding:0px !important;padding-bottom:35px !important; border-top:1px solid #eee; margin-top:10px;}
.modal-header {border-bottom: 0px solid #e5e5e5;}

.home-banner{background:#fff; height:546px; margin-bottom:0px;}
#home-banner-content{height:100%;}
#home-banner-content .carousel-control{width: 10%;background-image:none;opacity:0;}
#home-banner-content:hover .carousel-control{transition:.4s;opacity:1;}

.home-group{margin-bottom:50px; margin-top:30px;}
.home-group-title{text-align:center;}
.home-group-title>span{color:#17181b; font-size:34px; display:block;margin-bottom:5px;}
.home-group-title>p{display:block; margin:auto;font-size:15px;color:#888;}

.home-group-title-s{text-align:center;}
.home-group-title-s>span{color:#17181be3; font-size:22px; display:block;margin-bottom:5px; position:relative;}
.home-group-title-s>span:before {
    content: "";
    position: absolute;
    width: 125px;
    height: 1px;
    background: #e5e5e5;
    bottom: 13px;
	margin-left: -147px;
}
.home-group-title-s>span:after {
    content: "";
    position: absolute;
    width: 125px;
    height: 1px;
    background: #e5e5e5;
    margin-left:22px;
    bottom: 13px;
}

.home-group-title-s>p{display:block; margin:auto;font-size:15px;color:#888;}

.home-group-title-s2{text-align:center;}
.home-group-title-s2>span{color:#17181be3; font-size:22px; display:block;margin-bottom:5px; position:relative;}
.home-group-title-s2>span:before {
    content: "";
    position: absolute;
    width: 75px;
    height: 1px;
    background: #e5e5e5;
    bottom: 13px;
	margin-left: -97px;
}
.home-group-title-s2>span:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 1px;
    background: #e5e5e5;
    margin-left:22px;
    bottom: 13px;
}

.home-group-title-s2>p{display:block; margin:auto;font-size:15px;color:#888;}

.home-group-img-list{margin-top:30px;}

.home-group-about{background:url(/upload/home-about-bg.jpg); background-size:cover; height:520px; margin-top:0px; margin-bottom:0px;}
.home-group-about-info{ font-size:16px;font-weight: 300; width:80%; line-height:25px; text-align:center;margin: auto; color:#fff; margin-top:30px;}
.home-ys-items{background:rgba(0,0,0,.2);border-radius:5px; height:230px;box-shadow: 0px 0px 5px rgba(0,0,0,0);position: absolute;bottom:0px;width:100%; overflow:hidden;}
.home-ys-items a{float:left; width:25%; height:100%;padding:0px; padding-top:45px;}
.home-ys-items a:hover{background:#005BAC;}
.home-ys-items a>div{border-right:1px solid rgba(255,255,255,.1); padding-top:20px; padding-bottom:20px; width:100%;min-height: 80%;}
.home-ys-items a:last-child>div{border:none;}
.home-ys-items a>div>span:nth-child(1){display:inline-block;width:25%;vertical-align:top;text-align: right;color:#fff;padding-right: 15px;position: relative;}
.home-ys-items a>div>span:nth-child(1) i{position: absolute;right: 14px;font-size: 18px;
    border: #fff 1px solid;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;}
.home-ys-items a>div>span:nth-child(2){display:inline-block;width:70%;vertical-align:top;}
.home-ys-items a>div>span:nth-child(2) font{font-size:18px; color:#fff; margin-bottom:10px; display:block;}
.home-ys-items a>div>span:nth-child(2) p{font-size: 14px; color:rgba(255,255,255,.6); line-height:22px;font-weight: 300;}
.home-ys-items a:hover *{color:#fff !important;}
.home-ys-items a:hover>div{border:none;}

.home-ys-items2{background:#1173BB;border-radius:6px 6px 6px 6px; height:250px;box-shadow: 0px 0px 10px rgba(0,0,0,.1);position: absolute;bottom:-20px;width:100%; overflow:hidden;}
.home-ys-items2 a{float:left; width:25%; height:100%;padding:0px; padding-top:35px;}
.home-ys-items2 a:hover{background:#005BAC;}
.home-ys-items2 a>div{border-right:1px solid rgba(255,255,255,0.1); padding-top:35px; padding-bottom:20px; width:100%;min-height: 90%;}
.home-ys-items2 a:last-child>div{border:none;}
.home-ys-items2 a>div>span:nth-child(1){display:inline-block;width:25%;vertical-align:top;text-align: right;color:#fff;padding-right: 15px;position: relative;}
.home-ys-items2 a>div>span:nth-child(1) i{position: absolute;right: 14px;font-size: 18px;
    border: #fff 1px solid;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;}
.home-ys-items2 a>div>span:nth-child(2){display:inline-block;width:70%;vertical-align:top;}
.home-ys-items2 a>div>span:nth-child(2) font{font-size:17px; color:#fff; margin-bottom:10px; display:block;text-transform: uppercase; font-weight:500;}
.home-ys-items2 a>div>span:nth-child(2) p{font-size: 14px; color:rgba(255,255,255,0.6); line-height:21px;font-weight: 300;}
.home-ys-items2 a:hover *{color:#fff !important;}
.home-ys-items2 a:hover>div{border:none;}
.home-ys-items2 a:hover>div>span:nth-child(1) i{border: #fff 1px solid;}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: 10px;
    background: none;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0px solid rgba(11,49,139,0.1);
	background:#fff;
}
.slick-arrow:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #1173BB;
    border-right: 2px solid #1173BB;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    transform: rotate(-135deg);
}
.slick-arrow:hover:after,
.slick-arrow:focus:after
{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.slick-next:after {
    transform: rotate(45deg);
}

.slick-prev.slick-disabled:after, .slick-next.slick-disabled:after {
    opacity: .25;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: #fff;
    outline: none;
    background: #1173BB;
	border: 1px solid #1173BB;
}

.home-tabs1{border-bottom: 0px solid #1173BB;text-align: left; margin-top:40px;float:left; background:rgba(255,255,255,.15);border-radius:4px; overflow:hidden; padding-top:40px;padding-bottom:40px;}
.home-tabs1>li{display:block; float:none;}
.home-tabs1>li>a {
    font-size: 15px;
    font-weight:normal;
    color: #fff;
    background:none;
    border: 0px solid transparent;
    margin-right: 0px;
	margin-left: 0px;
    padding: 11px 28px;
	border-radius: 0px;
	line-height:22px;
	margin-bottom: -1px;
	width: 250px;
}
.home-tabs1>li>a:hover {
    border: 0px solid #1173BB;
	color: #fff;
	border-bottom-color: transparent;
	background:#1173BB;
}
.home-tabs1>li.active>a, .home-tabs1>li.active>a:focus, .home-tabs1>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: none !important;
    border-bottom: 0px solid #1173BB;
	background:#1173BB;
}
.home-tabs1-content{padding: 10px;
    padding-top: 100px;
    margin-bottom: 0px;
    line-height: 24px;overflow:hidden; padding-bottom:0px;  margin-left:40px; color:#fff; padding-left:100px;}

.home-tabs1-content .fade   { display:none;}
.home-tabs1-content .active { display:block;}

.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-xs-6, .col-sm-3,.col-md-3, .col-sm-4,.col-md-4{padding-left:10px;padding-right:10px;}
.row li a{color:#333;margin-bottom:20px;}
.row li a:hover{color:#1173BB;}
.row .row-col-img{height:200px; border:1px solid #ddd; display: table-cell;
vertical-align: middle;
text-align: center;
width:3.5%;
}
.row .row-col-img:hover{border:1px solid #1173BB;}
.row .row-col-img img{max-width:100%;max-height:100%;padding:25px;}
.row .row-col-title{font-size:14px;line-height:20px; margin-top:10px; display:block; text-align:center;}

.m-left{width:100%;}
.m-left h1{/*background-image:linear-gradient(#f3f3f3, #eee);*/display:block; color:#333; font-size:20px; padding-left:25px;text-transform: uppercase; font-weight:bold; border-bottom:1px solid #ddd;background: url(/statics/img/icon-left.jpg) no-repeat 7px ;padding-top: 16px;
    padding-bottom: 16px;border-top:0px solid #ddd; display:none;}
.m-left li{margin-bottom:0px;margin-top:0px;display:inline-block;vertical-align:top;padding: 0px;margin-right: 80px;}
.m-left li:first-child{}
.m-left li a{
	display:block;
	line-height:19px;
	color:#333;
	font-size:16px;
	padding: 20px 0px 20px 0px;
	border-bottom:3px solid #fff;
	}
.m-left li:hover a,.m-left li.current a{color:#039FEA;border-bottom:3px solid #039FEA;}
.m-left dl{ display:none;}
.m-left dd>a{
	display:block;
	line-height:22px;
	color:#222;
	font-size:14px;
	border-bottom:1px solid #ddd;
	background: url(../img/arrow-right-1.png) no-repeat 25px center #f5f5f5;
	padding: 10px 10px 10px 43px;
	letter-spacing: 0px;
}	

.m-left dd:hover>a,.m-left dd.current>a{color:#fff; background: url(../img/arrow-right-2.png) no-repeat 25px center #1173BB;}

.m-left-3{left: 230px;
    border-radius: 0px;
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    top: -1px;
    margin: 0px;
    min-width: 230px;}
	
.m-left-3 a{
	display:block;
	line-height:22px;
	color:#fff;
	font-size:14px;
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	background: url(../img/arrow-right-2.png) no-repeat 25px center rgb(250, 117, 16,0.9);
	padding: 8px 10px 8px 43px;
	letter-spacing: 0px;
}	

.m-left-3 a:last-child{border-bottom:1px solid #eee;}

.m-left-3 a:hover{
	color:#fff;
	background: url(../img/arrow-right-2.png) no-repeat 25px center rgb(250, 117, 16,0.9);
}

.page-left-content>h1{display:block; line-height:50px; color:#222; font-size:22px; padding-left:25px; margin-top:30px;}
.page-left-content>div{padding:20px;line-height:22px;color:#888;display:block; margin-bottom:30px; padding-top:10px;padding-right: 0px;}
.page-left-content-itemlist li span{height: 165px;
    width: 100%;
    border: 0px solid #ddd;
    padding: 0px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
   }
.page-left-content-itemlist li span img{    max-width: 100%;
    height: auto;
    padding: 0px;}
.page-left-content-itemlist li ,.page-left-content-itemlist li a,.page-left-content-itemlist li font { display:block;}
.page-left-content-itemlist li font h1{display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    text-align: center;
    color: #555;
    transition: all 0.2s;
    font-size: 15px;
    padding-top: 15px;
    font-weight: 400;
    line-height: 24px; margin-bottom:25px;}
.page-left-content-itemlist li font h2{display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #1173BB;
    font-size: 16px;
    padding-bottom: 15px;
    margin-top: 9px; margin-bottom:10px;}

.page-banner{height:390px;background:#fff;min-width:1300px;background-size:cover !important; }
.page-banner-bg{background:rgba(0,0,0,0); height:100%; width:100%;position: relative;}
@keyframes  ani33{
    0%{ background:rgba(0,0,0,.2); }
    100%{background:rgba(0,0,0,.2);}
}
.page-banner-bg{
   animation: ani3 0.8s both;
}
.page-banner-txt{padding-top:11.5%; color:#fff; padding-left:0px;}
.page-banner-txt h1{text-transform: uppercase; font-size:40px; display:block; margin-bottom:15px;}
.page-banner-txt h2{font-size:17px; font-weight:300;display:block;}
.page-banner-txt span{width:40px; border-bottom:2px solid rgba(255,255,255,.5); display:block; margin-top:5px; margin-bottom:15px; display:none;}
@keyframes  ani{
    0%{ opacity:0; margin-top:-10px; }
    100%{opacity:1;}
}
@keyframes  ani2{
    0%{ opacity:0; width:0px; }
    100%{opacity:1;}
}
.page-banner-txt1 h1{
   animation: ani 0.8s both;
}
.page-banner-txt1 span{
   animation: ani2 0.8s both;
}
.page-banner-txt1 h2{
   animation: ani 0.8s 0.4s both;
}

.page-banner-pro-txt{padding-top:80px; color:#181818; padding-left:0px;}
.page-banner-pro-txt>span:nth-child(1){display:block; margin-bottom:19px;}
.page-banner-pro-txt>span:nth-child(1) img{ width:34px; height:auto;display: inline-block;
    vertical-align: top;}
.page-banner-pro-txt>span:nth-child(1) font{font-size:30px;display: inline-block;vertical-align: top;
    margin-top: -7px;
    margin-left: 13px;}
.page-banner-pro-txt>span:nth-child(2){font-size:40px;display:block; margin-bottom:6px;}
.page-banner-pro-txt>span:nth-child(3){font-size:15px;display:block; margin-bottom:28px; color:#444; line-height:23px; width:380px;}


.page-main{overflow: hidden;background: #F7F7F7; padding-top:0px;}
.page-main-category{ border-bottom:1px solid #ECECEC; width:100%; padding:0px; background:#fff; padding-top:0px; padding-right:0px;}
.page-main-content{text-align:left; width:100%; margin-right:0px;margin-bottom: 50px;padding:10px;min-height:400px;}

.page-info-main{text-align:left; width:100%; margin-right:0px;margin-bottom: 50px;padding:0px;padding-left:0px;padding-right:0px; min-height:400px;}
.page-info-main-left{margin-bottom:60px; width:75%; float:left;border-right:1px solid #E5E5E5;padding-right: 40px;padding-left: 10px;}
.page-info-main-right{ float:right; width:310px;padding: 18px 10px 0px 10px;}
.page-info-main-left,.page-info-main-right{margin-bottom: -10000px;padding-bottom: 10000px;}

.page-main-category,.page-main-content{/*margin-bottom: -10000px;padding-bottom: 10000px;*/border-radius:0px;box-shadow: 0 1px 5px rgba(0,0,0,0); margin-bottom:50px;}
.page-title{line-height:39px; border-bottom:0px solid #ddd; padding-left:20px; padding-right:20px; display:block; margin-bottom:25px; margin-top:0px; padding-bottom:16px;text-align:center;}
.page-title>font{color:#181818; font-size:30px; display:block;font-weight: 600; }
.page-title>p{color:#666; font-size:17px; display:block;margin-bottom: -5px; }

.page-pro-subclass{margin-top:-25px; margin-bottom:30px; background:rgba(0,0,0,.02); padding:15px; padding-top:15px; padding-bottom:15px; display:none;}
.page-pro-subclass .page-pro-subclass-list{height:120px;overflow: hidden;}
.page-pro-subclass ul {padding-bottom:1px;}
.page-pro-subclass ul a{color:#333;display:block;font-size:14px; line-height:22px; text-align:left; border-bottom:1px solid #ddd; margin-bottom:5px; margin-top:5px; background:none; padding:5px; padding-left:10px; padding-right:10px; margin-right:5px; border-radius:0px;}
.page-pro-subclass ul a:hover,.page-pro-subclass .current{color:#1173BB;border-bottom:1px solid #ddd;}
.page-pro-subclass ul a i{margin-right:8px;font-size:15px;}
.page-pro-subclass-icon{text-align:center; margin-top:10px; font-size:13px;}
.page-pro-subclass-icon a{color:#999;}
.page-pro-subclass-icon i{font-size:12px; margin-right:6px;}

.small-class li{display:block; background:#fff; margin-bottom:20px;border-radius:5px;box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);}
.small-class li a{display:inline-block;vertical-align:middle;}
.small-class li .small-class-img{width:210px;height:174px; background:#fff; text-align:center; margin:30px;margin-right:10px; line-height:170px; border:1px solid #e8e8e8;border-radius:0px;color:#ccc;}
.small-class li .small-class-img img{max-width:100%;max-height:100%;padding:10px;}
.small-class li .small-class-cont{width:63%; margin:30px;}
.small-class li .small-class-title{display:block; font-size:20px; margin-bottom:10px;color:#333;border-bottom:1px #ddd dotted;padding-bottom: 10px;font-weight:bold;}
.small-class li .small-class-intro{display:block; margin-bottom:15px; color:#666666;font-size:13px;line-height:24px;}
.small-class li .small-class-more{display:block;color:#fff; border:1px solid #1173BB;background:#1173BB;transition:0.5s; width:100px;text-align:center; line-height:33px;border-radius:3px;font-size:12px;}
.small-class li .small-class-more:hover{color:#1173BB; border:1px solid #1173BB;background:#fff;transition:0.5s; }

.page-content{margin-bottom:60px; padding-left:20px; padding-right:20px; line-height:25px; padding-top:10px; font-size:15px;}
.page-content img{max-width:100%;}
.contact-quote-title{margin-top:30px !important;}
.page-list{margin-bottom:15px;}

.page-news{display:block; background:#fff; margin-bottom:46px;border-radius:0px;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);width: 100%;margin-right:0px; margin-left:0px;height:330px;}
.page-news a{display:inline-block;vertical-align:middle;}
.page-news .page-news-img{width:370px;height:330px; background:#fff; text-align:center; margin:0px;margin-right:28px; border:0px solid #e8e8e8;border-radius:0px;color:#ccc; overflow:hidden;}
.page-news .page-news-img img{max-width:100%;max-height:100%;padding:0px;object-fit: cover;width: 100%;height: 100%;transition: all 0.5s;}
.page-news .page-news-cont{width:60%; margin:20px 30px 30px 30px;}
.page-news .page-news-title{display:block; font-size:22px; margin-bottom:0px;color:#222;border-bottom:0px #ddd solid;padding-bottom: 25px;white-space:pre-wrap;}
.page-news .page-news-intro{display:block; margin-bottom:25px; color:#888;font-size:15px;line-height:25px;}
.page-news .page-news-more{display:block;color:#00A1E9; border:1px solid #00A1E9;background:#fff;transition:0.5s; width:120px;text-align:center; line-height:35px;border-radius:2px;font-size:14px;}
.page-news .page-news-more:hover{color:#fff; border:1px solid #00A1E9;background:#00A1E9;transition:0.5s; }
.page-news:hover img{transform: scale(1.08);}
.page-news:hover {box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.05);}

.page-info-title{background:#fff; border-bottom:1px solid #ddd; padding-left:20px; padding-right:20px; display:block; margin-bottom:35px; margin-top:0px;background: url(/statics/img/icon-bottom.jpg) no-repeat 25px bottom;}
.page-info-title>font{color:#222; font-size:30px; float:left; display:block;text-transform:none; font-weight:bold;padding-bottom: 23px; line-height:35px;}
.updatetime{padding-left:20px;color:#999999; font-size:14px; margin-bottom:5px;}
.page-info-cont{padding:0px; line-height:28px; margin-bottom:70px; font-size:16px;padding-top: 37px;}
.page-info-425 .page-info-cont h1{ font-size:24px; display:block;border-bottom:1px solid #E7E7E7; padding-bottom:20px; padding-top:25px; margin-bottom:25px; position:relative; padding-left:20px; color:#181818;}
.page-info-425 .page-info-cont h1:before{ content: "";
    position: absolute;
    width: 4px;
    height: 20px;
    background: #00A1E9;
    border-radius: 2px;
    left: 0px;
    bottom: 22px;
    }
.page-info-425 .page-info-cont ul li{ display:inline-block; vertical-align:top; text-align:center; margin-right:10px;}
.page-info-425 .page-info-cont ul li img{ margin-bottom:6px; display:block;}	
	
.page-info-banner-cont{ color:#fff; font-size:18px; padding-top:8%; padding-left:0px;}
.page-info-banner-cont a{ color:#fff; }
.page-info-banner-cont i{ margin-left:6px; margin-right:6px; }
.page-info-banner-cont font:nth-child(1){display:block; font-size:14px; margin-bottom:20px;}
.page-info-banner-cont font:nth-child(2){display:block; font-size:40px; width:70%;white-space:pre-wrap; margin-bottom:20px;}
.page-info-banner-cont font:nth-child(3){display:block;font-size:14px; display:none;}

.page-info-cont img{max-width:100%;}
.page-info-pro-group{width:100%; margin-bottom:20px;}
.page-info-pro-img{float:left;}
.page-info-pro-intro{float:right;width:450px;}
.tab-pro-info-content{font-size:15px; line-height:24px;}
.page-intro{line-height:24px;margin-top:0px;margin-right:20px;}
.pro-quote-button{display:inline-block; text-align:center; width:210px; height:46px; line-height:46px; font-size:18px; background:#1173BB; color:#fff; margin-top:20px;border-radius:2px;margin-left:15px; vertical-align:top;border:1px solid #1173BB;}
.pro-quote-button:hover{}
.pro-quote-button2{display:inline-block; text-align:center; width:210px; height:46px; line-height:46px; font-size:18px; background:#fff; color:#1173BB; margin-top:20px;border-radius:2px;margin-right:0px; border:1px solid #1173BB;}
.pro-quote-button2:hover{}
.quote-button{display:inline-block; text-align:center; width:100%; height:46px; line-height:46px; font-size:18px; background:#1173BB; color:#fff; margin-top:10px;border-radius:4px;margin-right:0px; border:1px solid #1173BB;}
.quote-button:hover{color:#fff;}

.pic-group{padding:4px;}
.pic-group .big-pic{border:1px solid #e9e9e9;cursor:pointer;*cursor:hand;padding:10px;display:table-cell;vertical-align:middle; text-align:center;width:400px;height:370px;}
.pic-group .big-pic img{max-width:95%; max-height:95%;}
.pic-group .small-list{overflow:hidden; background:#fff; padding:20px;width:400px;}
.pic-group .p-small{width:65px; height:65px; text-align:center; vertical-align:middle; margin:0 auto; display:table-cell; background:#fff;}
.pic-group .p-small img{max-width:90%; max-height:90%;}
.pic-group .small-pic-list li{margin-right:14px; float:left;cursor:pointer;border:1px solid #ddd;}
.pic-group .small-pic-list li:first-child{}
.pic-group .small-pic-list li.on{border:#1173BB solid 1px;}
.pic-group .small-list .prev,.pic-group .small-list .next{float:left;display:block;width:10px;height:25px;cursor:pointer;margin-top:23px;font-size:20px;color:#1173BB;}
.pic-group .small-list .prev{float:left;}
.pic-group .small-list .next{float:right;text-align:right;}
.pic-group .small-pic-list{float:left;position:relative;overflow:hidden;width:310px;margin-left:13px;margin-right:13px;height:70px;}
.pic-group .small-pic-list ul{width:2000px;overflow:hidden;position:absolute;}
.small-list .disabled{color:#bbb !important;}

.nav-tabs {
    border-bottom: 2px solid #1173BB;
}
.nav-tabs>li {
    margin-bottom: 0px;
}
.nav-tabs>li>a {
font-size:16px;
font-weight:bold;
color:#333;
background-color: #eee;
border: 1px solid transparent;
margin-right: 5px;
padding: 13px 28px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #1173BB;
    border: 1px solid #1173BB;
    border-bottom-color: transparent;
}
.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    background-color: #eee;
	color:#333;
	border: 1px solid transparent;
}
.tab-content{padding:10px;padding-top:30px;margin-bottom:30px;line-height:24px;overflow: auto !important;}
.tab-content table{width:100% !important;}

.home-tabs2 {
    border-bottom: 1px solid #DADADA;
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.home-tabs2:before{display: table;
    content: " ";}
.home-tabs2:after{clear: both;display: table;
    content: " ";}
.home-tabs2>li {
    margin-bottom: 0px;
	float: left;
	position: relative;
    display: block;
}
.home-tabs2>li>a {
font-size:17px;
color:#333;
background-color: #fff;
margin-right: 35px;
padding: 13px 5px;
position: relative;
display: block;
margin-bottom: -1px;
}
.home-tabs2>li.active>a, .home-tabs2>li.active>a:focus, home-tabs2>li.active>a:hover {
    color: #1173BB;
    cursor: default;
    background-color: #fff;
    border-bottom: 3px solid #1173BB;
}
.home-tabs2>li>a:focus, .home-tabs2>li>a:hover {
    background-color: #fff;
	color:#1173BB;
	border-bottom: 3px solid #1173BB;
}

.home-content2{line-height:24px; padding:30px 0px 0px 0px; color: #777;font-size: 14px;}
.home-content2 img{ max-height:340px; max-width:100%;border-radius: 5px;box-shadow: 0px 0px 15px 5px rgba(134, 134, 134, 0.15);image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode:nearest-neighbor;}
.home-content2>.tab-pane {
    display: none;
}
.home-content2>.active {
    display: block;
}

.quote-title{margin-top:0px; padding-bottom:10px;font-size:25px; border-bottom:3px solid #1173BB; line-height:50px; padding-left:40px; background-image: linear-gradient(#fcfcfc, #eee); padding-top:7px; color:#333;}

.list-main-content-itemlist { margin-bottom:60px;}
.list-itemlist-img-a{position:relative;overflow:hidden; display:block;}
.list-itemlist-img-a>p{background:rgba(0, 0, 0, 0.4); width:100%; height:20%; position:absolute; left:0px; bottom:0px; font-size:25px; color:#fff;transition:.3s; display:block; text-align:center; padding:18px;}
.list-itemlist-img-a>p>font{display:block; font-weight:500;}
.list-itemlist-img-a>p>img{margin-top:30px;}
.list-itemlist-img-a:hover p{height:100%;transition:.3s; padding-top:35%;background:rgba(17, 115, 187, 0.8);}	
.list-itemlist-img-a .list-itemlist-img{
    border: 0px solid #ddd;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 3.5%; 
	background:#fff;
	height:400px;
	transition: all 0.5s;
	}
.list-itemlist-img img {padding:0px;object-fit: cover;max-width:100%; max-height:100%;width:100%;height: 100%;}

.list-itemlist-img-a:hover .list-itemlist-img{transform: scale(1.08);transition: all 0.5s;}
	
.list-main-content-itemlist .list-itemlist-title{    
    font-size: 14px;
    line-height: 20px;
    display: block;
	background:#fff;
	height:auto;
	padding:40px;
	padding-left:40px;
	padding-right:40px;
	text-align:center;
	padding-top:25px;
	}
.list-main-content-itemlist .list-itemlist-title h1{ font-size:40px; margin-bottom:12px; color:#111;}
.list-main-content-itemlist .list-itemlist-title p{ font-size:16px; line-height:24px;color:#666;padding-left:40px;padding-right:40px;}	
.list-main-content-itemlist .list-itemlist-more{    
    display: block;
	background:#fff;
	padding-left:0px;
	padding-bottom:40px;
	}
.list-main-content-itemlist .list-itemlist-more a{display:block; background:#fff; color:#1173BB; width:160px; line-height:26px; font-size:14px; padding:8px;border-radius:0px;text-transform: uppercase; text-align:center; border:solid #1173BB 1px; font-weight:400; letter-spacing:2px; margin:auto;}
.list-main-content-itemlist .list-itemlist-more a:hover{border:solid transparent 1px;background:#1173BB; color:#fff;}
.list-main-content-itemlist li a{margin-bottom:0px;}
.list-main-content-itemlist li {margin-bottom:40px;}

.page-location{background:#f3f3f3;height:50px;border-top:0px solid #ddd; line-height:50px; margin-bottom:0px;font-size:13px; font-weight:300; display:none;}
.page-location-cont{margin-left:20px; color:#888;}
.page-location-cont a{color:#888;}
.page-location-cont a:hover{color:#555;}
.page-location-cont i{margin-left:5px;margin-right:5px;}
.page-location-cont .current{color:#555;}

.web-footer{background:#1D2C43; padding-top:17px; padding-bottom:40px; color:#fff;}
.web-footer-copyright{border-top:1px solid rgba(255,255,255,.1); padding-top:20px;}
.web-footer-left{float:left;display:block;padding-top:5px;padding-left:0px;color:rgba(255,255,255,.6);font-weight: 300;}
.web-footer-right{float:right;display:block;padding-right:0px;}
.web-footer-right a{color:rgba(255,255,255,.6);}
.web-footer-list{ margin-bottom:50px; padding-top:30px;}
.web-footer-list>ul>li{display:inline-block; margin-right:88px; vertical-align:top;}
.web-footer-list>ul>li:first-child{margin-right:70px;border-right:1px solid rgba(255,255,255,.1); padding-right:60px; height:200px; margin-top:10px; font-size:14px; line-height:27px;width: 215px;}
.web-footer-list>ul>li:last-child{margin-right:0px;}
.web-footer-list>ul>li>font{ font-size:14px; display:block; border-bottom:0px solid rgba(255,255,255,.1); padding-bottom:0px; padding-top:10px; margin-bottom:15px;text-transform: uppercase;}
.web-footer-list .web-footer-list-submenu>div{font-size:13px; line-height:25px; color:rgba(255,255,255,.5);font-weight: 300;}
.web-footer-list-submenu li a{font-size:13px; line-height:27px; display:block; color:rgba(255,255,255,.5);font-weight: 300;padding-left:2px;}
.web-footer-list-submenu li a:hover{color:rgba(255,255,255,1);}
.web-footer-list-submenu li a i{margin-right:5px;}
.a-video-big{background:rgba(0,0,0,0.5);height: 65px;width: 65px;text-align: center;line-height: 65px;font-size: 27px;color:rgba(255,255,255,0.9);border-radius: 50%; border:2px solid rgba(255,255,255,0.9); padding-left: 8px; position:absolute; top:155px; left:42%;}
.a-video-big:hover{background:#1173BB;color:rgba(255,255,255,0.9);border:2px solid rgba(255,255,255,0.9);}
.a-video-s{background:rgba(0,0,0,0.5);height: 45px;width: 45px;text-align: center;line-height: 45px;font-size: 20px;color:rgba(255,255,255,0.9);border-radius: 50%; border:2px solid rgba(255,255,255,0.9); padding-left: 7px; position:absolute; top:80px; left:42%;}
.a-video-s:hover{background:#1173BB;color:rgba(255,255,255,0.9);border:2px solid rgba(255,255,255,0.9);}

.footer-mob{ display:none;}

/********************* 小屏PC *********************/

@media (min-width:1301px) and (max-width: 1367px){
.navbar-default .navbar-nav>li>a{padding: 21px 25px;}
.son {
    width: 1220px;
    min-width: 1220px;
}
.web-main {
    min-width: 1250px;
}
.home-group-pro .son,.home-group-gflt .son {
    width: 1246px !important;
}
.pro-page-list1,.about-page-list-1,.forum-page-list-1 {
    width: 1250px !important;
}
.page-banner {
    min-width: 1220px;
}

.page-info-main-left {
    width: 74%;
}

.home-group-t1-cont-1280{ display:none !important;}
.home-group-t1-cont-1220{ display:block !important;}
.home-group-t1-cont-1180{ display:none !important;}

}
@media (min-width:1201px) and (max-width: 1300px){
.navbar-default .navbar-nav>li>a{padding: 21px 21px;}
.navbar-collapse{padding-left: 40px;}

.son {
    width: 1180px;
    min-width: 1180px;
}
.web-main {
    min-width: 1250px;
}
.home-group-pro .son,.home-group-gflt .son {
    width: 1206px !important;
}
.pro-page-list1,.about-page-list-1,.forum-page-list-1 {
    width: 1210px !important;
}
.page-banner {
    min-width: 1180px;
}

.page-info-main-left {
    width: 73%;
}

.home-group-t1-cont-1280{ display:none !important;}
.home-group-t1-cont-1220{ display:none !important;}
.home-group-t1-cont-1180{ display:block !important;}


}

@media (min-width:1150px) and (max-width: 1200px){
.navbar-default .navbar-nav>li>a{padding: 21px 16px;}
.navbar-collapse{padding-left: 40px;}

.son {
    width: 1180px;
    min-width: 1180px;
}
.web-main {
    min-width: 1250px;
}
.home-group-pro .son,.home-group-gflt .son {
    width: 1206px !important;
}
.pro-page-list1,.about-page-list-1,.forum-page-list-1 {
    width: 1210px !important;
}
.page-banner {
    min-width: 1180px;
}

.page-info-main-left {
    width: 73%;
}

.home-group-t1-cont-1280{ display:none !important;}
.home-group-t1-cont-1220{ display:none !important;}
.home-group-t1-cont-1180{ display:block !important;}


}


@media (min-width:770px) and (max-width: 1149px){
.web-nav{ min-width:1070px;}
.navbar-default .navbar-nav>li>a{padding: 21px 12px;}
.navbar-collapse{padding-left: 15px;}

.son {
    width: 1180px;
    min-width: 1180px;
}
.web-main {
    min-width: 1250px;
}
.home-group-pro .son,.home-group-gflt .son {
    width: 1206px !important;
}
.pro-page-list1,.about-page-list-1,.forum-page-list-1 {
    width: 1210px !important;
}
.page-banner {
    min-width: 1180px;
}

.page-info-main-left {
    width: 73%;
}

.home-group-t1-cont-1280{ display:none !important;}
.home-group-t1-cont-1220{ display:none !important;}
.home-group-t1-cont-1180{ display:block !important;}


}

@media (max-width: 770px){
.web-nav{ min-width:1070px;}
.navbar-default .navbar-nav>li>a{padding: 21px 12px;}
.navbar-collapse{padding-left: 20px;}

}

/********************* 公共 *********************/

html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
	margin: 0;
	padding: 0;
}

html, body {
    -ms-overflow-style: scrollbar;
}

body{font-family: Microsoft YaHei,Pingfang SC,Arial,helvetica neue,sans-serif; 
  font-size: 12px;
  line-height: 1.42857;
  color: #17181b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:#eee;
}

ul{ list-style:none;}

a,a:hover,a:active,a:link,a:visited{text-decoration:none;outline:none;}
a{color:#1173BB;}
a:hover{color:#1173BB;}

img{border:0 none;}

.clear{clear:both;}

/*分页样式*/
.page{
	margin-top:3px;
	display: inline-block;
	*display:inline;
	zoom:1;
}
.pageX{
	float:right;
	margin-top:3px;
}
.pageX *{height:22px;padding-top:0px;padding-bottom:0px;width:auto !important;}
.pageX .btn{
	padding: 2px 12px;
}
.pageX .dropdown-menu{height:auto;max-height:200px !important;}
.pageX .dropdown-menu li a{padding: 0px 20px;}
.page a {
    text-decoration: none;
	border: 1px solid #ADADAD;
	color: #333;
    display: inline-block;
    padding: 0.4em 0.8em;
    margin-right: 5px;
	margin-bottom: 5px;
	color: #333;
	background: #ffffff;
	border-radius: 0px;
}
.page a:hover {
	background: #EBEBEB;
	text-decoration: none;
}

.page .current {
    background: #1173BB !important;
    color: #fff !important;
	border: 1px solid #1173BB;
	text-decoration: none;
	cursor:pointer;
	*cursor:hand;
}
.page .current:hover {
    color: #000000;
    text-decoration: none;
}

/*bootstrap 解决列高不一样错位问题*/
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

p#back-to-top{
      position:fixed;
      top:368px;
      right:0px;
	  z-index:999999;
	  display:none;
}
p#back-to-top a{
      text-align:center;
      text-decoration:none;
      display:block;
	  border-radius:50%;
	  height:50px;
	  width:50px;
	  background-color: rgba(0,0,0,.3);
      font-size:20px;
      -moz-transition:color 1s;
      -webkit-transition:color 1s;
      -o-transition:color 1s; 
      -moz-transition:background 1s;
      -webkit-transition:background 1s;
      -o-transition:background 1s;
	  line-height:50px;
	  color:#fff;
}
p#back-to-top a:hover{
     color:#fff;
}	

#inquiry-icon {position:fixed;top:300px;right:0px;z-index:999999;}	
#inquiry-icon a{border-radius:6px;
	  height:50px;
	  width:50px;
	  background-color: #1173BB;
      font-size:21px;
      -moz-transition:color 1s;
      -webkit-transition:color 1s;
      -o-transition:color 1s; 
      -moz-transition:background 1s;
      -webkit-transition:background 1s;
      -o-transition:background 1s;
	  line-height:50px;
	  color:#fff;
	  text-align:center;
	  border-radius:50%;}

.inquiry-icon-right {position:fixed;top:280px;right:15px;z-index:999999; background:#fff;border-radius:35px;box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);padding-top: 10px;
    padding-bottom: 10px;}	
.inquiry-icon-right>div:nth-child(1)>a{background:url(/statics/img/icon1.jpg) center center no-repeat;}
.inquiry-icon-right>div:nth-child(3)>a{background:url(/statics/img/icon2.jpg) center center no-repeat;}
.inquiry-icon-right>div:nth-child(5)>a{background:url(/statics/img/icon3.jpg) center center no-repeat;}
.inquiry-icon-right>div:nth-child(7)>a{background:url(/statics/img/icon4.jpg) center center no-repeat;}

.inquiry-icon-right>div:hover:nth-child(1)>a{background:url(/statics/img/icon1-1.jpg) center center no-repeat;}
.inquiry-icon-right>div:hover:nth-child(3)>a{background:url(/statics/img/icon2-1.jpg) center center no-repeat;}
.inquiry-icon-right>div:hover:nth-child(5)>a{background:url(/statics/img/icon3-1.jpg) center center no-repeat;}
.inquiry-icon-right>div:hover:nth-child(7)>a{background:url(/statics/img/icon4-1.jpg) center center no-repeat;}



.inquiry-icon-right .inquiry-icon-right-link{border-radius:4px;
	  height:48px;
	  width:55px;
	  background:none;
      font-size:18px;
      -moz-transition:color 1s;
      -webkit-transition:color 1s;
      -o-transition:color 1s; 
      -moz-transition:background 1s;
      -webkit-transition:background 1s;
      -o-transition:background 1s;
	  line-height:55px;
	  color:#bbb;
	  text-align:center; display:block;
	  margin-bottom: 1px;
	  }
.inquiry-icon-right-content{top:0px;right:55px;left:auto; padding:0px; margin:0px;min-width: 200px; border:none; padding-right:12px; background:none;box-shadow:none;-webkit-box-shadow:none;}
.inquiry-icon-right-content>div{-webkit-box-shadow:0 2px 15px 0 rgba(0,0,0,.1);box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);background:#fff;border-radius: 3px;}
.inquiry-icon-right-content-title{line-height:30px; color:#333; padding-left:20px; font-size:15px;text-transform: uppercase; padding-top:20px; font-weight:bold;}
.inquiry-icon-right-content-cont{padding:0px 20px 25px 20px;  min-height:60px; font-size:14px; line-height:24px;}
	  
.page-search{display:block; background:#fff; margin-bottom:0px;width: 100%;border-bottom:1px #ddd dotted;}
.page-search a{display:inline-block;vertical-align:middle;}
.page-search .page-search-img{width:140px;height:120px; background:#fff; text-align:center; margin:25px;margin-right:10px; margin-left:5px; line-height:120px; border:1px solid #e8e8e8;border-radius:0px;color:#ccc;}
.page-search .page-search-img img{max-width:80%;max-height:80%;padding:10px;}
.page-search .page-search-cont{width:60%; margin:30px;}
.page-search .page-search-title{display:block; font-size:14px; margin-bottom:10px;color:#333;padding-bottom: 10px;}

.inquiry-contact{width:550px;padding-left:20px;}
.inquiry-contact li h5{padding-top:20px;padding-bottom:10px; font-family:Roboto; font-size:15px;font-weight: 400;}
.inquiry-contact li h5 small {font-size: 85%;color: #bbb;margin-left: 5px;}
#sending{position:absolute;z-index:10;left:35%;top:-280px;width:200px;font-size:20px;background:rgba(0,0,0,0.8);border-radius: 3px; height:50px; border:0px solid #ccc; line-height:50px; text-align:center; font-weight:bold;display:none;color:#fff;}
#sending i {font-size:22px;}
.inquiry-contact #SfMessSubmit2{background-color:rgb(20, 18, 19); border-color:rgb(20, 18, 19); color:#fff; font-size:18px;}

.link-1{display: block;color: #0068B7;border: 1px solid #0068B7;width: 100px;line-height: 30px; text-align:center; font-size:14px;border-radius: 3px;}
.link-1:hover{color: #fff;border: 1px solid #0068B7; background:#0068B7;}

.link-video-1{display: block;color: #0068B7;border: 1px solid #fff;  background:#fff;width: 60px; height:60px;border-radius: 50%;line-height: 59px; text-align:center; font-size:19px; padding-left:3px;}
.link-video-1:hover{color: #fff;border: 1px solid #0068B7; background:#0068B7;}

.link-2{display: block;color: #fff;border: 1px solid #66BED8;width: 100px; background:#66BED8;line-height: 30px; text-align:center; font-size:14px;border-radius: 3px;}
.link-2:hover{color: #66BED8;border: 1px solid #66BED8; background:#fff;}

.link-3{display: block;color: #fff;border: 1px solid #0068B7;background:#0068B7;width: 100px;line-height: 30px; text-align:center; font-size:15px;border-radius: 3px;}
.link-3:hover{color: #0068B7;border: 1px solid #0068B7; background:#fff;}

.link-4{display: block;color: #fff;border: 1px solid #fff;background:none;width: 100px;line-height: 30px; text-align:center; font-size:15px;border-radius: 3px;}
.link-4:hover{color: #fff;border: 1px solid #0068B7; background:#0068B7;}

.link-5{display: block;color: #fff;border: 1px solid #0068B7;background:#0068B7;width: 100px;line-height: 30px; text-align:center; font-size:15px;border-radius: 3px;}
.link-5:hover{color: #0068B7;border: 1px solid #fff; background:#fff;}

.link-6{display: block;color: #6DC8E8;border: 1px solid #6DC8E8;background:none;width: 100px;line-height: 32px; text-align:center; font-size:15px;border-radius: 2px;}
.link-6:hover{color: #fff;border: 1px solid #6DC8E8; background:#6DC8E8;}

.a-more-home{display: block;color: #0c72c6;border: 1px solid #0c72c6;width: 135px;line-height: 42px; text-align:center; font-size:15px;border-radius: 2px;margin:auto;margin-top: 40px;}
.a-more-home:hover{color: #fff;background:#0c72c6;}

.a-pro-sy{display: block;color: #fff;border: 0px solid #0c72c6;width: 124px;line-height: 40px; text-align:center; font-size:15px;border-radius: 2px;background:#00A1E9;}
.a-pro-sy:hover{color: #fff;background:#00A1E9;}
