@charset "gbk";
*{margin: 0;padding: 0;font-family: 'Î¢ÈíÑÅºÚ','ËÎÌå';}
body {background: #FFF;color:#000;margin: 0;padding: 0;min-width: 1200px;font-size: 18px;}
a {text-decoration:none;color: #FFF;}
li {list-style: none;margin: 0;padding: 0;}
ul {margin: 0;padding: 0;}
img {margin: 0;padding: 0;border: 0px;outline-width:0px;  vertical-align:top; }
input{margin: 0;padding: 0;border: 0px;}
.clear {clear:both;}
.fl {float:left;}

.butt {text-align: center;margin-top: 20px;}
.butt a {display: inline-block;width:420px;line-height: 50px;text-align: center;font-size: 21px;white-space: nowrap;word-spacing: normal;letter-spacing: normal;overflow: hidden;text-overflow:ellipsis;border-radius: 5px;} 
.bt1 a {background-color:#104bc0; ;color: #FFF;}
.bt1 a:hover{-webkit-animation-timing-function: ease-in-out;
    -webkit-animation-name: myanimate;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;}

.public {margin: auto;width: 1200px;}
.tit_01 {color: #104bc0;margin-top: 20px;}
.tit_01 span:nth-child(1) {font-size: 39px;display: inline-block;border-left: 8px solid#ffc57f;padding-left: 20px;}
.tit_01 span:nth-child(2) {margin-left: 20px;color: #999999;} 
.tit_01 span:nth-child(3) {float: right;color: #fff3e4;font-weight: bold;font-size: 45px;} 

.cont1 {margin-top: 15px;}
.wz_01 {width: 670px;}
.wz_01 p {text-indent: 2em;font-size: 17px;line-height: 33px;}
.img_01 {margin-left: 15px;}
.img_02 {margin-top: 20px;margin-left: 10px;}
.p_03 {width: 1200px;}

.brUl1 ul li {float: left;margin-top: 20px;margin-left: 30px;}
.p_02 {text-align: center;line-height: 60px;color: #1758d1;}
.brUl2 ul li {float: left;margin-left: 6px;margin-top: 5px;}

.brUl3 ul li {float: left;border: 1px solid#104bc0;width: 280px;text-align: center;margin-left: 15px;margin-top: 10px;}
.brUl3 ul li p:nth-child(1) {line-height: 50px;color: #104bc0;}
.brUl3 ul li p:nth-child(3) {font-size: 16px;text-align: left;margin-left: 10px;margin-top: 10px;}
.brUl3 ul li p:nth-child(4) {margin: 20px 0;}
.brUl3 ul li p:nth-child(4) a {background-color: #104bc0;display: inline-block;line-height: 39px;width: 230px;color: #FFF;}


@-webkit-keyframes myanimate {
    0% {
        background-color: #1d60e6;
    }
    100% {
        background-color: #104bc0;
    }
}