﻿body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font-size: 12px;
    font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}
a:link {
    color: #666;
}
a:visited {
    color: #666;
}
/*a:hover {*/
/*text-decoration: underline;*/
/*}*/

.vat{
	vertical-align: top;
}
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #333;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
}
input::-webkit-input-placeholder{
    color:#ccc
 }
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#ccc
}
.transition200{
    transition: all 200ms;
}
.w1200{
    width: 1200px;
}
input,button{
    outline: none;
}

.header{
    width: 100%;
	padding: 20px 0;
	border-top: 8px solid #124cad;
}
.inside-scarch .scrarch-box{
    border: 1px solid #124cad;
    border-radius: 38px;
    height: 35px;
    width: 260px;
}
.inside-scarch span{
    font-size: 18px;
    color: #0068ad;
    line-height: 35px;
}
.inside-scarch .scrarch-box input{
    outline: none;
    padding: 0 0 0 15px;
    font-size: 14px;
    color: #333;
    line-height: 35px;
    width: 160px;
    height: 35px;
    border: none;
    background-color: transparent;
}
.inside-scarch .scrarch-box button{
    outline: none;
    float: right;
    padding: 5px 15px 5px 5px;
    margin: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.inside-scarch .scrarch-box button i{
    color: #124cad;
    font-size: 25px;
}
/*nav*/
.nav-cxcy{
    background-color: #124cad;
    height: 50px;
}
.nav-cxcy ul li{
    float: left;
    width: 12.5%;
    text-align: center;
    position: relative;
    z-index: 999;
}
.nav-cxcy ul li a{
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}
.nav-cxcy ul li .sub-nav{
    display: none;
    width: 250px;
    position: absolute;
    top: 50px;
    left: 0;
    background: url("../images/bg_black_60.png");
}
.nav-cxcy ul li .sub-nav .sub-list{
    text-align: center;
    width: 100%;
}
.nav-cxcy ul li .sub-nav .sub-list a{
    padding: 10px 10px;
    line-height: 1.4;
    /*font-weight: normal;*/
}
.nav-cxcy ul li a.active{
    background-color: #0c419a;
    color: white;
}
.nav-cxcy ul li a:hover{
    background-color: #0c419a;
    color: white;
}
/*footer*/
.footer{
    background: #0b6cb8;
}
.footer .top{
	padding: 30px 0;
}
.footer .relation p,
.footer .relation span{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.footer .copyright{
	background-color: #0060ac;
	
}
.footer .copyright p{
    font-size: 14px;
    color: white;
    line-height: 1.4;
}
.footer .code{
    padding-right: 20px;
}