﻿.banner  {
    position: relative;
    overflow: hidden;
    height: 410px;
}
.banner .carousel_list {
    width: 600%;
    /* 清除浮动 */
    overflow: hidden;
    transition: transform .5s ease 0s;
}
.banner .carousel_list li{
    float: left;
    width: 16.666%;
}
.banner .carousel_list li img {
    height: 410px;
    width: 100%;
    /* 白边的处理 */
    vertical-align: middle;
}
.banner .circles {
    width: 100px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
    z-index: 9999;
}
.banner .circles li {
    float: left;
    width: 10px;
    height: 10px;
    background-color:#0F319E;
    margin-right: 10px;
    border-radius: 10px;
    transition: all .5s ease 0s;
    /* 鼠标指针变为小手 */
    cursor: pointer;
}
.banner .circles li:last-child {
    margin-right: 0;
}
.banner .circles li.current {
    width: 20px;
    background-color: #051F7D;
}
.banner .title{
    position: absolute;
    left: 50%;
    margin-left:-700px;
    top: 50%;
    margin-top: -175px;
    width: 1400px;
    height: 350px;

    border-radius: 35px;
}
.banner .title h1{
    font-family: FZCSJW;
    font-size: 150px;
    color: #0f319e;
    Letter-spacing: 0.2em;
    text-align: center;
    height: 200px;
    line-height: 310px;
    text-shadow: 3px 5px 0 rgb(255, 255, 255), 1px 2px 0 rgb(255, 255, 255),1px -2px 0 rgb(255, 255, 255),-1px -2px 0 rgb(255, 255, 255); 
}
.banner .title h5{
    font-family: FZCSJW;
    font-size: 40px;
    color: #0f319e;
    Letter-spacing: 0.3em;
    text-align: center;
    line-height: 130px;
    text-shadow: 3px 5px 0 rgb(255, 255, 255), 1px 2px 0 rgb(255, 255, 255),1px -2px 0 rgb(255, 255, 255),-1px -2px 0 rgb(255, 255, 255); 

}


nav{
    width: 100%;
    background: #051F7D;
    height:60px;
    overflow: hidden;
}
nav .list li{
    width: 350px;
    height: 60px;
    background-color: #051F7D;
    float: left;
    text-align: center;
    transition: background-color 0.7s ease 0s;
}
nav .list li:hover,nav .list .on{
    background-color: #0F319E; 
}
nav .list li a{
    color: #fff;
    font-size: 35px;
    font-family: FZCSJW;
    display: block;
    line-height: 65px;
    height: 60px;
}
.part1{
    position: relative;
    overflow: hidden;
    height:400px;
}
.part1 .tab_list{
    width: 640px;
    position: absolute;
    bottom: 20px;
    right: 10px;
}
.part1 .tab_list ul li{
    float: left;
    width: 80px;
    height: 35px;
    background: #E3E3E3;
    margin-right: 10px;
    text-align: center;
    font-size: 22px;
    color: #00558F;
    line-height: 35px;
    display: block;
}
.part1 .tab_list ul .choose{
    font-weight: bold;
}
.part1 .tab_list ul li:hover{
    font-weight: bold;
}



.part1 .fl_l{
    width: 700px;
    height: 400px;
    float: left;
}
.part1 video{
    width: 700px;
    height: 400px;
}
.part1 .fl_r{
    width: 680px;
    height: 400px;
    float: right;
    background-color: #fff;
}
.part1 .fl_r .region{
    width: 640px;
    height: 65px;
    margin: auto;
    border-bottom: 3px solid #00558F;
    line-height: 65px;
}
.part1 .fl_r .region span{
    color: #00558F;
    font-size: 26px;
    font-weight: bold;
    border-left: 6px solid #00558F;
    padding-left: 10px;
}
.part1 .fl_r .brief{
    width: 640px;
    height: 193px;
    margin: auto;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 35px;
    overflow: visible;
 	text-overflow: inherit; 
     display: block;
}
.part1 .fl_r .more{
    width: 130px;
    font-size: 18px;
    font-weight: 400;
    color: #DA0000;
    float: right;
    display: block;
}

.part2 .module1{
    width: 700px;
    height: 313px;
    background: #FFFFFF;
    border-top: #00558F solid 4px;
    float: left;
}
.part2 .module1 .title{
    width: 650px;
    height: 40px;
    background: #E8E8E8;
    border-radius: 5px;
    margin: auto;
    margin-top: 10px;
}
.part2 .module1 .title a{
    width: 24px;
    height: 24px;
    background: url(tznx_more.png) no-repeat;
    float: right;
    margin: 8px 20px;
}
.part2 .module1 .title span{
    height: 40px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #00558F;
    line-height: 40px;
    border-left: 5px solid #00558F;
    padding: 0 10px;
    margin: 0 10px;
}
.part2 .module1 .list{
    width: 650px;
    margin: 15px auto;
}
.part2 .module1 .list li{
    padding-left: 45px;
    height: 40px;
    line-height: 40px;
}
.part2 .module1 .list li::before{
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-top-color: rgb(87, 16, 16);
}
.part2 .module1 .list li a{
    font-size: 16px;
    color: #333; 
    max-width: 450px;
    overflow: hidden;  
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: left;
    transition:color .5s ease 0s;
}
.part2 .module1 .list li span{
    font-size: 16px;
    color: #333; 
    float: right;
    transition:color .5s ease 0s;
}
.part2 .module1 .list li{
    padding-right: 20px;
    position: relative;
}
.part2 .module1 .list li::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border:3px solid #d1d1d1;
    top: 14px;
    left:18px;
    border-radius: 50%;
    color: #fff;
    transition: border-color .5s ease 0s;
}
.part2 .module1 .list li:hover::before{
     border-color: #00558F;
}
.part2 .module1 .list li:hover a,.part2 .module1 .list li:hover span{
    color: #00558F;
}


.part2 .module2{
    width: 680px;
    height: 313px;
    background: #FFFFFF;
    border-top: #00558F solid 4px;
    float: right;
}
.part2 .module2 .title{
    width: 650px;
    height: 40px;
    background: #E8E8E8;
    border-radius: 5px;
    margin: auto;
    margin-top: 10px;
}
.part2 .module2 .title a{
    width: 24px;
    height: 24px;
    background: url(tznx_more.png) no-repeat;
    float: right;
    margin: 8px 20px;
}
.part2 .module2 .title span{
    height: 40px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #00558F;
    line-height: 40px;
    border-left: 5px solid #00558F;
    padding: 0 10px;
    margin: 0 10px;
}
.part2 .module2 .list{
    width: 650px;
    margin: 15px auto;
}
.part2 .module2 .list li{
    padding-left: 45px;
    height: 40px;
    line-height: 40px;
}
.part2 .module2 .list li::before{
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-top-color: rgb(87, 16, 16);
}
.part2 .module2 .list li a{
    font-size: 16px;
    color: #333; 
    max-width: 450px;
    overflow: hidden;  
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: left;
    transition:color .5s ease 0s;
}
.part2 .module2 .list li span{
    font-size: 16px;
    color: #333; 
    float: right;
    transition:color .5s ease 0s;
}
.part2 .module2 .list li{
    padding-right: 20px;
    position: relative;
}
.part2 .module2 .list li::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border:3px solid #d1d1d1;
    top: 14px;
    left:18px;
    border-radius: 50%;
    color: #fff;
    transition: border-color .5s ease 0s;
}
.part2 .module2 .list li:hover::before{
     border-color: #00558F;
}
.part2 .module2 .list li:hover a,.part2 .module2 .list li:hover span{
    color: #00558F;
}

.part3{
    background-color: #fff;
    height: auto;
}
.part3 h1{
    width: 1400px;
    height: 80px;
    background: #00558F;
    color: #fff;
    font-family: FZCSJW;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    letter-spacing: 0.5em;
}
.part3 .industry{
    width: 1400px;
    overflow: hidden;
}
.part3 .industry ul{
    margin: 0 20px;
}
.part3 .industry ul li{
    position: relative;
    width: 440px;
    height: 180px;
    float: left;
    margin-top:15px;
    margin-right: 20px;
    overflow: hidden;
}
.part3 .industry ul li:nth-child(3n){
    margin-right: 0;
}
.part3 .industry ul li a{
    display: block;
    color: #fff;
    font-size: 45px;
    font-family: FZCSJW;
    text-align: center;
    height: 180px;
    width: 440px;
    position: absolute;
    line-height: 180px;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 1s ease 0s;
}
.part3 .industry ul li:hover a{
    background-color: rgba(0, 0, 0, 0.0);
}
.part3 .industry ul li a p{
    font-size: 24px;
    display: block;
    height: 40px;
}
.part3 .industry ul li img{
    width: 440px;
    height: 180px;
    transition: transform 0.5s ease 0s;
}
/*重点产业切换*/
.part3 .switch_box{
    position: relative;
    margin: 20px 0;
    height:622px;
    width:1400px;
    overflow: hidden;
}
.part3 .switch{
    width: 300px;
    height: 562px;
    background: #F1F1F1;
    margin: 60px 20px;
    float: left;
}
.part3 .option{
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2C2C2C;
    position: absolute;
    background-color: #F1F1F1;
    left: 20px;
    padding-left: 20px;
}
.part3 .switch li{
    height: 56px;
    width: 280px;
    line-height: 56px;
    text-indent: 20px;
    font-size: 22px;
    transition: all 0.3s ease 0s;
    margin: auto;
}
.part3 .switch a{
    color: #333;
    float: right;
    font-size: 18px;
    margin-right: 10px;
}
.part3 .switch .choose,.part3 .switch .choose a{
    background-color: #00558F;
    color: #fff;
}

.part3 .card_box{
    float: right;
    margin-right: 20px;
    width: 1040px;
    height: 622px;
}
.part3 .card_box ul{
    width: 100%;
    height: 100%;
}
.part3 .card_box ul li{
    width: 340px;
    height: 200px;
    float: left;
    margin-right: 10px;
    margin-top: 11px;
    background-color: #00558F;
}
.part3 .card_box ul li:nth-child(3n){
    margin-right: 0px;
}
.part3 .card_box ul li:nth-child(-n+3){
    margin-top: 0px;
}
.part3 .card_box li a{
    display: block;
    width: 300px;
    height: 160px;
    padding:20px;
}
.part3 .card_box li .entry_name{
    font-size: 23px;
    color: #FFFFFF;
    font-weight: 400;
    height: 40px;
    height: 65px;
    text-align: left;
}
.part3 .card_box li .investment{
    font-size: 16px;
    color: #FFFFFF;
    text-align: right;
    padding: 10px 0;
}
.part3 .card_box li .quota{
    font-size: 32px;
    font-weight: bold;
    padding: 0 5px;
}
.part3 .card_box li .Cooperation_mode{
    font-size: 16px;
    color: #FFFFFF;
    text-align: right;
    border-top: #fff 2px solid;
    padding: 10px 0;
}
.muban_threeshuffling{padding: 20px 0;position: relative;height: 400px;width: 1400px;}
.muban_threeshuffling .muban_threeshuffling_left{
    height: 50px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;

    font-size: 50px;
}
.muban_threeshuffling .muban_threeshuffling_right{
    height: 50px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.muban_threeshuffling .muban_threeshuffling_middle{width:1200px;height: 364px;position: relative;overflow: hidden;margin: auto;}
.muban_threeshuffling .muban_threeshuffling_middle ul{height: 364px;position: absolute;width: 600px;}
.muban_threeshuffling .muban_threeshuffling_middle ul li{margin-right: 10px;float: left;width: 257px;height: 364px;}
.muban_threeshuffling .muban_threeshuffling_middle ul li a{display: block;width: 257px;height: 364px;}
.muban_threeshuffling .muban_threeshuffling_middle ul li:last-child{margin-right: 0;}
.muban_threeshuffling .muban_threeshuffling_middle ul li img{width: 257px;height: 364px;}
.part4{
    border-top: 4px solid #00558F;
    background-color: #fff;
    height:660px;
}
.part4 .region_title{
    width: 1360px;
    margin:20px auto 0 auto;
    background-color: #eeeeee;
    height: 60px;
}
.part4 .region_title li{
    width: 120px;
    text-align: center;
    float: left;
    font-size: 22px;
    font-weight: bold;
    height: 45px;
    line-height: 50px;
    margin: 0 20px;
}
.part4 .region_title .choose{
    font-size: 26px;
    color: #00558F;
    border-bottom: #00558F 4px solid;
}




.part4 .region_list{
    width: 1360px;
    background:#f3f7fb;
    margin: auto;
    padding:30px 0;
    margin-bottom: 30px;
}
.part4 .region_list ul{
    width: 1100px;
    margin: auto;
    height: 500px;
    display: block;
    overflow-y: overlay;
    padding: 0 20px;
}

.part4 .region_list ul::-webkit-scrollbar{
    width: 8px;
    height: 4px;
}
/*滚动条滑块*/
.part4 .region_list ul::-webkit-scrollbar-thumb{
    border-radius: 3px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #126AB1;
}
/*滚动条里面轨道*/
.part4 .region_list ul ::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
 
}
/*滚动条的小边角*/
.part4 .region_list ul::-webkit-scrollbar-corner {
    background: transparent;
}
.part4 .region_list li{
    width: 260px;
    height: 146px;
    margin-right: 20px;
    position: relative;
    float: left;
    margin-top: 20px;
}
.part4 .region_list li:nth-child(4n){
    margin-right: 0;
}
.part4 .region_list li:nth-child(-n+4){
    margin-top: 0;
}
.part4 .region_list ul li img{
    width: 260px;
    height: 146px;
    display: block;
}
.part4 .region_list ul li span{
    width: 260px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    background: #0092fa7c;
}
.part4 .region_list ul li span a{
    color: #fff;
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    background: #0092fa7c;
}


.part5{
    background-color: #fff;
}
.part5 .service{
    width: 1360px;
    margin: 10px 20px;
    height: 80px;
}
.part5 .service span{
    text-align: center;
    width: 220px;
    height: 80px;
    background: #00558F;
    font-size: 26px;
    line-height: 80px;
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
}
.part5 .service a{
    text-align: center;
    width: 570px;
    background-color: #f3f7fb;
    color: #00558F;
    font-size: 26px;
    display: block;
    float: left;
    line-height: 80px;
    font-weight: bold;
}

footer{
    margin-top: 20px;
    height: 170px;
    background-color: #00558F;
}

/* ----------新增部分--------- */
nav .lidt{
    width: 350px;
    height:0px;
    position: absolute;
    z-index: 999;
    display: none;
}
nav .list li:hover .lidt{
    display: block;
    height: auto;

}
nav .lidt li{
    background-color: #0F319E;
}
nav .lidt li:hover{
    background-color: #051F7D;
    border: 1px #fff solid;
}
nav .lidt li a{
    color: #fff;
    font-family: 'Franklin Gothic Medium';
    font-size: 24px;
}

/* ------------- */