* {
    padding: 0;
    margin: 0;
    outline: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color:#333;
}

b { word-break: break-all;}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
     
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1600 {
    width: 1600px;
    margin: 0 auto;
}

@font-face {
    font-family: 'sySong';
    src: url('sySong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.wave {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
}

.wave.on {
    display: block;
}

.search {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #4f616d;
    background-color: #a01414;
    padding: 0 15px;
    font-size: 0;
    z-index: 1001;
}

.search input[type="text"] {
    padding-right: 20px;
    width: 730px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
    height: 30px;
}

.search input::placeholder {
    color: #fff;
}

.main-top {
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
}

.main-top::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    width: 101px;
    background-color: #9b0d14;
}

.main-top::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 100px;
}

.header {
    position: relative;
}

.head-l {
    float: left;
    width: 30%;
    background-color: #9b0d14;
    height: 101px;
}

.head-l a {
    display: block;
    padding: 19px 0;
    font-size: 0;
}

.head-l a img {
    display: block;
    width: 100%;
    max-width: 463px;
}

.head-r {
    float: right;
    width: 70%;
    box-sizing: border-box;
    padding: 0 35px;
}

.sousuo {
    position: absolute;
    right: -100px;
    top: 0;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background-color: #9b0d14;
    text-align: center;
    line-height: 100px;
    z-index: 9;
}

.sousuo img {
    vertical-align: middle;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 10%;
    line-height: 100px;
    text-align: center;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #000;
}

.nav>ul>li:hover {
    font-weight: bold;
}

.nav>ul>li ul {
    position: absolute;
    top: 100px;
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 0px 5px #999;
    display: none;
    z-index: 999;
}

.nav>ul>li ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px dashed #ebe5e5;
}

.nav>ul>li ul li a {
    font-size: 14px;
    color: #333;
}

.nav>ul>li ul li:hover {
    background-color: #c11c1c;
}

.nav>ul>li ul li:hover a {
    color: #fff;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: auto;
}

.banner .slick-dots li {
    display: block;
    left: -65px;
    margin: 11px 0;
    background: url(../images/slick-dots.png) no-repeat center center;
    transition: all .3s;
}

.banner .slick-dots li.slick-active {
    background: url(../images/slick-active.png) no-repeat center center;
}

.link {
    position: absolute;
    top: 235px;
    right: 0;
    width: 100px;
    z-index: 9;
}

.link a {
    display: inline-block;
    writing-mode: vertical-lr;
    writing-mode: tb-rl;
    line-height: 100px;
    margin-top: 40px;
    font-size: 16px;
    color: #060001;
}

.link a:hover {
    color: #9b0d14;
}

.footer {
    background: url(../images/footer-bg.png) no-repeat center center;
    background-size: cover;
    border-top: 3px solid #be9b60;
}

.foot-top {
    border-bottom: 1px solid #a2262c;
    line-height: 68px;
}

.ft span {
    font-size: 24px;
    color: #fff;
}

.ft a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

.ft a:hover {
    color: #fff;
    opacity: .7;
}

.ft i {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
}

.foot-down {
    padding: 40px 0;
}

.foot-down .fd-l {
    float: left;
    width: 530px;
}

.foot-down .fd-l p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}
.foot-down .fd-l p a {color: #fff;}

.fd-m {
    float: left;
    margin-left: 308px;
}

.fd-m ul li {
    display: inline-block;
    margin-left: 40px;
    width: 120px;
    height: 145px;
    background: rgba(0, 0, 0, .3) url(../images/xx.png) no-repeat right top;
    text-align: center;
    box-sizing: border-box;
}

.fd-m ul li:hover {
    background: rgba(0, 0, 0, .6);
}

.fd-m ul li a {
    display: block;
}

.fd-m ul li a .l-icon {
    margin-top: 30px;
}

.fd-m ul li a p {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
}

.fd-r {
    float: right;
}

.fd-r .ewm img {
    display: block;
}

.fd-r p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}

.logo {    padding-right: 30px;}



.menubar {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: url(../images/menu.png);}

.menubar1 {
	width: 1600px;
	height: 50px;
	margin: 0px auto;}

.menubar .mmiddle {
	height: 50px;
	float: left;
	width: 1300px;
	position:absolute;
	z-index:99;}

.menubar .mmiddle .menuhome {
	width: 117px;
	line-height: 50px;
	float: left;
	text-align: center;
	position:relative;}

.menubar .mmiddle .menu {
	width: 117px;
	line-height: 50px;
	float: left;
	text-align: center;
	position:relative;}

.menubar .mmiddle .menuselected {
	background:#8a0000;
	width:117px;
	height:50px;
	line-height:50px;}


.menubar .mmiddle .menu a {
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	text-decoration: none;
	font-weight: bold;}

.menubar .mmiddle .menu .submenu{
	display:none;
	position:absolute;
	z-index:10000;
	top:48px;
	left:-1px;
	background:#8a0000;
	border-bottom:none;}

.menubar .mmiddle .menu .submenu .submenuitem{
	display:block;
	width:117px;
	float:none;
	margin-right:0px;
	 
	position:relative;
	 
	font-size:14px;}

.menubar .mmiddle .submenuselected {
	background:#000000;
	 
	 }

.menubar .mmiddle .menu1 {
	width: 117px;
	line-height: 50px;
	float: left;
	text-align: center;}

.menubar .mmiddle .menuhome a {
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	text-decoration: none;
	font-weight: bold;}

.menubar .mmiddle a:hover {
	color: #ffffff;}

.menubar .mmiddle .submenuitem a{
	color: #FFFFFF;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	text-decoration: none;}

.top {
	width:1600px;
	height: 105px;
	margin:0px auto;
}

.toplink{
	float:right;
	width:200px;
	margin-top:10px;}
.toplink a{
	margin-left:5px;
        font-size: 14px;
}


.topcontentss {
	width: 240px;
	height: 50px;
	float: right;
	background: url(../images/menu1.png);}

.xysh-logo-right-serch {
	width: 207px;
	height: 28px;
	float: right;
	margin-top: 10px;
	margin-right: 15px;
	background: url(../images/sousuo1.png);}

.xysh-txStyle {
	border: 0px;
	float: left;
	width: 175px;
	height: 25px;
	margin-top: 2px;
	margin-left: 5px;
	text-align: left;}

.xysh-subStyle {
	width: 27px;
	height: 28px;
	background: url(../images/sousuo2.png) no-repeat;
	float: left;
	border: none;}





@media all and (max-width: 1500px) { 

.nav>ul>li>a {    font-size: 22px;}
.link a {    font-size: 18px;}
.foot-down .fd-l p { font-size: 15px;}
.fd-m ul li a p{ font-size: 15px;}
.nav>ul>li ul li a { font-size: 16px;}
}






