@charset "utf-8";

input[name="color"]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;

}

/* //firefox火狐浏览器 */
input[name="color"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;

}

input[name="color"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;

}

/* //IE浏览器 */
input[name="color"]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;

}

input[name="color2"]::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000;

}

/* //firefox火狐浏览器 */
input[name="color2"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;

}

input[name="color2"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;

}

/* //IE浏览器 */
input[name="color2"]:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ul,
ol,div{
    margin: 0;
    padding: 0
}

em,
i {
    font-style: normal
}

li {
    list-style: none
}

a,
a:hover {
    text-decoration: none
}

img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

label {
    cursor: default
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 Tahoma, arial, 'Hiragino Sans GB', 'microsoft yahei', \5b8b\4f53
}

textarea {
    resize: none
}

a,
a:focus {
    outline: none
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}


.clear {
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.fl {
    float: left;
    display: inline
}

.fr {
    float: right;
    display: inline
}

.fn {
    float: none
}

.tl {
    text-align: left
}

.tr {
    text-align: right
}

.tc {
    text-align: center
}

.hide {
    display: none
}

.show {
    display: block
}

.mt10 {
    margin-top: 10px
}

.noBg {
    background: none !important
}

.noBorder {
    border: 0 !important
}

.yahei {
    font-family: 'microsoft yahei'
}

.red {
    color: red
}

/* 项目主体部分设置 */
body {
    background: #fff;
    color: #555;
    font-family: "microsoft yahei";}


a {
    text-decoration: none;
    /*transition:color 0.2s linear 0s*/
    color: #333;
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.header div{
    box-sizing: border-box;
}

.wrapper a:hover {
    color: #144f99;
}

.g-in {
    max-width: 1200px;
    margin: 0 auto;
}

.g-in:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}

.w-a {
    width: 100%;
    height: 131px;
    overflow: hidden;
    background: url(http://sxltrz.com/images/top.jpg) no-repeat center;
    z-index: 99;    
    padding:0px;
}

.w-a-b {
    font-size: 14px;
    color: #000;
}

.w-a-b span {
    display: inline-block;
    height: 131px;
    line-height: 131px;
    vertical-align: top;
    font-size: 18px;
    color: #7a7d83;
    font-weight: bold;
    margin-left: 15px;
}

.w-a-c {
    width: 415px;
}

.w-a-d {
    margin: 25px 0;
    float: left;
    width: 80px;
}

.w-a-e {
    float: right;
    width: 295px;
    margin: 20px 0;
}

.w-a-e p {
    background: url(http://sxltrz.com/images/p1.png) no-repeat 30px center;
    height: 31px;
    line-height: 31px;
    text-align: right;
    font-size: 14px;
    color: #1c1c1d;
}

.w-a-e p span {
    font-size: 20px;
    color: #e70228;
    vertical-align: top;
    margin-left: 12px;
    display: inline-block;
}

.w-a-e form {
    margin-top: 12px;
}

.w-a-e .inp {
    float: left;
    outline: none;
    width: 237px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c2c7cc;
    background: #efefef;
    padding-left: 12px;
}

.w-a-e .sub {
    cursor: pointer;
    background: url(http://sxltrz.com/images/p2.jpg) no-repeat center;
    outline: none;
    font-size: 0;
    width: 56px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c2c7cc;
    border-left: none;
    float: left;
}

.nav {
    width: 100%;
    height: 62px;
    background: url(http://sxltrz.com/images/bg1.jpg) no-repeat center;    
}

.nav ul{
    display: flex;
    justify-content: center;
    max-width: 1200px;
}

.nav ul li {        
    height: 62px;
    line-height: 62px;
    width:12.5%;
    position: relative;
}

.nav ul li a {
    display: block;
    height: 62px;
    line-height: 62px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.nav ul li:last-child a {
    margin-right: 0;
}

.nav ul li a:hover {
    color: #d50b33;
}

.nav ul li.current>a,
.nav ul li:hover>a {
    background: #fff;
    color: #333;
    border-top: 2px solid red;
}

.header {
    position: relative;
    z-index: 99999999;
    /* border: 2px solid #f40; */
}

.header .nav .sub {
    display: none;
    z-index: 5;
    left: 0;
    top: 62px;
    width: 100%;
    background-color: rgba(45, 99, 167, 0.8);
    position: absolute;
}

.header .nav .sub dt {
    line-height: 20px;
}

.header .nav .sub dt a {
    display: block;
    padding: 15px 0;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    width: 100%;
    zoom: 1;
    color: #fff;
}

.header .nav .sub dt a:hover {
    background-color: #ffffff;
    color: #000;
}


#banner {
    position: relative;
}

.banner {
    position: relative;
    left: 50%;
    width:100%;
    max-width: 1920px;
    margin-left: -960px;
    text-align: center;      
}

.banner .hd {    
    margin:0 auto;
    max-width: 300px;
    height: 15px;
    z-index: 4;
    position: relative;
    top:-50px;
      
}

.banner .hd ul {
    width: 100%;
    height: 15px;
    margin: 0 auto;
    text-align: center;    
}

.banner .hd ul li {
    display: inline-block;    
    zoom: 1;
    width: 16px;
    height: 16px;
    margin: 0 4px;
    border-radius: 8px;
    background: #fff;
    line-height: 999px;
    overflow: hidden;
    cursor: pointer;
    vertical-align: top;
}

.banner .hd ul .on {
    background-color: #d50b33;
    width: 65px;
}

/*footer部分*/
.footer {    
    background: #e3e3e3;
    width:100%;    
    position: relative;    
    padding:25px 0;        
}

.footer .foot_cont{
    width:100%;
    max-width: 1200px;
    display: flex;
    justify-content:center;
    margin:0 auto;
}

.w-h-a {    
    background: #efefef;    
    box-sizing: border-box;        
    width:70%;
    padding:35px;
}

.w-h-b a {
    display: inline-block;
    font-size: 13px;
    color: rgba(69, 69, 69, 0.7);
    padding-left: 17px;
    background: url(http://sxltrz.com/images/p17.png) no-repeat 2px center;
    margin-right: 25px;
    height: 28px;
    line-height: 28px;
}

.w-h-a p,
.w-h-a p a {
    font-size: 13px;
    color: rgba(69, 69, 69, 0.7);
    height: 28px;
    line-height: 28px;
}

.w-h-c {    
    width:30%;
    text-align: left;
    padding-top: 45px;   
    margin-left:50px; 
}

.w-h-c p {
    font-size: 13px;
    color: #d50b33;
    padding-top: 5px;
}