@charset "utf-8";
/*
Theme Name: cemedine
Author: cemedine
Description: custom theme for cemedine
Version: 2021
*/
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead,figure {
	border: 0;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
body{
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
	background-color: #ffffff;
	color: #222;
}
p{
	padding: 0;
	margin: 0;	
}
ul,li,ol {
	list-style: none;
	background: transparent;
	margin-bottom:0;
}
a,a:focus{
	text-decoration: none;
	color: #222;
}
a:hover{
	color: #0457d7;
	text-decoration: none;
}
a,button,input{ 
outline: none;
}
select.search-select,option {
    border:none;
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
textarea{
	resize: vertical;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
 /* WebKit browsers */   
color: #939699;   
}   
input:-moz-placeholder, textarea:-moz-placeholder {   
/* Mozilla Firefox 4 to 18 */   
color: #939699;   
}   
input::-moz-placeholder, textarea::-moz-placeholder {   
 /* Mozilla Firefox 19+ */   
color: #939699;   
}   
input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
 /* Internet Explorer 10+ */   
color: #939699;   
}
.alignleft {
display:inline;
float:left;
margin-right:1.625em;
}
.alignright {
display:inline;
float:right;
margin-left:1.625em;
}
.aligncenter {
clear:both;
display:block;
margin-left:auto;
margin-right:auto;
}
embed,
iframe,
object {
  max-width: 100%;
  margin:20px auto;
  display:inline-block;
}
table{
    margin: 15px auto;
    border-collapse: collapse;
    border: 1px solid #aaa;
    width: 100%;
}
table th {
  vertical-align:baseline;
	padding: 10px;
  background-color:#3F3F3F;
  border:1px solid #3F3F3F;
  text-align:left;
  color:#fff;
  font-size:20px;
}
table td {
  font-size: 16px;
  vertical-align:middle;
  padding:15px;
  border:1px solid #aaa;
}
table tr:nth-child(odd) {
  background-color:#F5F5F5;
}
table tr:nth-child(even) {
  background-color:#fff;
}
.animate3s, .wp-post-image,.h300{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
#header{
	height: 90px;
    width: 100%;
}
header.sticky {
    position: fixed;
    background-color: #fff;
    z-index: 99;
	box-shadow: 5px 5px 10px rgba(0,0,0,.1);
    top: 0;
}
.header-logo{
	float:left;
	max-width:50%;
}
.header-logo a{
	display:block;
	height:90px;
	line-height:90px;
}
.header-logo a img{
	vertical-align: middle;
    display: inline-block;
    max-height: 50px;
}
.header-menu{
    float: right;
	/* margin-left:30px; */
}
.header-menu>ul>li{
	position: relative;
    margin-left: 60px;
    float: left;
	height: 90px;
    line-height: 90px;
}
.header-menu>ul>li.current-menu-item>a:after,.header-menu>ul>li:hover>a:after{
       opacity: 1;
}
.header-menu>ul>li>a{
	position: relative;
    display: block;
    font-size: 16px;
	text-align: center;
}
.header-menu>ul>li>a:after{    
	position: absolute;
    content: "";
    left: 0;
    bottom: 25px;
    width: 100%;
    height: 1px;
    background-color: #222;
    opacity: 0;
	}
.header-menu>ul>li:last-child>a{
	color:#0457d7;
	background-image:url(images/phone.png);
	background-repeat: no-repeat !important;
    background-position: left center !important;
	padding-left: 30px !important;
}
.header-menu>ul>li:last-child>a:after{
	height: 0;
}
.header-placeholder {
    display: block;
    width: 100%;
    height: 90px;
}
@media (max-width: 1110px) {
    .header-placeholder {
        height: 60px;
    }
}
.sf-menu ul {
    position: absolute;
    width: 150px;
    display: none;
    z-index: 9999;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    top: 100%;
}
.sf-menu ul li {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    z-index: 9999;
    line-height: 1.4;
}
.sf-menu ul li:last-child{border-bottom: none;}
.sf-menu ul li a {
    display: block;
    border: none;
    text-align: center;
	padding: 10px;
}
.sf-menu ul li:hover {
	background:#0551cb;
}
.sf-menu ul >li:hover>a{color:#fff !important;}
.sf-menu ul ul {
    top: 1px;
    left: 100%;
}
.sf-menu li li ul {
    margin-top: -1px;
}

#slider{
    position: relative;
	max-width:1920px;
	margin:auto;
}
#slider .owl-dots{
	position: absolute;
    width: 100%;
    bottom: 10px;
}
.about{
	background:url(images/aboutbg.jpg) no-repeat center center;
	background-size: cover;	
}
.about img:hover,.product img:hover{
	transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.about .box{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about .box h2,.product h2,.news h2,.riben h2{
	font-size:30px;
	position:relative;
	padding-bottom:20px;
}
.sws .box h3{
	position:relative;
	padding-bottom:20px;
}
.product h2{
	color:#fff;
}
.about .box h2:after,.product h2:after,.news h2:after,.riben h2:after,.dsz .box h2:after ,.sws .box h3:after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 50px;
    background-color: #0551cb;
}
.sws .box:hover h3:after{
	background-color:#fff;
}
.about .box p{
	font-size:18px;
	line-height:1.75;
}
.about .btn-more a{
    color: #fff;
    background-color: #0551cb;
    display: inline-block;
    padding: 10px 30px;
    font-size: 18px;
}
.about .btn-more a:hover,.news .btm a:hover, .riben .btn-more a:hover{
	padding: 10px 40px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;	
	border-radius:10px;
	}
	
.about .about-num b{
    font-size: 50px;
}
@media screen and (min-width: 768px) {
    .about .image-sm {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .about .image {
        display: none;
    }
}
.product{
	background: url(images/productbg.jpg) no-repeat 0% -50%;
    background-color: #0551cb;
}
.news{
	background: url(images/newsbg.jpg) no-repeat center center;
    background-size: cover;
}
.news .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	background-color:#fff;
}
.news .top .text{
	border-left:1px solid #ccc;
}
.news .top .text h3{
	font-size:20px;
	font-weight: 800;
}
.news .top .text p{
	font-size:16px;
	line-height:1.75;
	color:#222;
}
.news .top .text span{
	font-size:16px;
	color:#999;
}
.news .top .image{
    min-width: 150px;
    text-align: center;
	color:#0551cb;
}
.news .btm{
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #ccc;
}
.news .btm a,.riben .btn-more a{
	color: #fff;
    background-color: #0551cb;
    display: inline-block;
    padding: 10px 30px;
    font-size: 18px;	
}
.riben p{
	font-size:18px;
	line-height:1.75;
}
/* 底部样式 */

#footer {
    color: #fff;
    background-color: #1a1919;
}
#footer ul li a,
#footer .btm-contact p {
    color: rgba(255,255,255,.5);
    font-size: 16px;
}
#footer .btm-contact a {
    color: #fff;
    text-decoration: none;
    transition: opacity .4s ease;
}
#footer .btm-contact a:hover {
    opacity: .8;
}
#footer ul li a {
    transition: color .4s ease;
}
#footer ul li a:hover {
    color: rgba(255,255,255,1)
}
#footer h3 {
    font-weight: 800;
    font-size: 16px;
    margin-bottom:20px;
}
.footer-top ul li a {
    display: block;
    line-height: 2;
	color: #8d8d8d;
}
.footer-top ul li a:hover {
    color: #fff ;
}
#footer .tel {
    color: #8d8d8d;
    line-height: 2;
}
#footer .copyr {
	border-top: 1px solid #414447;
	z-index:99;
	position: relative;
}
#footer .copyr p{
    color: #8d8d8d;
}
#footer .copyr p a{
    color: #8d8d8d;
}
#footer .copyr p a:hover{
    color: #fff !important;
}
.btm-contact p{
	line-height:2;
}
.btm-contact p strong{
	font-size:36px;
	color:#fff;
}

.f4f4f4{
	background-color:#f4f4f4;
}
.crumbs{
  font-size:16px;
}
.content-list ul li a{display:block;}
.content-list ul li a .image{
	overflow:hidden;
}
.content-list ul li a img{transform: scale(1);}
.content-list ul li:hover a img{transform: scale(1.08);}
.content-list ul li a h2 {
    display: inline-block;
    font-size: 20px;
    line-height: 1.42;
    height: 60px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight:700;
}
.content-meta{ 
	border-top: 1px solid #ccc;
} 
.content-meta i{
	margin-left:20px;
}
.content-meta  .time{color:#222;}

.h300{
	width: 100%;
    max-height: 300px;
    height: auto;
    object-fit: cover;
}
#slider .slider-box {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;	
}
#slider .slider-box h1 {
	font-size:40px;
	color:#fff;
	font-weight: 800;
}
#slider .slider-box p {
	font-size:20px;
	color:#fff;
}
.about-menu ul li{
	float:left;
	margin-right:40px;
	position:relative;
    padding-right: 40px;
	height: 80px;
    line-height: 80px;
}
.about-menu ul li:before{
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
    background: #222;
}
.about-menu ul li:last-child:before{
	height:0 !important;
}
.about-menu ul li a{
	position:relative;
    font-size: 18px;
    display: inline-block;	
}
.about-menu ul li:last-child a{
	border-right: none !important;
}
.about-menu ul li.current_page_item a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0551cb;
}
.about-menu ul li.current_page_item a{color:#0551cb;}
.entry-content{
	overflow:hidden;
	font-size: 18px;
}
.entry-content .box{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.entry-content p{
	margin-bottom:20px;
	line-height: 1.75;
}
.entry-content p:last-child,.entry-content div:last-child{margin-bottom:0 !important;}
.entry-content a{
    color: #ff0000;	
}
.entry-content div{
	margin-bottom:20px;
	max-width: 100%;
}
.entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom:20px;
}
.entry-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom:20px;
}
.entry-content ul {
  list-style: disc;
  margin: 0 0 15px 30px;
}
 .entry-content ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.6;
}
.entry-content ol {
  list-style: decimal;
  margin: 0 0 15px 30px;
}
 .entry-content ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 1.6;
}
.entry-content blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 16px;
	border-left: 5px solid #8952E9;
	background-color: #f5f5f5;
}
.gallery .gallery-item{
	padding:10px;
}
.gallery .gallery-item img{
	border: none !important;
}
div.wp-caption{
	max-width:100%;
}
p.wp-caption-text,dd.wp-caption-text{
	text-align: center;
    margin-top: 10px;
    font-weight: bold;
	font-size:18px;
}
.single-header h1 {
    font-size: 30px;
    line-height: 1.42;
    font-weight: bold;
}
 .single-header .single-meta {
  overflow: hidden; 
  color: #666666;
}

#nav-single div{
   font-size:18px;
   overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav-cat a{
	display:block;
	text-indent:-9999px;
	background-image: url(images/newsnav1.png);
    background-repeat: no-repeat !important;
    background-position:center !important;
}
.nav-cat a:hover{
	background-image: url(images/newsnav2.png) !important;
}
.navigation {
  text-align: center;
  display:block;
}
.navigation a,
.navigation span {
  display: inline-block;
  border: 1px solid #eee;
  padding: 10px 20px;
  margin: 0 1px;
      background-color: #fff;
}
.navigation .current {
  background-color: #0551cb;
  color: #fff;
  text-decoration: none;
  border: 1px solid #0551cb;
}
.screen-reader-text{
	    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.contact .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact{
	color:#fff;
	background-color:#0551cb;
}
.contact .text h3 {
    font-size: 30px;
}
.contact .text p{
    font-size: 18px;
}
.contact .btn-action a {
    color: #fff;
    font-size: 18px;
    display: block;
    cursor: pointer;
    border: 2px solid #fff;
    padding: 10px 30px;
}
@media only screen and (min-width: 768px) {
    .contact .btn-action a {
        white-space: nowrap;
    }
}
.contact .btn-action a:hover{
	background-color:#fff;
	color:#0551cb;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.contact .btn-action a i{
    font-size: 24px;
}
.hsgy .sec1 h2{
	font-size:36px;
}
.hsgy .sec1 p{
	font-size:18px;
	line-height:1.75;
}
.hsgy .sec2 h3{
	font-size:22px;
	font-weight: 800;
}
.hsgy .sec2 ul li{
	font-size:18px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
.hsgy .sec2 ul li:last-child{margin-bottom:0;}
.hsgy .sec2 ul li b{
	color:#0551cb;
	display:inline-block;
	min-width:300px;
}
.dsz .box{
	background-color: rgba(250, 250, 250, 0.4);
    margin-left: -60px;
}
.dsz .box .box-head{
	position:relative;
}
.dsz .box .box-head h2{
	font-size:22px;
	margin-bottom:20px;
	font-weight: 800;
	position:relative;
	padding-bottom: 20px;
}
.dsz .box .box-head ul{
	position:absolute;
	right:0;
	top:0;
}
.dsz .box .box-head ul li{
	float:left;
	font-size:20px;
	cursor:pointer;
}
.dsz .box .box-head ul li span{
	color:#222;
}
.dsz .box .box-head ul li.on{
	color:#0551cb;
}
.dsz .box .box-con .item {
    display: none;
}
.dsz .box .box-con .on {
    display: block;
}
.dsz .box .box-con p{
	font-size:18px;
	line-height:2;
	margin-bottom:30px;
}
.dsz .box .box-con .btm b{
	font-size:40px;
}
.sws .box h3{
	font-size:22px;
	font-weight: 800
}
.sws .box{
	cursor: pointer;
}
.sws .box:hover{
	background:url(images/c-hover.jpg) no-repeat left center;
	background-size: cover;
	transform: translate(0px, -10px); 
	-ms-transform: translate(0px, -10px); 
	-moz-transform: translate(0px, -10px); 
	-webkit-transform:translate(0px, -10px); 
	-o-transform: translate(0px, -10px); 
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition:0.5s;
}
.sws .box:hover h3{color:#fff;}
.sws .box:hover p{color:#fff;}
.sws .box p{
	font-size:18px;
	line-height:2;
}
.sws .box span{
	min-width:100px;
	display:inline-block;
}
.time-axis{
	max-width:1000px;
	margin: auto;
	position: relative;
}

.time-axis:before{
	content: '';
	position: absolute;
	left: 150px;
	top: 0px;
	width: 1px;
	height: 100%;
	background-color: #E4E4E4;
}
.time-axis-item{
	cursor: pointer;
	padding-left: 200px;
	position: relative;
	font-size: 18px;
	margin-bottom:60px;
}
.time-axis-item > span {
    position: absolute;
    left: 143px;
    top: 50%;
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #0551cb;
    border-radius: 100%;
    background-color: #fff;
    transform: translate(0, -50%);
}
.time-axis-title::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #f4f4f4;
}
.time-axis-date {
    position: absolute;
    left: 0;
    top: 50%;
    color: #222;
    font-size: 40px;
    transform: translate(0, -50%);
}
.time-axis-date span{
    position: absolute;
    right: -65px;
    top: 35%;
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #0551cb;
    border-radius: 100%;
    background-color: #fff;
}
.time-axis-title{
	position: relative;
    padding: 60px 30px;
    background-color: #f4f4f4;
}
.time-axis li:hover .time-axis-title{
	background: url(images/c-hover.jpg) no-repeat left center;
    background-size: cover;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.time-axis li:hover .time-axis-title p{color:#fff;}
.time-axis li:hover .time-axis-title::after {
    border-right: 10px solid #0551cb;
}
@media screen and (max-width: 768px) {
    .about-menu ul li a {
        font-size: 14px;
    }
    .time-axis-title {
        padding: 30px 20px;
        font-size: .875rem;
    }
    .time-axis-date {
        font-size: 20px;
    }
    .time-axis:before {
        left: 60px;
    }
    .time-axis-item {
        padding-left: 80px;
        margin-bottom: 30px;
    }
    .time-axis-item > span {
        left: 54px;
        width: 12px;
        height: 12px;
    }
}

.lxwm .form-con h2{
	font-size:30px;
	text-align:center;
	position: relative;
	padding-bottom:20px;
	font-weight: 800;
}
.lxwm .form-con h2:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    background-color: #0551cb;
    border-radius: 3px;
}
.form-con .box form h3{
	font-size:18px;
	margin-bottom:10px;
}
.form-con .box form span.wpcf7-form-control-wrap{
	display:block;
	width:100%;
}
.form-con .box form span input{
	display:block;
	border: none;
    height: 55px;
    line-height: 55px;
    padding-left: 50px;
    width: 100%;
}
.form-con .box form span textarea{
    width: 100%;
    border: none;
    padding: 20px 50px;
}
#gsmc{
	background:#fff url(images/gongsi.png) no-repeat 15px center;
}
#dhhm{
	background:#fff url(images/dianhua.png) no-repeat 15px center;
}
#fzr{
	background:#fff url(images/fuzeren.png) no-repeat 15px center;
}
#lxyx{
	background:#fff url(images/youxiang.png) no-repeat 15px center;
}
#zw{
	background:#fff url(images/zhiwei.png) no-repeat 15px center;
}
#zxnr{
	background:#fff url(images/zixunneirong.png) no-repeat 15px 20px;
}
.form-con .box .wpcf7-submit{
    display: block;
    width: 100%;
    padding: 15px;
    border: none;
    font-size: 20px;
    background-color: #0551cb;
    color: #fff;
    margin-top: 20px;
}
.map .info,.form-con .box{
	max-width:1200px;
	margin:auto;
}
.map .info p{
    font-size: 20px;
    line-height: 27px;
}
.map .info span{
	margin-right:15px;
}
.map .info h3{
	font-size:26px;
	color:#0551cb;
	line-height:1.75;
}
@media screen and (max-width: 1200px) {
    .map .info h3 {
        font-size: 20px;
    }
}
.map .info a {
    color:#0551cb;
}
.hy .box h2{
    background-color: #4d4d4d;
    color: #fff;
    padding: 15px 20px;
    font-size: 24px;
}
.sidebar{
    background: #fff;
    transition: transform .6s ease;
}
.sidebar>li{
	margin-bottom:15px;
}
.sidebar>li h3 a{color: #222;}
.sidebar>li.on h3{
	background-color: #0551cb;
    border: 1px solid #0551cb;
}
.sidebar>li.on h3 a{
	color: #fff;
}
.sidebar li h3{
	border:1px solid #ccc;
    padding:20px;
    background-color: #f4f4f4;
    font-size: 20px;
    text-align: center;
}
.sidebar>li .box li a{
	cursor: pointer;
    font-size: 18px;
    padding: 20px;
    border-bottom: 1px solid #222;
	display:block;
}
.sidebar>li .box .box-box a{
	background: #f4f4f4;
    border-bottom: 1px solid #ccc;
    padding: 12px 15px;
    font-size: 13px;
}
.sidebar>li .box li a img{padding-top:6px;}
.qiche-con li,.jianzhu-con ul li{
	border-bottom:1px solid #ccc;
}
.qiche-con li,.jianzhu-con ul li{align-items: center;}
.qiche-con li h3{
	font-size:24px;
	font-weight:500;
}
.qiche-con li p{
	font-size:16px;
	line-height:1.75;
}
.qiche-con li:last-child,.jianzhu-con>li>ul li:last-child{
	margin-bottom:0 !important;
	border-bottom:none;	
	padding-bottom:0 !important;
	}
.jianzhu-con h3{
    color: #0553cb;
    font-size: 22px;
    border-bottom: 2px solid #0553cb;
}
.jianzhu-con ul{overflow:hidden;}
.jianzhu-con ul li h4 {
    font-size: 22px;
    font-weight: 500;
}
.jianzhu-con ul li h4 span{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #18850a;
    color: #18850a;
    margin: 0 0 0 5px;
    padding: 3px 5px;
    position: relative;
    top: -3px;
}
.jianzhu-con ul li b {
    font-size: 18px;
    font-weight: 800;
}
.jianzhu-con ul li p {
    font-size: 18px;
	line-height:1.75;
}
.jianzhu-con ul li p.zysx{color:red;}
.gn-con{overflow:hidden;}
.gn-con li ul.row{
    border-bottom: 2px solid #ccc;
	padding-left: 26px;
}
.gn-con li ul.row li{
	cursor: pointer;
}
.gn-con li ul.row li:hover h4{
	color: #0553cb;
}
.gn-con li:last-child ul.row,.gn-con li:last-child ul.row li{
    border-bottom: none;
	padding-bottom:0 !important;
}
.gn-con h3{
	color: #0553cb;
    font-size: 22px;	
}
.gn-con p{
	padding-left:26px;
    font-size: 18px;	
}
.gn-con li ul.row li h4{
	font-size: 16px;
}
.gn-con li ul.row li h4 i{
	font-size: 20px;
}
.side-top{
    position: fixed;
    width: 50px;
    bottom: 50px;
    right: 10px;
    z-index: 1000;
}
.side-top a {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    display: block;
    cursor: pointer;
    background-color:#0551cb;
}
.f_top {
    display: block !important;
    font-size: 20px !important;
    color: #fff !important;
    line-height: 36px !important;
}