/*清除默认样式*/
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;font-weight: normal;}
fieldset,img{border:0;}
img{vertical-align:middle;}
ol,ul,li{list-style-type:none;}
p,big,small,span,font,em{margin:0;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:13px;font-family:inherit;margin:0;outline:none;resize:none;border:none;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;}
body{color:#666;font-size:14px;line-height:24px;font-family:"微软雅黑","宋体", Arial, Helvetica, sans-serif;text-align: justify;}
a{color:#666;text-decoration:none;outline:none;}
a:hover {text-decoration: none;color:#3a3a3a;}
img{-ms-interpolation-mode:bicubic;max-width:100%;-webkit-touch-callout:none;}
/*html5 初始化新标签的CSS*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
/*清除浮动*/
.clearfix:after {clear: both; content: ""; display:block; height: 0; overflow: hidden; visibility: hidden; }
.clearfix { zoom:1;}
/*字体*/
@font-face {
   font-family: "RuiZiChaoPaiHaoHengHeiJian";
   src: url("../font/RuiZiChaoPaiHaoHengHeiJian-DaHei-2.ttf");
}
border-right: 1px solid #656464;
@font-face {
    font-family: "Futura";
    src: url("../font/Futura-Light.woff2");
}
@font-face {
    font-family: "Futura";
    src: url("../font/Futura-Medium.woff2");
}
/*滚动条样式*/
::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #9d0208;
}
/*video标签隐藏下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}
/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.wrap{width:100%;overflow:hidden;}
.mainWidth{width:1000px; margin:0 auto;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.erp{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.center{text-align:center;}
.normal{font-weight:normal;}
.box{box-sizing: border-box;}
.en {font-family: 'Helvetica-Neue-CE-35-Thin';}
.pic-scale{-webkit-transition:opacity 0.55s, -webkit-transform 0.55s;transition: opacity 0.55s, transform 0.55s;-webkit-transform: scale(1);transform: scale(1);}
.radius{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; -ms-border-radius:25px; -o-border-radius:25px;}

body {
	max-width:1920px;
	margin:0 auto;
}
.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.button {
    display:block;
    width:150px;
    height:42px;
    overflow:hidden;
    line-height: 42px;
    padding-left: 35px;
    font-size: 14px;
    color:#666;
	border: 1px solid #b6b6b6;
    border-radius: 25px;
    position:relative;
    transition: all 1s;
}
.button:hover {
    color:#fff;
    background:#9d0208;
	border: 1px solid #9d0208;
    padding-left: 40px;
}

/*头部*/
.header {
    padding: 10px 0;
    border-bottom: none;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index:9;
	background-image: linear-gradient(to top,rgba(0,0,0,0.01) 0,rgba(0,0,0,.5) 100%);
}

/*头部logo*/
.header .logo {
    width: 16%;
    height: 57px;
    background: url(../images/logo-fix.svg) no-repeat left center/90%;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}

/*头部菜单*/
.header .nav {
    width:68%;
    margin-left:5%;
}
.header .nav>ul {
    width:100%;
}
.header .nav>ul>li {
    float: left;
    width:11%;
	padding: 2% 0;
    text-align: center;
	position:relative;
}
.header .nav>ul>li>a {
    font-size: 16px;
    color:#fff;
}

.header .nav>ul>li a:hover {
    color:#d10000;
}


/*头部菜单-下拉菜单*/
.header .nav ul li .sub-box {
	display:none;
	position: absolute;
    z-index: 999;
    left: 0;
	top: 60px;
	width: 100%;
	padding: 1% 0;
	background: #fff;
	border-radius:5px;
    overflow: hidden;
    transition: all 0.3s;
}
.header .nav ul li:hover .sub-box {
	display:block;
}

.header .nav ul li .sub-box {}
.header .nav ul li .sub-box ul {
    width: 100%;
}
.header .nav ul li .sub-box ul li {
	padding: 15px 0;
    border-bottom: 1px dotted #eee;
}
.header .nav ul li .sub-box ul li:hover {
}

.header .nav ul li .sub-box ul li h3 {
    font-size: 24px;
    color: #fff;
    margin-top: 5%;
	opacity:0.5;
}
.header .nav ul li .sub-box ul li h4 {
    font-size: 16px;
    color: #fff;
    margin: 30px 0 100px 0;
}
.header .nav ul li .sub-box ul li h4 a {
    color: #fff;
}
.header .nav ul li .sub-box ul li .item {}
.header .nav ul li .sub-box ul li .item a {
    font-size: 14px;
    color: #fff;
    padding:0 20px;
    position:relative;
}
.header .nav ul li .sub-box ul li .item a::after {
    content: '';
    display: block;
    position:absolute;
    top:5px;
    right:0;
    width: 1px;
    height: 14px;
    background:#553d58;
    z-index:1;
}
.header .nav ul li .sub-box ul li .item a:last-child::after {
    display:none;
}

.header .menu{ 
    display:none;
    width:39px; height:39px;
    margin-left:20px;
    margin-top:8px;
    background:url(../images/menu.svg) no-repeat center; background-size:cover;
}

.header .submenu {
    max-width:18%;
	margin-top:1%;
}
.header .submenu .btn {
    width:40px;
    height:40px;
    margin-right: 10px;
}
.header .submenu .search {
    background: url(../images/search.svg) no-repeat center center/26px;
}




/*头部logo*/
.headerfix{
    background:#fff;
    box-shadow: 0 4px 8px 0 rgb(7 17 27 / 10%);
}
.headerfix .logo {
    width: 16%;
    height: 57px;
    background: url(../images/logo.svg) no-repeat left center/90%;
}
.headerfix .nav>ul>li>a {
    color: #3a3a3a;
}


/*自适应样式*/
@media screen and (max-width:1024px){
/*头部*/
.header {
    padding: 0px 0;
}
/*头部logo*/
.header .logo {
    width: 60%;
    background: url(../images/logo-fix.svg) no-repeat left center;
    background-size: 70%;
}
.headerfix .logo {
    width: 60%;
    background: url(../images/logo.svg) no-repeat left center;
    background-size: 70%;
}
/*头部菜单*/
.header .nav {
	display:none;
	position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px;
    line-height:30px;
    background: #9d0208;
}
.header .nav>ul {
    width:100%;
}
.header .nav>ul>li {
    width:100%;
	margin:1% 0;
	padding:5px 20px;
    text-align: left;
	*background: url(../images/service/more.svg) no-repeat right center/13px;
}
.header .nav>ul>li>a {
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
    margin: 0 0 0 0;
    color: #fff;
    font-family: 'RuiZiChaoPaiHaoHengHeiJian';
    position: relative;
}
.header .nav>ul>li>a>span {
    display:none;
    font-size: 12px;
    color:#f6f6f6;
    margin-top: 0px;
}
.header .nav>ul>li:hover a {
    color:#fff;
}
.header .nav>ul>li:hover>a>span{
    color:#fff;
}
/*头部菜单-下拉菜单*/
.header .nav ul li .sub-box {
	display:none;
	position: absolute;
    width: 100%;
	padding:4% 0;
    background: rgba(12,55, 113, 0.99);
	border-bottom: solid 1px #fff;
    z-index: 999;
    left: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.header .nav ul li:hover .sub-box {
	display:none;
}
.header .nav ul li .sub-box  .item-fl {
	width: 100%;
	text-align:left;
}
.header .nav ul li .sub-box  .item-fl h3 {
	display:inline-block;
	font-size: 24px;
    padding: 0 10px;
    margin:0 0 10% 0;
    color: #fff;
	font-family: 'RuiZiChaoPaiHaoHengHeiJian';
    position: relative;
}
.header .nav ul li .sub-box  .item-fl h3:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0%;
    width: 100%;
    height: 10px;
    background: #ffc006;
    z-index: -1;
    transition: all 0.5s;
}
.header .nav ul li .sub-box  .item-fl p {
	font-size:14px;
	color:#fff;
	line-height: 1.6;
	text-align:left;
}
.header .nav ul li .sub-box  .item-fr {
	width: 100%;
	border-left:none;
}
.header .nav ul li .sub-box  .item-fr a {
	display:block;
	float: left;
    width: 33.3%;
    padding: 0 4.016%;
	margin-bottom:8%;
}
.header .nav ul li .sub-box  .item-fr a h4 {
	font-size:20px;
	color:#aac2e2;
	font-family: 'Futura';
	text-transform: uppercase;
	transition: all 0.5s;
}
.header .nav ul li .sub-box  .item-fr a h3 {
	font-size:14px;
	color:#fff;
}
.header .menu{ 
    display:block;
	width:39px; 
	height:39px;
	margin-left:20px;
	margin-top:8px;
	background:url(../images/menu.svg) no-repeat center/30px;
}
.headerfix .menu{ 
    background:url(../images/menu-fix.svg) no-repeat center/30px; 
}
.headerfixmenu .menu{ 
    background:url(../images/menu-close-fix.svg) no-repeat center/30px; 
}
.header .submenu {
	display:none;
    width:18%;
}
.header .submenu .search {
    padding: 0% 0% 0 0%;
    margin-right: 10%;
    margin-top: 4%;
    max-width: 170px;
}
.header .submenu .search form {
    height: 36px;
    line-height: 36px;
    border: 1px solid #fff;
    padding: 0 12px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.header .submenu .search .test {
    float: left;
    width: 84%;
    font-size: 12px;
    color: #fff;
    background: none;
	
}
.header .submenu .search .button {
    width: 16%;
    background:url(../images/search.svg) no-repeat center/20px;
}
.header .submenu .buss {
    width:30px;
    height:30px;
    margin-top: 4%;
    -webkit-border-radius: 50%;
    background:#fff url(../images/buss-icon.svg) no-repeat center center/20px;
}
.header .submenu .buss a {
	display:block;
    width:100%;
    height:100%;
}
}


.footer {
    padding:5% 0 4% 0;
    background: #242424;
}
.footer .footer-box {
}

.footer .footer-box .foot-menu {
    float:left;
    width:60%;
	border-right: 1px solid #656464;
}

.footer .footer-box .foot-menu .item {
    float:left;
    width:18%;
}

.footer .footer-box .foot-menu .item a.tit {
    font-size: 17px;
    color: #f6f6f6;
    margin-bottom: 20px;
    padding:0px 0;
}
.footer .footer-box .foot-menu .item a {
    display:block;
    font-size: 14px;
    color:#999;
    padding:6px 0;
    transition: all 1s;
}
.footer .footer-box .foot-menu .item a:hover {
    transform: translate(5px,0px);
}

.footer-contact {
    float:right;
    width:30%;
}

.footer-contact .tel {}
.footer-contact .tel p {
    font-size: 12px;
    color:#999;
    margin-bottom: 5%;
}
.footer-contact .tel a {
    font-size: 46px;
    color: #fff;
    letter-spacing: 0;
    font-family: 'Futura';
}

.footer-contact .address {
    margin:5% 0 3% 0;
}
.footer-contact .address p{
    font-size: 14px;
    color:#999;
    padding:5px 0;
}

.footer-contact .code {
	width:100px;
	text-align:center;
}
.footer-contact .code p {
    font-size: 12px;
    color:#666;
    margin-bottom: 20px;
}



.copy {
    padding:10px 0;
    background:#9d0208;
}
.copy p {
    display:inline-block;
    margin:0 20px 0 0;
    font-size: 14px;
    color:#fff;
}
.copy a {
    color:#fff;
}

@media screen and (max-width:1024px){
.footer {
    padding:10% 0 6% 0;
}

.footer .footer-box {}

.footer .footer-box .foot-menu {
    width:100%;
	padding: 0 10%;
	border-right:none;
}

.footer .footer-box .foot-menu .item {
    width:100%;
}

.footer .footer-box .foot-menu .item a.tit {
	display: block;
    margin-bottom: 20px;
    padding: 0 0 5% 0;
    border-bottom: 1px dotted #3a3939;
    background: url(../images/service/more.svg) no-repeat right center/13px;
}
.footer .footer-box .foot-menu .item a {
    display:none;

}

.footer-contact {
	margin:5% 0 0 0;
    width:100%;
}

.footer-contact .tel {}
.footer-contact .tel p {
    font-size: 12px;
    color:#666;
    margin-bottom: 5%;
}
.footer-contact .tel a {
    font-size: 32px;
}

.footer-contact .address {
    margin:5% 0 3% 0;
}
.footer-contact .address p{
}

.footer-contact .code {
}
.footer-contact .code p {
}
.footer-contact .code-icon span {
}
.footer-contact .code-icon span>img {

}
.footer-contact .code-icon span .fix {

}
.footer-contact .code-icon span .fix img {

}
.footer-contact .code-icon span .fix:after {
}
.footer-contact .code-icon span:hover .fix {
}

.copy {
   
}
.copy p {

}
.copy a {
}
}



/*浮窗视频播放*/
.modal .modal-header{ border-bottom:none;}
.modal{text-align:center; width:100%; height:100%;}
.modal .modal-content{ width:100%; height:100%; position:absolute;margin:0 auto; left:0; right:0;top:50%;margin-top:-275px;max-width:1000px; height:auto;}
.modal .modal-content video{ width:100%; height:100%; height:auto;}



/*右边浮窗按钮*/
.right-fixed {
    position:fixed;
    bottom: 30%;
    right: 0;
    width: 70px;
    z-index: 999;
}
.right-fixed .icon {
    background: #9d0208;
    padding:2px;
    margin-bottom: 1px;
    cursor: pointer;
    text-align: center;
    position:relative;
}
.right-fixed .icon i {
    display:inline-block;
    width:70px;
    height:42px;
    line-height: 42px;
}
.right-fixed .icon i img {
    width:35px;
}
.right-fixed .icon span {
    font-size: 12px;
    color:#fff;
}
.right-fixed .icon:hover {
    background:#9d0208;
}
.right-fixed .icon .weixin {
    display:none;
    position: absolute;
    top: -32px;
    right: 80px;
    width: 130px;
    min-height: 130px;
	padding:10px;
	border-radius:10px;
    background: #fff;
	overflow:hidden;
}
.right-fixed .icon:hover  .weixin {
    display:block;
}
.right-fixed .icon .weixin img {
    max-width:100px;
}
.right-fixed .icon  .call {
    position: absolute;
    top: 0;
    right: -300px;
    width: 200px;
    height: 70px;
    background: #9d0208;
    padding:22px 0;
    box-sizing:border-box;
    overflow:hidden;
    transition: all 0.5s;
}
.right-fixed .icon:hover .call {
    right: 71px;
}
.right-fixed .icon  .call .no {
    font-size: 24px;
    color: #fff;
}
/*自适应样式*/
@media screen and (max-width:1024px){
.right-fixed {
	display: flex;
    position:fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}
.right-fixed .icon{
	flex: 1;
}
.right-fixed .icon i {
    display:block;
    width:100%;
    height:30px;
    line-height: 30px;
	text-align:center;
}
.right-fixed .icon i img {
    width:25px;
}
.right-fixed .icon span {
    font-size: 12px;
    color:#fff;
}
.right-fixed .icon:hover {
    background:#9d0208;
}
.right-fixed .icon .weixin {
    display:none;
    position:absolute;
    top:-32px;
    right:80px;
    width:100px;
    height:100px;
}
.right-fixed .icon:hover  .weixin {
    display:block;
}
.right-fixed .icon .weixin img {
    width:100%;
}
.right-fixed .icon  .call {
	display:none;
}
.right-fixed .icon:hover .call {
    right: 71px;
}
.right-fixed .icon  .call .no {
    font-size: 24px;
    color: #fff;
}
}


/*搜索功能*/
.search-product {
    display:none;
}
.searchfix {
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.searchfix .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background:rgba(0, 0, 0, 0.6);
}
.searchfix .box {
    background: #fff url(../images/logo.svg) no-repeat center 18%;
    background-size: 20%;
    max-width: 1200px;
    margin: -300px auto;
    padding: 150px 15px 100px 15px;
    top: 50%;
    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 2px #ccc;
}
.searchfix .box form {
    display:block;
    width:424px;
    margin:0 auto;
}
.searchfix .box .test {
    float: left;
    width: 360px;
    height: 42px;
    line-height: 42px;
    color: #252525;
    border:1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
}
.searchfix .box .btn {
    width: 60px;
    height: 42px;
    line-height: 38px;
    background:#9d0208 url(../images/search.svg) no-repeat center center/26px;
}
.searchfix .box .btn:hover {
    background:#9d0208 url(../images/search.svg) no-repeat center center/28px;
}




/*浮窗留言*/
.fixed-msg {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background: rgba(0,0,0, 0.6);
	z-index: 99999999999999;
}
.fixed-msg .msg-box {
    height: 430px;
    width: 50%;
    margin:10% auto;
    padding:50px;
    background:#fff;
	border-radius: 20px;
    position:relative;
}
.fixed-msg .msg-box h4 {
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}
.fixed-msg .msg-box h4 strong {
    font-size: 37px;
    color: #9d0208;
}
.fixed-msg .msg-box h5 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #666666;
    text-align: center;
}
.fixed-msg .msg-box .closefix {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    background: url(../images/close.svg) no-repeat left top/20px;
	cursor: pointer;
	transition: all 0.5s;
}
.fixed-msg .msg-box .closefix:hover {
	transform:rotate(90deg);
}
.fixed-msg .msg-box .form {}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
    float:left;
    background: #f5f5f5;
    border: solid 1px #d2d2d2;
    font-size: 14px;
    padding: 0 5%;
    margin:1%;
    line-height: 46px;
    width: 48%;
    height:46px;
}
.fixed-msg .msg-box .fixSubmit{
    background: #9d0208 url(../images/more-icon.png) no-repeat 85% center/10px;
    border: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 180px;
    line-height: 40px;
    margin: 20px auto;
    clear: both;
	transition: all 0.5s;
    cursor: pointer;
}
.fixed-msg .msg-box .fixSubmit:hover {
	background: #e1aa06 url(../images/more-icon.png) no-repeat 90% center/10px;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1024px){
.fixed-msg .msg-box h4 {
    font-size: 20px;
}
.fixed-msg .msg-box h4 strong {
    font-size: 20px;
}
.fixed-msg .msg-box h5 {font-size:14px;}
.fixed-msg .msg-box {
    height: 100%;
    width: 100%;
    margin:0% auto;
}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
	margin:1%;
    line-height: 46px;
    width: 100%;
	height:46px;
}
}


/*二级栏目无banner图*/
.none-banner {
	height:120px;
}
/*自适应样式*/
@media screen and (max-width:1024px){
.none-banner {
	height:60px;
}
}



/*当前位置*/
.position {
    color: #666;
    font-size: 14px;
	height:50px;
}
.position .position-link {
    min-width: 200px;
    min-height: 50px;
    line-height: 50px;
}
.position .position-link a:hover,.position .position-link a:last-child {
    color:#9d0208;
}
.position .position-nav {
    min-width:200px;
}
.position ul li {
    float: left;
    padding-left: 30px;
    height: 50px;
    display: block;
}
.position ul .cur a{
     color: #9d0208;
     border-bottom: 3px solid #9d0208;
 }
.position ul li a {
    display: block;
    height: 50px;
    line-height: 46px;
    float: none;
    font-size: 16px;
    color: #666;
    padding: 0 8px;
    border-bottom: 3px solid #f7f7f7;
}
.position-title {
    width:100%;
    padding:4% 0;
}
.position-title p {
    text-align:center;
}
.position-title .en {
    font-size: 24px;
    padding-bottom: 10px;
}
.position-title .cn {
    font-size: 20px;
}



/*分页页码*/
.page {
	padding:30px 0px;
	text-align:center;
	overflow:hidden
}
.page ul li {
	display:inline-block;
	height:30px
}
.page ul li a {
	display:block;
	font-size:12px;
	line-height:30px;
	height:30px;
	padding:0 12px;
	text-align:center;
	color:#333;
	border:1px solid #e3e3e3;
	background:#fff
}
.page a:hover {
	text-decoration:none
}
.thisclass {
	line-height:30px;
	padding:0 12px;
	text-align:center;
	margin-left:2px;
	background:#9d0208;
	color:#fff
}




/*网站sitemap地图*/
.sitemap {
}
.sitemap .linkbox {
	margin:10px 0;
}
.sitemap .linkbox h3 {
	max-width:100px;
	font-size: 16px;
    color: #fff;
    padding: 10px;
    border-bottom:1px dotted #ccc;
	position: relative;
}
.sitemap .linkbox h3 a {
	color: #000;
    font-size: 16px;
}
.sitemap .linkbox ul {}
.sitemap .linkbox ul li {
	display:inline-block;
	padding:10px 15px;
}
.sitemap .linkbox ul li a {}
.sitemap .linkbox ul li:hover a {
	color:#9d0208;
}
.sitemap .artkbox {
	margin:10px 0;
}
.sitemap .artbox h3 {
	max-width:100px;
	color: #000;
	font-size: 16px;
    padding: 10px;
	border-bottom:1px dotted #ccc;
}
.sitemap .artbox h3 a {
	color: #000;
    font-size: 16px;
}
.sitemap .artbox ul {
	padding:20px 0;
}
.sitemap .artbox ul li {
	display:inline-block;
	width:30%;
	padding:5px;
}
.sitemap .artbox ul li a {}
.sitemap .artbox ul li:hover a {
	color:#9d0208;
}




/*子栏目菜单*/
.twomenu {padding:2% 0 2% 0;}
.twomenu .title{overflow:hidden;}
.twomenu .title font{ font-size:30px; margin-right:5%;line-height:34px; text-transform:uppercase;font-family: 'Futura';}
.twomenu .title em{ border:solid 1px #cfcfcf;background:#fff; margin-top:10px;margin-left: 10px;text-align:center; width:100%; font-style:normal;max-width: 150px;line-height: 40px;}
.twomenu .title em a{font-size: 14px; color:#464646;}
.twomenu .title .cur,.title em:hover {background:#9d0208;border: solid 1px #9d0208;}
.twomenu .title .cur a,.title em:hover a {color:#fff;}
/*自适应样式*/
@media screen and (max-width:1024px){
.twomenu {padding:2% 0 2% 0;}
.twomenu .title{overflow:hidden;}
.twomenu .title font{display:none;font-size:16px;}
.twomenu .title em{ border:solid 1px #cfcfcf; margin-top:5px;margin-left:5px;text-align:center; width:100%; font-style:normal;max-width: 110px;line-height: 32px;}
.twomenu .title em a{font-size: 12px; color:#464646;}
}

/*自适应样式 end*/


/*友情链接*/
.friend-link {
    background: #a10c12;
}
.friend-link a {
    color:#fff;
    opacity: 0.1;
}
/*友情链接 end*/



/*PC端和移动端显示和隐藏  公共样式*/
.pc {
	display:block !important;
}
.mobile {
	display:none !important;
}
@media screen and (max-width:1024px){
.pc {
	display:none !important;
}
.mobile {
	display:block !important;
}
}



/*图片自动动态效果  公共样式*/
@keyframes efeect-photo {
  0% {
      opacity:0.9;
      transform: scale(1);
  }
  50% {
      opacity:1;
      transform: scale(1.02);
  } 
  100% {
      opacity:0.9;
      transform: scale(1);
  }
   
}
.twobanner>img {
	animation: efeect-photo 10s linear infinite;
}

