﻿@charset "utf-8";

/* 对齐 */
.text-center{
    text-align: center !important;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.margin-center {
    margin-left: auto;
    margin-right: auto;
}
/* display */
.ds-b {
    display: block;
}
.ds-n {
    display: none;
}
.ds-inb {
    display: inline-block;
}

/* 预设 */
body{
    font: 14px/24px 'Helvetica Neue','Microsoft Yahei',arial,helvetica,sans-serif;
    color: #303030;
}
a {
    text-decoration: none;
    transition:all 0.3s linear 0s;
}
.header ,.main ,.footer {
    width: 100%;
}
.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/* index.html */
.top {
    height:30px;
    line-height: 47px;
    background: #236ab2;
    border-bottom: 1px solid #c7c7c7;
    font-size: 14px;
    color: #fff;
}
.top a {
    display: block;
    float: right;
    padding-left: 33px;
    color: #fff;
    opacity: .6;
}
.top span {
    display: block;
    float: right;
    width: 1px;
    height: 11px;
    background: #7ba6d1;
    margin-top: 18px;
}
.top a.a1 {
    background: url(../images/cot.png) no-repeat 7px center;
}
.top a.a2 {
    background: url(../images/map.png) no-repeat 7px center;
    margin-right: 5px;
}
.top a:hover {
    opacity: 1;
}
.logo {
    display: block;
    background: url(../images/logo.png) no-repeat;
    margin-top: 22px;
    margin-bottom: 23px;
}
.logo a {
    display: block;
    width: 421px;
    height: 87px;
}
.top2 .text {
    margin-top: 50px;
    line-height: 1;
    color: #3e79f2;
}
.top2 .text span {
    display: block;
    font-size: 14px;
}
.top2 .text b {
    display: block;
    font-size: 24px;
    margin-top: 6px;
}
.top2 .ico {
    background: url(../images/tel.png) no-repeat;
    width: 47px;
    height: 47px;
    margin-top: 46px;
    margin-right: 10px;
}
.nav {
    background:black;
    height: 53px;
    line-height: 50px;
}
.nav li {
    float: left;
    width: 133px;
    padding-top: 13px;
}
.nav li span {
    display: block;
    float: left;
    width: 1px;
    height: 6px;
    background: #7e7d7d;
    margin-top: 23px;
}
.nav li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-bottom: 3px solid rgba(0,0,0,0);
}
.nav li a:hover, .nav li a.on {
    border-color: #5186f3;
}
#banner{width:100%;overflow:hidden;}
#banner .bannerCon{margin:0px auto;position:relative;}
#banner .bannerCon .before{background:rgba(0,0,0,0.7);position:absolute;z-index:100;}
#banner .bannerCon .before img{position:absolute;right:-60px;cursor:pointer;}
#banner .bannerCon .after{background:rgba(0,0,0,0.7);position:absolute;z-index:100;}
#banner .bannerCon .after img{position:absolute;left:-60px;cursor:pointer;}
#banner .bannerCon .scroll{position:relative;}
#banner .bannerCon .scroll .item{float:left;text-align: center;}
#banner .bannerCon .scroll .item .img-box{margin: auto;}
#banner .bannerCon .scroll .item .img-box img{display: inline-block; width: 100%;height: 100%;border-radius: 5px;}

.indexmain {
    background: url(../images/bk.jpg) no-repeat center center;
    height: 1159px;
}

.indexmain .list {
    padding-top: 77px;
}
.indexmain .list li {
    width: 308px;
    height: 274px;
    float: left;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-left: 92px;
    cursor: pointer;
    transition:all 0.3s linear 0s;
}
.indexmain .list li.li1 {
    margin-left: 0;
}
.indexmain .list li .bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 308px;
    height: 274px;
    background: url(../images/ico1.png) no-repeat center 64px;
    transition:all 0.3s linear 0s;
}
.indexmain .list li .txt1 {
    position: absolute;
    line-height: 1;
    width: 308px;
    font-size: 16px;
    color: #4f4f4f;
    text-align: center;
    left: 0;
    top: 210px;
    transition:all 0.3s linear 0s;
}
.indexmain .list li .bg2 {
    position: absolute;
    left: -80px;
    top: 20px;
    width: 308px;
    height: 274px;
    background: url(../images/1h.png) no-repeat center 90px;
    opacity: 0;
    transition:all 0.3s linear 0s;
}
.indexmain .list li .txt2 {
    position: absolute;
    left: 308px;
    top: 0;
    width: 308px;
    height: 274px;
    color: #fff;
    text-align: center;
    transition:all 0.3s linear 0s;
}
.indexmain .list li .txt2 .tit {
    line-height: 1;
    font-size: 16px;
    padding-top: 50px;
}
.indexmain .list li .txt2 .desc {
    padding: 40px;
    font-size: 14px;
    line-height: 24px;
}
.indexmain .list li.li2 .bg1 {
    background-image: url(../images/ico2.png);
}
.indexmain .list li.li3 .bg1 {
    background-image: url(../images/ico3.png);
}
.indexmain .list li.li2 .bg2 {
    background-image: url(../images/2h.png);
}
.indexmain .list li.li3 .bg2 {
    background-image: url(../images/3h.png);
}

.indexmain .list li:hover {
    background: #E30B20;
}
.indexmain .list li:hover .bg1 {
    left: 308px;
}
.indexmain .list li:hover .txt1 {
    left: -308px;
}
.indexmain .list li:hover .bg2 {
    left: 0;
    top: 0;
    opacity: 1;
}
.indexmain .list li:hover .txt2 {
    left: 0;
}
.indexmain .content {
    margin-top: 56px;
    background: #fff;
    height: 753px;
}
.indexmain .content .side {
    width: 297px;
}
.indexmain .content .side .tit {
    background: url(../images/tit.png) no-repeat center center;
    height: 179px;
    text-align: center;
    line-height: 1;
}
.indexmain .content .side .tit .cn {
    font-size: 36px;
    color: #fff;
    padding-top: 53px;
}
.indexmain .content .side .tit .en {
    font-size: 24px;
    color: #9cc3ed;
    padding-top: 10px;
}
.indexmain .content .side .list2 {
    height: 466px;
    border-left: 2px solid #d2d2d2;
    border-right: 2px solid #d2d2d2;
    border-bottom: 2px solid #d2d2d2;
}
.indexmain .content .side .list2 li {
    height: 142px;
}
.indexmain .content .side .list2 li a {
    display: block;
    height: 102px;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 24px;
    line-height: 30px;
    border-bottom: 1px dashed #a6a6a6;
    padding-top: 40px;
    color: #017aff;
}
.indexmain .content .side .list2 li:last-child a {
    border: 0;
}
.indexmain .content .article2 {
    width: 860px;
    margin-right: 15px;
}
.indexmain .content .article2 .title {
    height: 74px;
    line-height: 1;
    border-bottom: 2px solid #d2d2d2;
    overflow: hidden;
}
.indexmain .content .article2 .title .cn {
    font-size: 36px;
    color: #017aff;
    margin-top: 18px;
}
.indexmain .content .article2 .title .en {
    font-size: 24px;
    color: #aeaeae;
    margin-top: 35px;
    margin-left: 5px;
}
.indexmain .content .article2 .cts1 img {
    display: block;
    margin: 15px auto;
}
.indexmain .content .article2 .cts1 span {
    display: block;
    line-height: 1;
    text-align: center;
    margin-top: 12px;
    font-size: 24px;
    color: #017aff;
}
.friend {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #4c4c4c;
    background: #dfdfdf;
}
.friend span {
    padding-left: 20px;
    background: url(../images/friend.png) no-repeat 0 center;
}
.friend a {
    margin-left: 20px;
    color: #4c4c4c;
}
.friend a:hover {
    text-decoration: underline;
}

/*footer*/

.footer_w{ width: 100%; height: 354px;background: #cacaca;  box-sizing: content-box;}
.footer_cn{ width: 1200px; height: 250px; margin: auto; line-height: 30px;}
.footer1 , .footer2{ width: 360px; float: left; margin-right: 20px; color: #616161;}
.footer1 a { color: #616161; }
.footer_cn h2{ height: 75px; line-height: 75px; border-bottom: 1px solid #a8a8a8; font-size: 16px; margin-bottom: 10px;}
.footer1 ul{  width: 160px; }
.footer1 li{  width: 80px; float: left;}
.footer2 span{ font-size: 26px; font-weight: bold;}


.footer_code{ width: 250px; height: 250px;   float: right; text-align: center; padding: 65px; box-sizing: border-box; color: #999999;}

.footer_icp{ width: 1200px; margin: auto; border-top: 1px solid #a8a8a8; color: #949494; line-height: 40px;}
.footer_icp a{ float: right; color: #949494; }





.location {
    background: #efefef;
}
.location ,.location a {
    line-height: 40px;
    font-size: 14px;
    color: #656565;
}
.pro {
    margin-top: 30px;
}
.sidebar {
    width: 260px;
    margin-bottom: 40px;
}
.sidebar .title {
    padding-top: 38px;
    height: 84px;
    padding-left: 40px;
    background: #0E5BB1;
    border-top: 5px solid #d50919;
    color: #fff;
    line-height: 1;
}
.sidebar .title .en {
    font-size: 22px;
}
.sidebar .title .cn {
    font-size: 18px;
    margin-top: 12px;
}
.sidebar .list {
    padding-bottom: 26px;
    background: #e5e5e5;
    margin-bottom: 39px;
    min-height: 205px;
}
.sidebar .list li {
    border-bottom: 1px solid #d9dadd;
}
.sidebar .list a {
    display: block;
    border-left: 6px solid #e5e5e5;
    padding-left: 10px;
    line-height: 43px;
    font-size: 16px;
    color: #153369;
}
.sidebar .list a.son {
    line-height: 30px;
    font-size: 14px;
    padding-left: 25px;
}
.sidebar .list a:hover, .sidebar .list a.current {
    background: #fff;
    border-color: #d50919;
}
.sidebar .det {
    background: #e5e5e5;
    padding: 25px;
    background: #e5e5e5;
    font-size: 14px;
    color: #393939;
    line-height: 30px;
}


.article .lists li {width:278px;height:275px; text-align:center;float: left; margin-right:10px; margin-left: 10px; margin-bottom: 20px; border: 1px solid #d2d2d2;transition:all 0.3s linear 0s; }
.article .lists li p {
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    font-size: 14px;
    color: #555;
    transition:all 0.3s linear 0s;
}
.article .lists li:hover {
    border-color: #0E5BB1;
}
.article .lists li:hover p {
    background: #0E5BB1;
    color: #fff;
}



.article {
    width:900px;
    margin-bottom: 60px;
}
.article img {
    max-width: 900px;
}
.article .cat {
    line-height: 35px;
    font-size: 16px;
    border-bottom: 3px solid #0E5BB1;
    font-weight: bold;
    margin-bottom: 25px;
    overflow: hidden;
}
.article .cat span {
    display: block;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    background: #0E5BB1;
    color: #fff;
}
.article .cat .sanjiao {
    display: block;
    width: 0;
    height: 0;
    float: left;
    border-bottom: 35px solid #0E5BB1;
    border-left: 0px solid transparent;
    border-right: 14px solid transparent;
}

.article .newslist li {
    border-bottom: 1px dashed #ccc;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 14px;
}
.article .newslist li a {
    color: #7a7a7a;
}
.article .newslist li .name {
    color: #303030;
    transition:all 0.3s linear 0s;
    margin-bottom: 10px;
    font-size: 16px;
}
.article .newslist li a:hover .name {
    color: #0E5BB1;
}
.article .newslist li .time {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    background: #7a7a7a;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    transition:all 0.3s linear 0s;
}
.article .newslist li a:hover .time {
    background: #0E5BB1;

}

.page {
    width: 100%;
    margin-top: 40px;
    line-height: 31px;
    text-align: center;
}
.page a {
    color: #fff;
    background: #0B4499;
    border-radius: 5px;
    padding: 7px;
}
.page span.current {
    background: #FF6600;
    color: #fff;
    border-radius: 5px;
    padding: 7px;
}


.prev_next {
    margin-top: 20px;
}
.prev_next , .prev_next a {
    color: #7a7a7a;
}

.product_con{ width: 100%; float: left; padding-top:20px; position: relative; }
.product_con .hd ul {
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 1;
}
.product_con .hd ul li {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #d6d6d6;
    margin: 5px;
    cursor: pointer;
}
.product_con .hd ul li.on {
    background: #017AFF;
}

.left1{ float:left;}
#fczs_gd{width:800px;height: auto;float:left;overflow:hidden;}
#fczs_gd ul{width:850px;height: auto; }
#fczs_gd ul li{width:850px;height:550px;float:left;text-align:center; margin-right:22px; margin-bottom: 20px; position: relative; overflow: hidden; }
#fczs_gd ul li a{ width:850px;height: 550px; float:left;}
#fczs_gd ul li img{ width:850px; height:550px;}
#fczs_gd ul li span{ width: 100%; height: 35px; display: block; background: rgba(0,0,0,.5); font-size: 14px; color: #f8f8f8; text-align: center;
    line-height: 35px; position: absolute; bottom: 0;}
#fczs_gd ul li a:hover span{ color: #017AFF;}

.article h1 {
    font-size: 16px;
}



