﻿/*重置样式*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,p,canvas,nav, section{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}
body{font-size:16px; background: #ffffff; font-family:"微软雅黑"; *_behavior:url("ie6hover.htc");-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}
body,html{ width:100%; height: 100%;}
ol,ul{list-style:none}
ul li{list-style-type:none}
span{display: inline-block}
img{border:none; margin:0; padding:0; display:block}
a { text-decoration:none;display: block}
a:link{text-decoration:none}
a:visited{text-decoration:none;}
/* a,a:hover{ -webkit-transition: all 300ms; -moz-transition: all 300ms; -ms-transition: all 300ms;transition: all 300ms} */
a:active{text-decoration:none}
img{border: 0}
input,select,textarea{outline:0}
textarea{resize:none; overflow: auto}
table{border-collapse: collapse; border-spacing: 0}
th,strong,var,em{font-weight: normal; font-style: normal}
/*清除浮动*/
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.clearfix{
    *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.fl{ float: left}
.fr{ float: right}

.wrapper{width: 100%; height: 100%; position: relative; background: url(../images/bg.jpg) center top no-repeat; background-size: 100%;}
.main{ width: 59.1%; background-color: #fff; padding: 50px 3%; position:absolute; top: 29%; left: 17.45%; border-radius: 20px; -webkit-border-radius: 20px; -o-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px;}
.main_ul li{ width: 44%; padding-left: 3.5%; margin-bottom: 16px; margin-top: 16px; height: 80px; line-height: 80px; background: #f6faff; float: left; font-size: 22px; border-radius: 10px; -webkit-border-radius: 10px; -o-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px;}
.main_ul li a{ color: #16256d;}
.main_ul li a span{ font-size: 14px; color: #b2b8c4; float: right; margin-right: 30px;}
.main_ul li:nth-child(2n){ margin-left: 5%;}
.main_ul li:hover{ background: linear-gradient(to right, #6ae5ff, #4a84ff); -webkit-transition: all 300ms; -moz-transition: all 300ms; -ms-transition: all 300ms;transition: all 300ms;}
.main_ul li:hover a, .main_ul li:hover a span{ color: #fff;}
.ksczlc{
    position: absolute; 
    font-size: 18px; 
    z-index: 999; 
    top: 30%; 
    right: 20px; 
    color: #fff; 
    width: 156px; 
    height: 50px; 
    line-height: 50px; 
    display: block; 
    text-align: center; 
    background: linear-gradient(to right, #45deff, #345fff); 
    border: 2px solid #fff; 
    /* box-shadow: 0px 5px 20px rgba(70, 130, 255, 0.3);  */
    border-radius: 6px; 
    -webkit-border-radius: 6px; 
    -o-border-radius: 6px; 
    -moz-border-radius: 6px; 
    -ms-border-radius: 6px;
}
.ksczlc:hover{ background: linear-gradient(to right, #345fff, #45deff);}

.page-wrapper{background: #f6f7f9;}
.img-box{ width: 1000px; margin: 0 auto;}
.img-box .img1 img{ width: 100%;}

@media screen and (max-width: 1680px) {
    .main{ top: 28%;}
    .main_ul li{ margin-bottom: 14px; margin-top: 14px; height: 72px; line-height: 72px; font-size: 21px; border-radius: 8px; -webkit-border-radius: 8px; -o-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px;}
    .main_ul li a span{ font-size: 12px;}
    .ksczlc{ font-size: 16px; width: 144px; height: 44px; line-height: 44px;}
}
@media screen and (max-width: 1600px) {
    /* .main{padding: 30px 45px;} */
    .main{ top: 28.5%;}
    .main_ul li{ margin-bottom: 12px; margin-top: 12px;  height: 64px; line-height: 64px; font-size: 18px;}
    .main_ul li a span{ font-size: 12px;}
    .ksczlc{ font-size: 14px; right: 15px; width: 120px; height: 40px; line-height: 40px}
}

