*{
	margin:0;padding:0;
	
}
img{
	margin:0;
	padding:0;
}
ul,ol{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}


.bk{
	background-image: url(bg.jpg);
	width: 487px;
	height: 470px;
	margin: 0 auto;
	margin-top:
	
}
.font{
	width: 487px;
	height: 200px;
	font-size:50px;
	margin-left:;
	padding-top: 10%;
}
.login{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 438px;
    height: 48px;
    margin-top: 40px;
	background: #FFFFFF;
	border-radius:5px; 
	border:0px solid red;
	border-bottom: 1px solid #dcdee0!important;
}

.login1{
	width: 296px;
	height:42px;
	background: #FFFFFF;
	border-radius:5px; 
	border:0px solid red;
	margin-left: 0%;
	margin-top:0%;
}
.login2{
	width: 296px;
	height:42px;
	background:#000000;
	border-radius:10px; 
	border:0px solid red;
	margin-left: 20%;
	margin-top:5%;
	color: #FFFFFF;
}
.banner-container {
    width: 100%;
    height: 368px;
    /* background: #0c111e url(../img/new-index-bg.png) no-repeat center center; */
    position: relative;
    overflow: hidden;
}
.canvas-bg {
    background-image: url(/static/images/new-index-bg.png);
    position: absolute;
    left: 0;
    top: -2px;
    width: 1920px;
    height: 368px;
    background-position: center top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.canvas-wrapper {
    width: 1920px;
    height: 368px;
    position: absolute;
    top: -2px;
    left: 0;
    overflow: hidden;
}
#myCanvas {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.banner-container .auto0 {
    width: 100%;
    height: 368px;
    position: relative;
}
.auto0 {
    margin: 0 auto;
}
.jc-main h1 {
    padding: 70px 0 54px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    font-weight: normal;
}
.tool-ul{
    width: 1200px;
    height: 460px;
    margin-top: 34px;
}
.tool-ul a:hover{
    text-indent:30px;
    border:solid 1px #2b7ace;
    background: #fff url(/static/images/new-go1.png) no-repeat right 25px center;
}
.tool-ul a {
    text-align: left;
    text-indent: 20px;
    float: left;
    width: 260px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 24px;
    margin-right: 53px;
    font-size: 15px;
    color: #666;
    background: #fff url(/static/images/new-go.png) no-repeat right 25px center;
    border: solid 1px #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.icon-tool {
    display: inline-block;
    width: 24px;
    height: 20px;
    margin-right: 8px;
    background: url(../img/icon-whois.png) no-repeat center center;
    vertical-align: middle;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.layout {
    width: 100%;
    margin: 0 auto;
}
.new-tool{
    width: 1200px;
    height:587px;
    padding: 40px 0 0;
    background-color: #fff;
}
.titl{
    width: 1200px;
    height: 30px;
    margin-top: 60px;
}
.titl h2{
    float: left;
    font-size: 20px;
    font-weight:1000;
    line-height: 30px;
    margin-bottom: 0;
    color: #333;
    padding-left: 42px;
    background: url(/static/images/new-check-ico.png) no-repeat left center;
}
.titl p{
    margin-left: 16px;
    margin-top: 2px;
    float: left;
    color: #999;
    line-height: 30px;
    font-size: 16px;
    margin-bottom:0;
}
.titl strong{
    font-size: 16px;
        color: #ff5722;
}
.newtools strong{
    font-size: 16px;
        color: #ff5722;
}
.tool-ul strong{
    font-size: 16px;
        color: #ff5722;
}
.jc-content {
    width: 850px;
    margin: 20px auto 20px;
    
}
.jc-search-list {
    margin-bottom: 20px;
}
.jc-search-list .search-list-li {
    position: relative;
    float: left;
    margin-right: 40px;
    color: #fff;
    list-style-type: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4cffffff, endcolorstr=#4cffffff);
}
.jc-search-list .search-list-li:before {
    position: absolute;
    content: "";
    left: -21px;
    top: 4px;
    width: 2px;
    height: 15px;
    background-color: #2b3e61;
}
.news-list {
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 380px;
    height: 242px;
    background-color: #fff;
    border: 1px solid #eee;
    margin-left: 30px;
}
.newtitl{
    position: relative;
    font-size: 20px;
    font-weight: 1000;
    color: #333;
    padding-left: 42px;
    background: url(../images/new-news-bg.png) no-repeat left bottom;
    text-align: left;
    line-height: 38px;
}
.news-list:first-child {
    margin-left: 0;
}
.fl{
        float: left;
}
.fr{
        float: right;
}
.newtool-ul{
    width: 1200px;
    padding-top: 30px;
    padding-bottom: 54px;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.news-con{
    width:100%;
    height:100%;
    background-color:#f7f7f7;
    padding-top:40px;
}
.news-dys{
    width:100%;
    height:100%;
    background-color:#fff;
    padding-top:40px;
}
.tool-ul a:nth-child(4n){
    margin-right: 0;
}
.jucha-ys {
    padding-top: 50px;
    width: 100%;
    height:262px ;
    background-color: #fff;
}
.jucha-ys-box {
    width: 1200px;
    margin: 0 auto;
}
.newtool-ul li .p1 {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
    padding-left: 45px;
    background: url(/static/images/new-ys-1.png) no-repeat left center;
}
.newtool-ul li+li .p1 {
    background: url(/static/images/new-ys-3.png) no-repeat left center;
}
.newtool-ul li+li+li .p1 {
    background: url(/static/images/new-ys-2.png) no-repeat left center;
}
.newtool-ul li+li+li+li .p1 {
    background: url(/static/images/new-ys-4.png) no-repeat left center;
}
.newtool-ul li .p2 {
    margin-top: 4px;
    font-size: 14px;
    margin-bottom: 0;
    color: #999;
    line-height: 34px;
}
.newtool-ul li {
    float: left;
    padding: 22px 0 16px;
    background-color: #fff;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.newtool-ul li:hover {
    box-shadow: 0 12px 15px -15px #000;
}
.newtool-ul li:first-child {
    width: 23%;
    padding-left: 40px;
}
.newtool-ul li:first-child+li {
    width: 27%;
    padding-left: 40px;
}
.newtool-ul li:first-child+li+li {
    width: 25%;
    padding-left: 40px;
}
.newtool-ul li:first-child+li+li+li {
    width: 25%;
    padding-left: 40px;
}

.footer{
    background: #091830;
    font-size: 12px;
}
.foot-header {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 26px;
}
.foot-bottom {
    padding: 10px 0;
    color: rgba(255, 255, 255, .25);
    border-top: 1px solid rgba(58, 70, 89, 0.50);
}
.foot-nav {
    float: left;
    padding-left: 26px;
    padding-right: 60px;
    border-left: 1px solid rgba(255, 255, 255, .1);
    min-height: 170px;
}
.foot-nav li {
    color: #919191;
    font-size: 14px;
    line-height: 26px;
}
.bl0 {
    border-left: 0 !important;
}
.pl0 {
    padding-left: 0 !important;
}
.footer a {
    color: rgba(255, 255, 255, .3);
    transition: all .3s;
    font-size: 14px;
}
.foot-nav:first-child {
    border-left: 0;
}
.footer strong {
    display: block;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    font-weight: 400;
}
.foot-kf {
    padding-right: 0;
}
.foot-kf span {
    color: rgba(255, 255, 255, .5);
}
.foot-kf .hot-line {
    margin-bottom: 0;
    font-size: 18px;
    font-family: Arial;
    color: #0f9fff;
    display: initial;
}
.call {
    text-align: center;
    display: block;
    height: 36px;
    margin: 18px 0;
    margin-bottom: 18px;
    background: #0f9fff;
    border-radius: 2px;
    background-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #fff !important;
}
.newtitl2 {
    position: relative;
    font-weight: 1000;
    text-align: left;
    line-height: 38px;
    font-size: 20px;
    color: #333;
    padding-left: 40px;
    background: url(/static/images/new-ys-bg.png) no-repeat left center;
}
.newtools{
    width: 900px;
    height: 460px;
    margin-top: 34px;
}
.newtools a:hover{
    text-indent:30px;
    border:solid 1px #2b7ace;
    background: #fff url(/static/images/new-go1.png) no-repeat right 25px center;
}
.newtools a {
    text-align: left;
    text-indent: 20px;
    float: left;
    width: 260px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 24px;
    margin-right: 60px;
    font-size: 15px;
    color: #666;
    background: #fff url(/static/images/new-go.png) no-repeat right 25px center;
    border: solid 1px #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.newtools a:nth-child(3n){
    margin-right: 0;
}
.btn-primary {
    color: #fff;
    background-color: #4e6ef2;
    border-color: #4e6ef2;
}
.newstit{
    font-weight: 1000;
    font-size: 17px;
}