@charset "utf-8";


.header{
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: auto;
    height: 68px;
    background-color: #021958;
}
.header .center{
    height: 68px;
}
.header .logo{
    display: block;
    width: 172px;
    float: left;
    height: 39px;
    margin-top: 17px;
}
.header .nav{
    padding-left: 30px;
    float: left;
    margin-top: 24px;
}
.header .div{
    display: block;
    width: 126px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.header .div:hover,.header .active{
    font-weight: bold;
    background-color: #f51715;
}
.header div.div{
    float: left;
}
.header div.div:hover .nav_a{
    display: block;
}
.header .dh{
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    height: 26px;
    line-height: 26px;
    background: url(../images/logo/dh.png) no-repeat center left;
    background-size: 26px;
    padding-left: 39px;
    margin-top: 28px;
}
.header .nav_a{
    position: absolute;
    width: 685px;
    padding: 10px;
    background-color: #fff;
    display: none;
    z-index: 100000;
} 
.header .div:hover .nav_a{
    display: block;
}
.header .nav_a img{
    display: block;
}
.header .nav_a .a{
    height: 46px;
    display: block;
    color: #272636;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 10px;
    padding-left: 10px;
    text-align: left;
    float: left;
    font-weight: normal;
    width: 146px;
}
.header .nav_a .a::before {
    content: "";
    width: 3px;
    height: 16px;
    background: #6b6b6b;
    position: absolute;
    left: 0;
    margin-top: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .nav_a .a::after {
    content: "";
    width: 3px;
    height: 0;
    background: #df0024;
    position: absolute;
    left: 0;
    margin-top: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
.header .nav_a .a:hover {
    font-size: 16px;
    color: #df0024;
}
.header .nav_a .a:hover::after {
    height: 16px;
}
.banner{
    height: 668px;
    background: url(../images/banner.jpg) no-repeat center top;
    background-size: 1920px;
}


.module2{
    min-height: 1070px;
    padding-bottom: 48px;
    padding-top: 53px;
}
.module .title{
    text-align: center;
}
.module .title div{
    display: inline-block;
    position: relative;
    padding-left: 127px;
    height: 51px;
    line-height: 51px;
    font-weight: bold;
    font-size: 50px;
    color: #002cc0;
}
.module .title b{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 118px;
    height: 51px;
    color: #fff;
    text-align: center;
    margin: auto;
    background-color: #ff0000;
    overflow: hidden;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}
.module .title i{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
.module .title_txt{
    font-size: 22px;
    color: #121212;
    line-height: 36px;
    margin-top: 20px;
    text-align: center;
}
.module .title_txt b{
    font-weight: bold;
    color: #ff0018;
}

.module1{
    min-height: 728px;
    padding-top: 53px;
}
.module1 .gh{
    height: 334px;
    width: 100%;
    position: relative;
    margin-top: 35px;
}
.module1 .gh img{
    display: block;
    width: 474px;
    height: 334px;
    position: relative;
    z-index: 10;
}
.module1 .gha {
    width: 350px;
    z-index: 9;
    position: absolute;
    top: 37px;
}
.module1 .gha .div{
    width: 350px;
    height: 42px;
    line-height: 40px;
    overflow: hidden;
    border:solid 1px #c6c6c6;
    border-radius: 42px;
    position: relative;
    padding-left: 60px;
    background-color: #fff;
    font-size: 18px;
    margin-bottom: 56px;
    color: #121212;
}
.module1 .gha b{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 52px;
    height: 42px;
    background: url(../images/wh.png) no-repeat center top;
    background-size: 52px;
    background-color: #ff0000;
    z-index: 10;
}
.module1 .left{
    left: 0;
}
.module1 .right{
    right: 0;
}
.module1 .gh_forms{
    height: 135px;
    margin-top: 35px;
    background: url(../images/ht.jpg) no-repeat center top;
    background-size: 1920px;
}
.module1 .forms{
    width: 970px;
    margin: auto;
    line-height: 41px;
    height: 41px;
    margin-top: 47px;
}
.module1 .in ,.module1 .sp ,.module1 .in input{
    float: left;
    display: block;
    height: 41px;
    line-height: 41px;
}
.module1 .sp{
    color: #fff;
    font-size: 18px;
    margin-right: 12px;
}
.module1 .in,.module1 .in input{
    width: 259px;
    position: relative;
    border: none;
    font-size: 16px;
    color: #121212;
    background-color: #fff;

}
.module1 .in{
    margin-right: 70px;
}
.module1 .ins{
    margin-right: 30px;
}
.module1 .in input{
    padding-left: 10px;
}
.module1 .in .yzm{
    padding-right: 102px;
}
.module1 .in .code{
    padding-left: 0;
    width: 102px;
    background-color: #ff0000;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    cursor: pointer;
}
.module1 .yyan{
    padding-left: 0;
    width: 196px;
    background-color: #e5ff08;
    float: left;
    height: 41px;
    line-height: 41px;
    border-radius: 41px;
    color: #ff0000;
    font-weight: bold;
    cursor: pointer;
    font-size: 22px;

}

.module2 .nav{
    height: 53px;
    padding: 0 45px;
    margin-top: 30px;
}
.module2 .nav div{
    margin: 0;
    width: 206px;
    height: 53px;
    text-align: center;
    background-color: #002cc0;
    line-height: 53px;
    border-radius: 53px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
.module2 .nav div:hover,.module2 .nav .active{
    background-color: #ff0018;
    font-weight: bold;
}
.module2 .table{
    margin-top: 37px;
}
.module2 table{
    width: 1200px;
    border:solid 1px #002cc0;
    background-color: #fff;
}
.module2 thead tr{
    height: 55px;
    line-height: 55px;
    color: #fff;
    background-color: #002cc0;
}
.module2 thead th{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.module2 thead .th1{
    width: 209px;
}
.module2 thead .th2{
    width: 220px;
}
.module2 thead .th3{
    width: 320px;
}
.module2 thead .th4{
    width: 190px;
}
.module2 thead .th5{
    width: 259px;
}
.module2 tbody td{
    border-right: 1px solid #002cc0;
    padding-top: 23px;
    padding-bottom: 12px;
}
.module2 tbody tr{
    border-bottom: 1px solid #002cc0;
}
.module2 tbody .td{
    display: block;
    padding-left: 34px;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
}
.module2 tbody b.td{
    margin-bottom: 17px;
}
.module2 tbody .tds{
    padding-left: 0px;
    text-align: center;
}
.module2 .an{
    text-align: center;
    margin-top: 74px;
}
.module2 .an a{
    display: inline-block;
    width: 327px;
    height: 78px;
    line-height: 78px;
    text-align: left;
    background: url(../images/an1.png) no-repeat center;
    background-size: 327px;
    background-color: #ff0011;
    font-size: 32px;
    font-weight: bold;
    padding-left: 92px;
    color: #fffc00;
    overflow: hidden;
    border-radius: 78px;
    margin: 0 14px;
}
.module2 .an .a2{
    background: url(../images/an2.png) no-repeat center;
    background-color: #002cc0;
}


.module3{
    min-height: 622px;
    background: url(../images/b2.jpg) no-repeat center top;
    background-size: 1920px;
    padding-top: 52px;
}
.module3 .title div,.module5 .title div{
    color: #fff;
}
.module3 .ys{
    background-color: #fff;
    width: 100%;
    height: 440px;
    margin-top: 30px;
    overflow: hidden;
}
.module3 .yst{
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #161616;
    margin-top: 32px;
    margin-left: 30px;
}
.module3 .yst b{
    font-weight: bold;
    color: #ff0011;
}
.module3 .divc{
    width: 1154px;
    margin: auto;
    min-height: 311px;
    margin-top: 28px;
    position: relative;
}
.module3 li{
    height: 61px;
    margin-bottom: 1px;
    background-color: #f4f2ff;
    position: relative;
    overflow: hidden;;
}
.module3 li b{
    display: block;
    width: 178px;
    height: 61px;
    color: #fff;
    font-weight: bold;
    float: left;
    font-size: 22px;
    padding-left: 27px;
    background: url(../images/j.png) no-repeat center right 25px;
    background-size: 23px;
    box-sizing: border-box;
    background-color: #260ac8;
    line-height: 61px;
}
.module3 li span{
    font-size: 20px;
    color: #292929;
    display: block;
    float: left;
    height: 61px;
    line-height: 61px;
    padding-left: 39px;
}
.module3 .th{
    width: 355px;
    height: 311px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.module4{
    min-height: 952px;
    padding-top: 60px;
}
.module4 .div_ul{
    min-height: 180px;
    background: url(../images/x.png) no-repeat center;
    background-size: 1px;
    overflow: hidden;
    margin-top: 44px;
}
.module4 .div_ul div{
    width: 596px;
    float: left;

}
.module4 .div_ul .right{
    float: right;
    width: 530px;
}
.module4 .div_ul a{
    display: block;
    float: left;
    color: #111111;
    font-size: 16px;
    width: 50%;
    height: 19px;
    line-height: 19px;
    padding-left: 27px;
    background: url(../images/tb.png) no-repeat center left;
    background-size: 18px;
    margin-bottom: 21px;    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    
}

.module4 .div_ul b{
    font-weight: bold;
    font-size: 24px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
}
.module4 .div_nav .div{
    margin: 0;
    width: 228px;
    height: 262px;
    margin-bottom: 29px;
    position: relative;
}
.module4 .div_nav img{
    display: block;
    margin: auto;
    width: 126px;
    height: 126px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.module4 .div_nav .div div{
    margin: auto;
    width: 100%;
    height: 229px;
    overflow: hidden;
    border-radius: 12px;
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #205edd;
    padding-top: 109px;
}
.module4 .div_nav{
    
    padding-top: 12px;
}
.module4 .div_nav .div b{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 20px;
    margin-bottom: 8px;
}
.module4 .div_nav .div a{
    display: block;
    width: 138px;
    height: 36px;
    border-radius: 36px;
    background-color: #ffff00;
    color: #205edd;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
    line-height: 36px;
}

.module5{
    min-height: 608px;
    background: url(../images/b3.jpg) no-repeat center top;
    background-size: 1920px;
    padding-top: 58px;
}
.module5 .div_c{
    width: 1033px;
    margin-top: 40px;
}
.module5 .div_c .div{
    width: 283px;
    position: relative;
    height: 408px;
    margin: 0;
}
.module5 .div_c .tt{
    width: 79px;
    position: absolute;
    height: 79px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: block;
}
.module5 .div_c .div div{
    width: 100%;
    height: 358px;
    position: absolute;
    z-index: 9;
    bottom: 0;
    overflow: hidden;
    border:solid 1px #205edd;
    background-color: #fff;
    border-radius: 22px;
}
.module5 .div_c strong{
    width: 100%;
    height: 83px;
    display: block;
    padding-top: 42px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    line-height: 26px;
    font-weight: bold;
    background-color: #205edd;
}
.module5 .div_c .ewm{
    width: 199px;
    height: 199px;
    display: block;
    margin-top: 11px;
}
.module5 .div_c span{
    display: block;
    text-align: center;
    font-weight: bold;
    color: #1f1f1f;
    font-size: 20px;
    line-height: 20px;
    margin-top: 18px;
}

.footer{
    height: 138px;
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    background-color: #1b1b1b;
    text-align: center;
    padding-top: 30px;
}
.footer p{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 14px;
    color: #ffffff;
}
.footer p a{
    
    color: #ffffff;
}


.fx_right{
    width:146px;
    height: 437px;
    position: fixed;
    top: 25%;
    z-index: 1000;
    right: 0;
}
.fx_right .ren{
    width:99px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 147px;

}
.fx_right .div{
    width:100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    height: 351px;
    border: 3px solid #ff0000;
    border-radius: 8px;
    padding-top: 55px;
    background-color: #fff;
}
.fx_right .div a{
    position: relative;
    z-index: 10;
    display: block;
    width: 113px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    background-color: #002cb3;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 9px;
}
.fx_right .div a:hover{
    background-color: #ff0000;
    font-weight: bold;
}
.ysxy{
    color: #fff;
    font-size: 14px;
}
.ysxy a{
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
    font-weight: bold;
}
.ysxy input{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
}
.module1 .ysxy{
    text-align: right;
    padding-right: 120px;
}

.zl_download{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 574px;
    height: 325px;
    background: url(../images/zllq.png) no-repeat center;
    z-index: 100000;
    padding-top: 36px;
    display: none;
}
.zl_download .xxx{
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top:3px;
}
.zl_download strong{
    display: block;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.zl_download b{
    
    color: #ffff00;
    font-weight: bold;
}
.zl_download .div{
    overflow: hidden;
    line-height: 46px;
    width: 440px;
    margin: auto;
    margin-bottom: 14px;
}
.zl_download span{
    display: block;
    float: left;
    width: 98px;
    height: 46px;
    text-align: right;
    font-size: 20px;
    padding-right: 18px;
    color: #fff;
}
.zl_download .div input{
    display: block;
    float: right;
    width: 340px;
    height: 46px;
    border: none;
    background-color: #fff;
    text-align: left;
    font-size: 18px;
    color: #000;
    padding-left: 11px;
}
.zl_download .div .download{
    height: 48px;
    line-height: 48px;
    padding-left: 0;
    text-align: center;
    width: 212px;
    display: block;
    border-radius: 48px;
    font-size: 22px;
    font-weight: bold;
    background-color: #ffff00;
    color: #ff0000;
    margin-right: 65px;
    cursor: pointer;
}
.zl_download .divs{
    margin-top: 14px;
}
.zl_download .d_ysxy{
    text-align: center;
}
.zcBtn{
    cursor: pointer;
}

.fixed_right_kf {
	width: 316px;
	background: url(../images/fix_right_kf.png) no-repeat center;
	height: 55px;
	padding: 12px 0px;
	position: fixed;
	right: 0;
	top: 5%;
	text-align: center;
	font-size: 20px;
	line-height: 55px;
	color: #fff;
	overflow: hidden;
    box-sizing: initial;
	z-index: 10000;
}
.fixed_right_kf p {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding-left:30px;
    box-sizing: initial;
    color: #fff;
}
.fixed_right_kf p:after {
	content: "";
	background: #fff;
	position: absolute;
    color: #fff;
	width: 316px;
	height: 316px;
	left: 0px;
	left: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	margin: auto;
	border-radius: 50%;
	transform: scale(1);
	animation: 1s bd ease-in-out infinite;
	}
@keyframes bd {  0% {    transform: scale(0);    opacity: 1;  }  100% {    transform: scale(1);    opacity: 0;  }}
@-webkit-keyframes bd {  0% {    transform: scale(0);    opacity: 1;  }  100% {    transform: scale(1);    opacity: 0;  }}