@charset "UTF-8";
html,body,div,ol,ul,li,ol,h1,h2,h3,h4,p,dl,dt,dd,form,a,input,textarea,select,label,img {margin: 0;padding: 0;font-weight: normal;}
body,button,input,select,textarea {font-family:  "微软雅黑", arial,'宋体';font-size: 14px;}
body {color: #444;background-color: #fff;min-width: 320px;}
a{text-decoration: none;color: #444;}
a:hover {text-decoration: none;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;transition: all 0.3s linear;color: #fc7425;}
a:focus {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
}
img {border: 0;vertical-align: top;}
ul,ol,li {list-style: none;}
a,a:focus,input,input:focus {outline: none;}

/*返回顶部*/
.cbbfixed {
  position: fixed;
  transition: bottom ease .3s;
  bottom: 70px;
  right: -85px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cbbfixed .cbbtn {width: 36px;height: 36px;display: block;background-color: #179BD7;}
.cbbfixed .gotop {transition: background-color ease 0.3s;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.cbbfixed .gotop .up-icon {float: left;margin: 12px 0 0 6px;width: 23px;height: 12px;background: url(../images/side-icon02.png);}
.cbbfixed .gotop:hover {background-color: #189c3e;}


.banner{max-width: 1920px; margin: auto;}
.banner img{display: block; width: 100%; height: auto;}

.info-bar-bg{max-width: 1920px; margin: auto; background: #179BD7;}
.info-bar{max-width: 1200px; margin: auto; padding: 10px 0px;}
.info-bar li{float: left;}
.info-bar li:nth-child(1){width: 25%;}
.info-bar li:nth-child(2){width: 45%;}
.info-bar li:nth-child(3){width: 30%;}
.col-sm-3{display: block; overflow: hidden; border-right: rgba(0,0,0,0.1) 1px solid; padding: 20px;}
.info-bar li:nth-child(3) .col-sm-3{border-right: none}
.fa-chart{width: 38px; height: 38px; margin-right: 10px; float: left;}
.col-sm-3 h3{font-size: 16px; color: #fff; font-weight: bold; line-height: 20px;}
.col-sm-3 p{font-size: 12px; line-height: 18px; color: #fff;}

.hom_box{max-width: 1200px; margin: auto; margin-top: 40px;}
.hom_box_left{width: 820px; float: left;}
.hom_box_left h3{line-height: 48px; color: #333; font-weight: bold; text-align: center; font-size: 24px; position: relative;}
.hom_box_left h3:before{height: 48px; width: 130px; background: #fff; content: " ";position: absolute; top: 0; left: 50%; margin-left: -65px; z-index: -1;}
.hom_box_left h3:after{content: " "; position: absolute; width: 100%; height: 1px; background: #ccc; top: 24px; left: 0; z-index: -2;}
.hom_box_left p{line-height: 24px; font-size: 14px; color: #666; padding-top: 10px;}
.hom_box_right{width: 340px; float: right;}
.hom_zbdwei{border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
.hom_zbdwei:last-child{border-bottom: 1px solid #ddd;}
.hom_zbdwei h3{font-size: 18px; background: #f5f5f5; padding-left: 20px; font-weight:  600; color: #333; line-height: 42px; border-top: 4px solid #179bd7; border-bottom: 1px solid #ddd;}
.hom_zbdwei ul{padding: 15px 20px;}
.hom_zbdwei li{font-size: 14px; color: #666; line-height: 24px;}

.hom_zqhf_bg{max-width: 1920px; margin: auto; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; padding: 40px 0px; background: #f4f8f9; margin-top: 40px;}
.hom_zqhf{max-width: 1200px; margin: auto;}
.hom_h1_title{line-height: 48px; color: #333; font-weight: bold; text-align: center; font-size: 24px; position: relative;}
.hom_h1_title:after{height: 4px; width: 48px; background: #179bd7; content: " ";position: absolute; bottom: 0; left: 50%; margin-left: -24px; border-radius: 2px;}
.hom_zqhf li{width: 48%; margin: 30px 0px; float: left; background: #d4473a; border-radius: 3px; margin-right: 4%; min-height: 230px;}
.hom_zqhf li:nth-child(2n){margin-right: 0px;}
.hom_zqhf li:nth-child(2){background: #02599b;}
.hom_zqhf li:nth-child(3){background: #359145;}
.hom_zqhf li:nth-child(4){background: #fec332;}
.box-icon{padding: 45px 15px 15px 15px;}
.box-icon-title h2{font-size: 18px;line-height: 35px; color: #fff; font-weight: bold; text-align: center;}
.box-icon p{font-size: 14px; line-height: 24px; color: #fff; text-align: center; margin: 15px 0px;}

.hom_news{max-width: 1200px; margin: auto; margin-top: 40px;}
.hom_news_left{margin-top: 30px; width: 48%; float: left;}
.hom_news_left dl{position: relative;}
.hom_news_left dt img{width: 100%; height: auto; display: block;}
.hom_news_left dt{overflow: hidden; display: block;}
.hom_news_left dt img{
		overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 0.30s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 0.30s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0.30s;
    -webkit-transition-duration: 0.30s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 0.30s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.hom_news_left dl a:hover img{transform: scale(1.2, 1.2);	
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2, 1.2);
	display: block;
	transition: all 0.3s linear;
	}
.hom_news_left dd{display: block; position: absolute; line-height: 50px; left: 0; right: 0; padding-left: 20px; color: #fff; font-size: 16px; bottom: 0; background: rgba(0,0,0,0.8);}
.hom_news_right{margin-top: 30px; width: 48%; float: right;}
.hom_news_right ul{padding-top: 10px;}
.hom_news_right li{line-height: 36px;}
.hom_news_right li a{font-size: 16px; color: #60749F;}
.hom_news_right li a:hover{color: #179BD7;}
.news_icon img{display: inline-block; vertical-align: middle; margin-bottom: 4px; margin-right: 8px;}

.hom_pic_bg{max-width: 1920px; margin: auto; background: #fafafa; border-top: 1px solid #cccccc; padding: 40px 0px; margin-top: 40px;}
.hom_pic{max-width: 1200px;margin: auto;}
.hom_pic ul{padding-top: 30px;}
.hom_pic li{float: left;width: 23.5%;margin-bottom:20px; position: relative; margin-right: 2%;}
.hom_pic li:nth-child(4n){margin-right: 0px;}
.hom_pic li img{max-width: 100%;margin: auto;display: block;}
.hom_pic li a{overflow: hidden; display: block;}
.hom_pic li img {
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 0.30s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 0.30s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0.30s;
    -webkit-transition-duration: 0.30s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 0.30s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.hom_pic li a:hover img{transform: scale(1.2, 1.2);	
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2, 1.2);
	display: block;
	}
	
.footer{max-width: 1920px; padding: 20px 0px; margin: auto; background: linear-gradient(to bottom, #555555 0%,#313131 100%);}
.copy{max-width: 1200px; margin: auto; text-align: center; color: rgba(255,255,255,0.6); font-size: 14px; line-height: 30px;}
.footer a{color: rgba(255,255,255,0.6); font-size: 14px; display: inline-block; padding: 0px 10px;}

@media (max-width:768px){
.info-bar{padding: 10px 20px;}
.info-bar li{float: none;}
.info-bar li{width: 100% !important;}
.col-sm-3{border-right: none; padding: 10px 0px;}
.col-sm-3 h3{font-size: 14px; line-height: 20px;}

.hom_box{margin: 0px 20px; margin-top: 20px;}
.hom_box_left{width: 100%; float: none; margin-bottom: 20px;}
.hom_box_left h3{line-height: 36px; font-size: 18px;}
.hom_box_left h3:before{height: 36px; width: 100px; margin-left: -50px;}
.hom_box_left h3:after{top: 16px;}
.hom_box_left p{line-height: 24px; font-size: 12px; padding-top: 10px;}
.hom_box_right{width: 100%; float: none;}
.hom_zbdwei{border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
.hom_zbdwei h3{font-size: 16px; line-height: 36px; border-top: 3px solid #179bd7;}
.hom_zbdwei ul{padding: 10px 10px;}

.hom_zqhf_bg{padding: 30px 0px 10px; margin-top: 30px;}
.hom_zqhf{margin: 0px 20px;}
.hom_h1_title{line-height: 36px; font-size: 18px;}
.hom_h1_title:after{height: 3px; width: 36px; margin-left: -18px;}
.hom_zqhf li{width: 100%; margin: 10px 0px; margin-right: 0px; min-height: auto;}
.box-icon{padding: 15px 15px 15px 15px;}
.box-icon-title h2{font-size: 16px;line-height: 30px;}
.box-icon p{margin: 10px 0px;}

.hom_news{margin: 0px 20px; margin-top: 30px;}
.hom_news_left{margin-top: 20px; width: 100%; float: none;}
.hom_news_left dd{line-height: 42px; padding: 0px 20px; font-size: 14px;}
.hom_news_right{margin-top: 20px; width: 100%; float: none;}
.hom_news_right ul{padding-top: 0px;}
.hom_news_right li{line-height: 36px; height: 36px; overflow: hidden;}
.hom_news_right li a{font-size: 14px; color: #60749F;}
.news_icon img{margin-bottom: 4px; margin-right: 0;}

.hom_pic_bg{padding: 30px 0px; margin-top: 30px;}
.hom_pic{margin: 0px 20px;}
.hom_pic ul {padding-top: 20px;}
.hom_pic li{float: left;width: 48%;margin-bottom:20px; margin-right: 4%;}
.hom_pic li:nth-child(2n){margin-right: 0px;}
}