/*清除默认样式*/
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;font-weight: normal;}
fieldset,img{border:0;}
img{vertical-align:middle;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:13px;font-family:inherit;margin:0;outline:none;resize:none;border:none;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;}
body{color:#333;font-size:13px;line-height:24px;font-family:"微软雅黑","宋体", Arial, Helvetica, sans-serif; }
body a{color:#666;text-decoration:none;outline:none;}
a:hover {text-decoration: none;}


/*html5 初始化新标签的CSS*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
/*清除浮动*/
.clearfix:after {clear: both; content: ""; display:block; height: 0; overflow: hidden; visibility: hidden; }
.clearfix { zoom:1;}

/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.erp{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.center{text-align:center;}
.normal{font-weight:normal;}
.box-size{box-sizing: border-box;}
.wrap{width:100%;overflow:hidden;}
.inner {width:1100px;margin:0 auto;}

/*头部*/
header .top {
    background:#f6f6f6;
    border-bottom: 1px solid #ccc;
}
header .top .left {
    float:left;
    width:30%;
}
header .top .right {
    float:right;
    width:40%;
    text-align: right;
}
header .top .right span {
    padding:0 10px;
}
header .top .right span:hover a {
    color: #023894;
}
.header {
    padding:18px 0 7px 0;
}
.header .logo {
    width:300px;
}
.header .menu {
    width:800px;
}
.header .menu .info .about {
    float:left;
    width:50%;
    font-size: 18px;
    color:#023894;
    font-weight: 600;
    padding-left: 45px;
}
.header .menu .info .tel {
    float:right;
    width:34%;
    font-size: 18px;
}
.header .menu .info .tel span {
    color:#023894;
    font-weight: 600;
}
.header .menu .nav {
    text-align: right;
}
.header .menu .nav li {
    display:inline-block;
    padding:13px 26px;
    margin-top: 10px;
}
.header .menu .nav li a {
    color:#363636;
    font-size: 15px;
}
.header .menu .nav li:hover a,.header .menu .nav li.cur a,.header .menu .nav li .cur{
    color: #023894;
}


/*HOME主体*/
.box {
    background:none;
}
.inner-box {
    background:#fff;
}
.inner-box {
    width:1100px;
    margin:0 auto;
    background:#fff;
}
/*HOME标题*/
.inner-box .home-title {
    text-align: center;
}
.inner-box .home-title h2 {
    font-size: 24px;
    color:#023894;
    font-weight: bold;
    padding:40px 0 20px 0;
}
.inner-box .home-title p {
    font-size: 12px;
    padding:0 320px;
    text-transform: uppercase;
}

/*HOME栏目标题*/
.column-title  {
    width:300px;
    padding:15px 0;
    margin:0 auto;
    text-align: center;
}
.column-title .icon {
    width:30%;
}
.column-title .icon img {
    width:70%;
}
.column-title .txt {
    width:70%;
}
.column-title .txt h3 {
    color:#000;
    font-size: 28px;
}
.column-title .txt p {
    color:#aaa9af;
    font-size: 16px;
    line-height: 50px;
}

/*HOME产品*/
.home-pro {
    padding:30px 0;
}
.product-box {
    width:1080px;
    padding:10px 10px;
}
.product-box .product-left {
    float:left;
    width:210px;
}
.product-box .product-left .title {
    height: 75px;
    width: 210px;
    line-height: 64px;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    background:#034291;
}
.product-box .product-left .one {
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    background:#c7c7c7 url(../images/more-icon.svg) no-repeat 180px center;
	background-size: auto 26%;
    overflow: hidden;
}
.product-box .product-left .one a {
    font-size: 14px;
    font-weight: bold;
}
.product-box .product-left .two {
	display:none;
}
.product-box .product-left .two li {
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom:1px dotted #ccc ;
    background:#d6d6d6;
    padding-left: 25px;
}
.product-box .product-right {
    float:right;
    width:830px;
    border: 1px solid  #ccc;

}
.product-box .product-right .photos img{
    width:100%;
}

.product-box .product-right .txt .info {
    height:185px;
    background:#f6f6f6;
    padding:0 15px;
}
.product-box .product-right .txt .info h2 {
    color:#000;
    font-size: 24px;
    padding:15px 0;

}
.product-box .product-right .txt .info p {
    font-size: 14px;
    color:#3a3a3a;
    padding:5px 0 5px 0;
    border-top:1px solid #ccc;
	min-height:80px;
}
.product-box .product-right .txt .info a {
    display: block;
    width:150px;
    padding: 5px 30px;
    background: #034291;
    color: #fff;
    text-align: center;    
}
.product-box .product-right .txt .advantage .list {
    float:left;
    width:50%;
    padding:10px 0;
}
.product-box .product-right .txt .advantage .list .photos {
    float:left;
    width:40%;
}
.product-box .product-right .txt .advantage .list .photos span {
    display:block;
    width:120px;
    height:120px;
    overflow:hidden;
    border-radius: 50%;
    margin:0 auto;
}
.product-box .product-right .txt .advantage .list .txt {
    float:left;
    width:60%;
}
.product-box .product-right .txt .advantage .list .txt h4 {
    font-size: 16px;
    color:#3a3a3a;
    font-weight: bold;
}
.product-box .product-right .txt .advantage .list .txt p {
    font-size: 12px;
}
.product-box .product-right .txt .advantage {}

/*HOME视频播放*/
.video-box {
	position:relative;
}
.home-video {
	display: block;
    position: absolute;
    top: 277px;
    left: 0;
    z-index: 999;
    width: 800px;
}


/*HOME案例轮播*/
.index-case {background:none;}
.case-box {
    width:1100px;
    margin:0 auto;
    background:#fff;
    padding:20px 0;
}
.home-case {background:#f6f6f6;}
.scroll_horizontal{position:relative;width:100%;height:320px;padding:0;line-height:20px;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:100%;height:320px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:400px;text-align:center;}
.scroll_horizontal .list li .img {display:block;width:400px;height:275px;overflow: hidden;}
.scroll_horizontal .list li .title {display:block;padding:10px 0;}
.scroll_horizontal .list img{width:400px;height:275px;transition: all 0.5s;}
.scroll_horizontal .list li:hover img{ transform:scale(1.18);}
.scroll_horizontal .list li:hover a {color: #023894;}
.scroll_horizontal .plus,
.scroll_horizontal .minus{overflow: hidden;display: block;float: left;background-position: center;background-repeat: no-repeat;position: absolute;z-index: 0;cursor:pointer;top:0;}
.scroll_horizontal .plus{width: 50px;height:50px;margin-top: 130px;margin-right: 20%;background-image: url(../images/right.png);right: 0px;background-size:cover;}
.scroll_horizontal .minus{width: 50px;height:50px;margin-top: 130px;margin-left: 20%;background-image: url(../images/left.png);left: 0px;background-size:cover;}


/*HOME 新闻资讯*/
.homenews {padding-top:30px;}
.inews{padding-bottom: 60px;width:520px;}
.inews .title{width: 100%;height: 22px;line-height: 22px;margin-bottom: 28px;}
.inews .title h3{font-size: 22px;font-weight: bold;color: #023894;}
.inews .title h3 s{width: 4px;height: 22px;display: inline-block;vertical-align: top;margin-right: 10px;background: #023894;}
.inews .title a{color: #023894;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;}
.inews .title a:hover{text-decoration: underline;}
.inews .newslist{line-height: 55px;}
.inews .newslist li{width: 100%;height: 55px;line-height: 55px;overflow: hidden;border-bottom: 1px dashed #d4d4d4;}
.inews .newslist li a{width: 100%;display: block;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;}
.inews .newslist li .time{color: #999999;float: right;font-weight: normal;}
.inews .newslist li:hover a {color: #023894;}
/*首页荣誉证书轮播*/
.home-honor {
	width:1130px;
	min-height:300px;
	margin:0 auto;
	background:#fff;
	}
.home-honor .scroll_horizontal{position:relative;width:100%;height:320px;padding:0;line-height:20px;}
.home-honor .scroll_horizontal .box{overflow:hidden;position:relative;width:100%;height:320px;margin:0 auto;}
.home-honor .scroll_horizontal .list{overflow:hidden;width:9999px;}
.home-honor .scroll_horizontal .list li{float:left;width:400px;text-align:center;padding: 30px;overflow: hidden;}
.home-honor .scroll_horizontal .list li .img {display:block;width:100%;*height:275px;overflow: hidden;}
.home-honor .scroll_horizontal .list li .title {display:block;padding:10px 0;}
.home-honor .scroll_horizontal .list img{width:100%;transition: all 0.5s;}
.home-honor .scroll_horizontal .list li:hover img{ transform:scale(1.18);}
.home-honor .scroll_horizontal .list li:hover a {color: #023894;}
.home-honor .scroll_horizontal .plus,
.home-honor .scroll_horizontal .minus{overflow: hidden;display: block;float: left;background-position: center;background-repeat: no-repeat;position: absolute;z-index: 0;cursor:pointer;top:0;}
.home-honor .scroll_horizontal .plus{width: 50px;height:50px;margin-top: 130px;margin-right: 20%;background-image: url(../images/right.png);right: 0px;background-size:cover;}
.home-honor .scroll_horizontal .minus{width: 50px;height:50px;margin-top: 130px;margin-left: 20%;background-image: url(../images/left.png);left: 0px;background-size:cover;}

/*网站尾部*/
.footer{
    background: #394048;
    padding: 2em 0;
}
.footer .foot-nav {
    float: left;
    padding:0 10px;
    color:#fff;
    min-width: 100px;
}
.footer .foot-nav h3 {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}
.footer .foot-nav li {
    padding-top: 6px;
    font-size: 14px;
}
.footer .foot-nav li a {
    color:#fff;
}
.foot-tel {
    float:left;
    width:300px;
    padding-left: 100px;
}
.foot-tel .t1 {
    font-size: 16px;
    color:#fff;
    padding-bottom: 20px;
}
.foot-tel .t2 {
    font-size: 30px;
    color:#fff;
}
.footer .foot-right {
    float:left;
    width:250px;
}

.foot-right .weixin {
     float:left;
     width:100px;
     text-align: center;
     color:#fff;
     margin-left: 15px;
}
.foot-right .weixin p  {
    padding:10px 0;
}
.foot-right .weixin img  {
    max-width:100%;
}

.copy {
    height: 58px;
	padding:10px 0;
	box-sizing: border-box;
    text-align: left;
    background: #26292f;
    color: #FFF;
}
.copy span {
    padding:0 10px;
}
.copy span a {
    color:#fff;
}


/*留言浮窗*/
.fix {
    background: #ffffff;
    width: 140px;
    right: 0px;
    bottom: 100px;
    border: 1px solid #f6f6f6;
    position: fixed;
    z-index: 1000;
    text-align: center;
    padding:10px 0;
}
.fix span{
    display: block;
    position: absolute;
    padding: 10px;
    right: 0px;
    top: -12px;
    cursor: pointer;
    font-size: 16px;
    color: #023894;
}
.fix h3 {
    color: #023894;
    font-size: 22px;
    padding: 10px 0;
}
.fix .mark{
    margin: 10px auto 0;
}
.fix .mark img {
    width:110px;
    height:110px;
}
.fix h4 {
    color: #023894;
    font-size: 20px;
    font-family: 'Arial';
    margin: 10px auto 0;
}

.fix .list {
    padding:10px 0;
}
.fix .list a {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    width: 104px;
    color: #000;
	background: url(../images/qq.png) no-repeat 5% center #b3e5fc;
}
.fix .input form input {
    width: 132px;
    background: #ffffff;
    border: 1px solid #cdcdcd;
    height: 25px;
    line-height: 25px;
    margin: 0 auto 10px;
}
.fix .input form button {
    color: #ffffff;
    width: 132px;
    background-color: #023894;
    height: 28px;
    line-height: 26px;
    font-size: 14px;
    margin: 0 auto 10px;
}

.fix-logo img {
    max-width: 100%;
}

/*友情链接*/
.footer-link {
	padding:5px 0;
	box-sizing: border-box;
    text-align: left;
    background: #383e44;
    color: #FFF;
}
.footer-link  a,.footer-link  a:hover {
    color:#fff;
	padding:0 5px;
}