@charset "utf-8";
/* CSS Document */
.head {
    position: fixed;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
	height:108px;
}

.head.on {
    background-image: linear-gradient(to bottom, #ce1b1e , #fb7920);
}

.logo {
    margin-top: 30px;
	position: absolute;
    left: 200px;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
	max-width:100%;
}

#pc-menu {
	float:right;
}

.menu-nav {
    float: left;
}

.menu-n-top {
	padding: 10px 0;
    position: relative;
	overflow:hidden;
}

.top_right{ float:right; color:#fff; font-size:14px;line-height: 40px; margin-right:50px;}
.top_right a{ padding:0px 8px; color:#fff; display:inline-block;}
.top_right a:hover{ color:#f2c169;}
.lf { float: left; }
.rig { float: right; }
.none { display: none; }
.select-bg,.sinput,.section-list li a,.tabBox .prev,.tabBox .next,.tabBox .text {
	-webkit-transition: all .3s cubic-bezier(.7,0,.1,1);
	transition: all .3s cubic-bezier(.7,0,.1,1);
}
/*全局的input样式*/
	input::-webkit-input-placeholder{ color: #b1b0b1;font-size: 15px;}
	input::-moz-input-placeholder{ color: #b1b0b1;font-size: 15px;}
	input::-ms-input-placeholder{ color: #b1b0b1;font-size: 15px;}

/*搜索部分*/
.select {
	position:relative;
}
/*
.select-bg {height: 32px; float:right;}


.select-input>input { display: inline-block; outline: none; border: none;
	height: 33px;
}
.select-input>.sinput { 
    margin-left: 4px;
	opacity: 0; 
	width: 0;
	padding-left: 0px;
}
.select-input>.sinputClick { width: 30px;height: 30px;background:url(../images/sou_03.png) no-repeat right;}

.select-input:hover .sinput{ width: 230px; opacity: 1; }
.select-input:hover .select-bg { width: 520px; }*/

#bnt_search {position: absolute;right: 0;top: 0;height: 40px;width: 40px;}
#bnt_search a {display: block;background: url(../images/sou_03.png) center no-repeat;height: 40px;width:40px;}
#j_seach_box {position: fixed;z-index: 9999;top: 0;left: 0;display: none;height: 100%;width: 100%;}
#j_seach_box .bg_box {
    position: fixed;
    z-index: 9994;
    top: 0px;
    display: none;
    height: 100%;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#D8000000', endColorstr='#D8000000');
    background: rgba(0,0,0,0.85);
}

#j_seach_box form {
    position: absolute;
    overflow: hidden;
    top: 45%;
    z-index: 9999;
    width: 680px;
    left: 0;
	right:0;
	margin:0 auto;
}
#j_seach_box .box_size{font-size:50px;color:#FFF;position:absolute;left:0;right:0;margin:0 auto;z-index:99999;width:56%;text-align:right;top: 20%;cursor:pointer;}
#j_seach_box input[type="text"] {border: none;width: 560px;display: block;height: 60px;color: #434343;font-size: 16px;background:#FFF;line-height: 60px;float:left;text-indent:15px;}
#j_seach_box input[type="submit"] {background-image: linear-gradient(to bottom, #ce1b1e , #fb7920);height: 60px;width: 120px;cursor: pointer;border: none;color:#FFF;float:left;text-align:center;font-size:24px;line-height:40px;}
.over{ float:left; margin-left:78px; padding-top:10px;}
/*================= banne===================*/
.g-banner{ width:100%; height:auto; overflow:hidden; position:relative;    border-top: 6px #c9111e solid;}
.g-banner .hd ul{ overflow:hidden; zoom:1; margin:0 -2% 0 0;}
.g-banner .hd ul li{ margin-right:2%;  width:12.28%; height:102px; color:#FFF; cursor:pointer;     display: inline-block; text-align:center; overflow:hidden; background:#FFF; border:4px #fff solid;}
.g-banner .hd ul li img{ width:100%; height:100%;}
.g-banner .hd ul li.on{ border:4px #ffbe00 solid;}
.g-banner .bd{ position:relative; height:100%; z-index:0;   }
.g-banner .bd li{ zoom:1; vertical-align:middle;height:auto; position:relative;overflow:hidden;}
.g-banner .bd img{ max-width:100%; height:auto; display:block; position:relative; /*border-top:6px #c9111e solid;*/}
.g-banner .hd{ height:102px; overflow:hidden; position:absolute; bottom:25px; z-index:1; text-align:center; left:0; right:0;}
.g-banner .hd a{ display:inline-block;}


.ph_banner{ width:100%; overflow:hidden; display:none;}
.ph_banner .banner_pad_cen{ width:100%; height:auto; overflow:hidden; position:relative;}
.ph_banner .banner_pad_cen .slick-dots{ bottom:10px;}
.ph_banner .banner_pad_cen .slick-dots li{ width:16px; height:16px; border:1px #FFF solid; border-radius:50%;}
.ph_banner .banner_pad_cen .slick-dots li.slick-active{ background:#c9111e; border:1px #c9111e solid;}
.ph_banner .banner_pad_cen .bd{ position:relative; height:100%; z-index:0;   }
.ph_banner .banner_pad_cen .bd li{ zoom:1; position:relative;overflow:hidden;}
.ph_banner .banner_pad_cen .bd img{ width:100%; height:auto; display:block; position:relative;}



.layout{
	width:1400px;
	margin:0 auto;
}



/* 导航 */

.nav {
    float: right;
}

.nav>ul>li {
    float: left;
    position: relative;
}

.nav>ul>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding: 0 15px;
}

.nav>ul>li:hover>a {

}

.nav>ul>li.active>a {

}

.nav>ul>li>div{
    position: absolute;
    top: 100%;
    width: 117%;
    right: -10px;
	background:url(../images/nav_03.png) top no-repeat;
    margin-top:3px;
    z-index: 9999;
    overflow: hidden;
    line-height: normal;
	text-align:center;
	display:none;    box-shadow: 0px 10px 25px -5px #b1b1b1;
}

.nav>ul>li>div>ul{
	background:#fff;
	margin-top:11px;
}

.nav>ul>li>div>ul>li{
	width:100%;
	line-height:46px;
}
.nav>ul>li>div>ul>li:hover{    background-color: #c9111e;

}
.nav>ul>li>div>ul>li>a:hover{color: #ffffff;

}
.nav>ul>li>div>ul>li>a{
	display:block;
	font-size:16px;
	color:#333333;
}


.menu2 {
	float:left;
	padding: 6px 0 0 125px;
}

.meun2-btn {
    width: 98px;
    height: 74px;
    background: url(../images/pc_menu_03.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
}

.menu2-m {
    position: fixed;
    width: 15%;
    top: 0;
    right: 0;
    background-image: linear-gradient(to bottom, #ce1b1e , #fb7920);
    overflow: hidden;
}

.menu2-m>div {
    position: absolute;
    top: 0;
    right: 10px;
    left: 30px;
    bottom: 0;
    padding-top: 100px;
    padding-bottom: 230px;
}

.menu2-mt {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
}

.menu2-mt {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
}

.search2 {
    background: #fff;
    width: 80%;
    padding-right: 50px;
    z-index: 9;
    border-radius: 20px;
    position: relative;
}

.search2 input {
    border: none;
    outline: none;
    vertical-align: middle;
}

.search2-text {
    display: block;
    width: 90%;
    line-height: 37px;
    background: none;
    padding: 0 5%;
}

.search2-sbt {
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 0;
    font-size: 0;
    width: 20px;
    height: 37px;
    background: url(../images/sousuo2.png) no-repeat;
    background-position: center center;
}

.close-menu2 {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    background: url(../images/close-menu2.png) no-repeat;
    background-position: right center;
}


.menu2-mm {
    height: 100%;
}

.m2-mml {
    float: left;
    width: 100%;
    height: 100%;
    border-right: 1px solid #f87220;
}

.m2-mml>ul {
    width: 100%;
    padding-right: 20px;
    height: 100%;
}

.m2-mml>ul>li {
    padding-right: 20px;
    margin-bottom: 10px;
}

.m2-mml>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
}

.m2-mml>ul>li {
    position: relative;
}

.m2-mml>ul>li>span {
    position: absolute;
    z-index: 9;
    width: 20px;
    height: 20px;
    right: 0;
    top: 20px;
    background: url(../images/nav-li-left2_new.png) no-repeat;
    background-position: center center;
    background-size: 6px;
    transition: all 0.3s;
    cursor: pointer;
}

.m2-mml>ul>li>ul {
    padding-left: 15px;
    display: none;
}

.m2-mml>ul>li>ul>li>a {
    font-size: 14px;
    color: #fff;
    line-height: 35px;
}

.m2-mml>ul>li>span.on {
    transform: rotate(90deg);
}

.index-bg{
	width:100%;
	overflow:hidden;
	background:url(../images/bg_02.jpg) no-repeat;
}

.box1{
	width:100%;
	padding-top:50px;
	overflow:hidden;
}

.gg-tit {
    margin-bottom: 30px;
}

.gg-tit h2 {
    font-size: 0;
}

.gg-tit h2 span {
    display: inline-block;
    font-size: 30px;
    color: #333;
    font-weight: 600;
    vertical-align: middle;
}

.gg-tit h2 i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #c4ccda;
    margin: 0 25px 0 8px;
    font-style: normal;
    position: relative;
    padding-bottom: 3px;
}

.gg-tit h2 i::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33px;
    height: 1px;
    background: #c4ccda;
}

.gg-tit h2 img {
    display: inline-block;
    vertical-align: middle;
}

.s1-fl {
    float: left;
    width: 54%;
}

.s1-fl .pic{
	width:100%;
	height:443px;   
}

.s1-fl .pic img{
	width:100%;
	height:444px;
}

.s1-f1-infon {
	background-image: linear-gradient(to right, #ce1b1e , #f56c20);
    margin-bottom: 30px;
    color: #fff;
    padding-left: 25px;
    padding-right: 100px;
    padding-bottom: 30px;
    position: relative;
}

.s1-f1-infon>p {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 70px;
    font-weight: 600;
}

.s1-f1-date {
    position: absolute;
    right: 30px;
    top: 20px;
}

.s1-f1-date span {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    top: -5px;
}

.s1-f1-date i {
    font-style: normal;
    font-size: 16px;
    padding-top: 10px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.s1-f1-infon a {
    position: absolute;
    right: 30px;
    bottom: -15px;
    background: #fff;
    line-height: 34px;
    font-size: 14px;
    color: #c9111e;
    padding: 0 30px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(59, 77, 112, .16);    transition: all 0.35s ease-in-out;
}
.s1-f1-infon a:hover {
    margin-top: -10px;
    margin-bottom: 10px;
}
.s1-f1-infon a img {
    display: inline-block;
    margin-left: 25px;
}

.s1-fr{
	width:43%;
	float:right;
	overflow:hidden;
}

.s1-fr ul li{
	width:100%;
	height:124px;
	border:1px #eeeeee solid;
	background:#FFF;
	margin-bottom:20px;
}

.sl-fr-nav{
	width:78%;
	height:124px;
	float:left;
	overflow:hidden;
	border-right:1px #eeeeee solid;
}

.sl-fr-nav a{
	display:block;
	padding:25px 30px 0 50px;
	background:url(../images/eve_03.jpg) 25px 25px no-repeat;
}

.sl-fr-nav h4{
	display:block;
	font-size:16px;
	color:#333333;
	font-weight:bold;
}

.sl-fr-nav p{
	display:block;
	font-size:14px;
	line-height:24px;
	color:#666666;
	padding-top:7px;
}

.sl-fr-time{
	width:22%;
	height:124px;
	float:left;
	text-align:center;
	color:#c9111e;
}

.sl-fr-time h6{
	font-size:46px;
	padding-top:25px;
	font-weight:bold;
}

.sl-fr-time h4{
	font-size:16px;
	padding-top:14px;
}

.box2{
	width:100%;
	overflow:hidden;
	padding-top:30px;
	padding-bottom:30px;
}

.notice{
	width:100%;
	overflow:hidden;
}

.notice ul{
	margin:0 -3% 0 0;
	zoom:1;
}

.notice ul li{
	width:22%;
	/*height:160px;*/
	background:url(../images/notice_03.png) no-repeat;
	float:left;
	padding:30px 25px 30px 25px;border-bottom: 5px solid #c9111e;
	margin-right:3%;
}
.notice ul li div{position: relative;padding-left: 20px;    border-left: 1px solid #ffebeb;}
.notice ul li >div::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    width: 3px;
    height: 15px;
    background: #f1c0c0;
}
.notice ul li >div::after {
    content: "";
    position: absolute;
    left: -2px;
    bottom: 0;
    width: 3px;
    height: 15px;
    background: #f1c0c0;
}
.notice ul li span{
	display:block;
	font-size:14px;
	color:#333333;
}

.notice ul li a{
	display:block;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	padding-top:25px;
	line-height:28px;
}

.box3{
	width:100%;
	overflow:hidden;
	padding-top:50px;
}

.box-notice{
	width:100%;
	overflow:hidden;
}

.box-notice ul li{
	width:20%;
	float:left;
	height:376px;
}

.box-notice-nav{
	padding:63px 22px 0 27px;
	overflow:hidden;
}

.no1{
	background:url(../images/notice_03.jpg) no-repeat;
	background-size:100% 100%;
}
.box-notice ul li:nth-last-child(5){
	background:url(../images/notice_03.jpg) no-repeat;
	background-size:100% 100%;
}
.no2{
	background:url(../images/notice_04.jpg) no-repeat;
	background-size:100% 100%;
}
.box-notice ul li:nth-last-child(4){
	background:url(../images/notice_04.jpg) no-repeat;
	background-size:100% 100%;
}
.no3{
	background:url(../images/notice_05.jpg) no-repeat;
	background-size:100% 100%;
}
.box-notice ul li:nth-last-child(3){
	background:url(../images/notice_05.jpg) no-repeat;
	background-size:100% 100%;
}
.no4{
	background:url(../images/notice_06.jpg) no-repeat;
	background-size:100% 100%;
}
.box-notice ul li:nth-last-child(2){
	background:url(../images/notice_06.jpg) no-repeat;
	background-size:100% 100%;
}
.no5{
	background:url(../images/notice_08.jpg) no-repeat;
	background-size:100% 100%;
}
.box-notice ul li:nth-last-child(1){
	background:url(../images/notice_08.jpg) no-repeat;
	background-size:100% 100%;
}
.s2-f1-date {
    font-size: 16px;
    margin-bottom: 35px;
	color:#FFF;
}

.s2-f1-date span {
    display: inline-block;
    position: relative;
    top: -10px;    font-size: 22px;font-weight:bold;
}

.s2-f1-date i {
    font-style: normal;
    display: inline-block;
    position: relative;
    top: 10px;    font-size: 16px;    margin-left: 7px;
}

.box-notice ul li .box-title{
	display:block;
	color:#ffffff;
	font-size:16px;
	line-height:28px;
	font-weight:bold;
	padding-bottom:30px;
}

.box-notice ul li p{
	display:block;
	font-size:14px;
	line-height:22px;
	color:#FFF;
	height:100px;
	overflow:hidden;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.box-notice ul li .box-more{
	float:right;
}

.box4{
	width:100%;
	padding-top:40px;
	overflow:hidden;
}

.jx-left{
	float:left;
	height:480px;
	width:65%;
	background:url(../images/pnbg_03.jpg) no-repeat;
}

.jx-nav{
	padding-top:70px;
	width:80%;
	margin:0 auto;
	position:relative;
	padding-bottom:47px;
}

.jx-nav:before{ 
	content: ''; 
	position: absolute; 
	bottom: 0px; 
	right: 0; 
	width: 100%; 
	z-index: 0; 
	height: 248px; 
	background-color: #fff;
}

.jx-nav .jx-ui{
	width:100%;
	overflow:hidden;
	position:relative;
	float:left;
}

.jx-nav .jx-img{
	float:left;
	width:51.5%;
	height:248px;
	overflow:hidden;
	margin-right:28px;
}

.jx-nav .jx-img img{
	width:100%; 
	height:100%; 
	transition: all 1s ease-out;
}

.jx-nav .jx-img img:hover{
	transform: scale(1.2);
}

.jx-cen{
	padding-top:80px;
	padding-right:20px;
}

.jx-title{
	display:block;
	color:#333333;
	font-size:16px;
	line-height:26px;
	font-weight:bold;
}

.jx-nav .jx-ui span{
	display:block;
	font-size:14px;
	color:#999999;
	padding-top:20px;
}

.jx-nav .jx-ui p{
	display:block;
	font-size:14px;
	line-height:24px;
	color:#666666;
	padding-top:20px;
	overflow:hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jx-nav .slick-prev, .slick-next{
	width:38px;
	height:38px;
	top:143%;
}

.jx-nav .slick-prev{
	background:url(../images/prev_03.png) no-repeat;
	left:25%;
}

.jx-nav .slick-next{
	background:url(../images/next_05.png) no-repeat;
	right:25%;
}

.jx-nav .slick-dots{
	bottom:-120px;
}

.jx-nav .slick-dots li{
	width:23px;
	height:23px;
	border:1px #da6c74 solid;
	border-radius:50%;
}

.jx-nav .slick-dots .slick-active{
	background:#fb7920;
	border:1px #fb7920 solid;
}

.jx-right{
	width:35%;
	height:480px;
	float:left;
	background:url(../images/pnkbg_03.jpg) no-repeat;
	padding:64px 38px 0 38px;
	position:relative;
}

.s2-sedr ul {
    padding-top: 10px;
    padding-right: 80px;
}

.s2-sedr ul li {
    padding-bottom: 15px;
    border-bottom: 1px solid #c4656b;
	margin-bottom:17px;
}

.s2-sedr ul li a {
    display: block;
    padding-bottom: 10px;
    background: url(../images/more-r3.png) no-repeat;
    background-position: right bottom;
	font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s2-sedr ul li span{
	font-size:14px;
	color:#e37179;
	font-weight:normal;
	padding-left:20px;
}

.s2-sedr-t {
    position: absolute;
    right: 38px;
    top: 64px;
    bottom: 0;
    width: 30px;
}

.s2-sedr-t h2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 33px;
}

.s2-sedr-t h2 a {
    display: block;
}

.s2-sedr-t h2 img {
    margin-top: 25px;
    margin-bottom: 25px;
}

.s2-sedr-t::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 230px;
    background: #fff;
}

.box5{
	width:100%;
	padding-top:50px;
	overflow:hidden;
	padding-bottom:40px;
}

.ztzl_nav{
	width:100%;
	overflow:hidden;
}

.ztzl_nav ul{
	margin:0 -3% 0 0;
	zoom:1;
}

.ztzl_nav ul li{
	width:22%;
	float:left;
	height:164px;
	margin-right:3%;
	overflow:hidden;
	border-radius:10px;
}

.ztzl_nav ul li img{
	width:100%;
	height:100%;
	transition: all 1s ease-out;
}

.ztzl_nav ul li img:hover{
	transform: scale(1.1);
}

.foter{
	background:#c9111e;
	width:100%;
	padding-top:25px;
	overflow:hidden;
}

.foter h4{
	display:block;
	color:#FFF;
	font-size:18px;
}

.foter .foter-kslj{
	width:100%;
	padding-top:30px;
	overflow:hidden;
	padding-bottom:35px;
}

.foter .foter-kslj ul{
	margin:0 -3% 0 0;
	zoom:1;
}

.foter .foter-kslj ul select{
	color: #fff;
	appearance:none;
    -moz-appearance:none;
	-webkit-appearance:none;
    /*在选择框的最右侧中间显示下拉箭头图片*/
    background: url(../images/jt_03.png) #cf2935 93% center no-repeat;
	padding-right: 20px;
	text-align: left; text-align-last: left;
}
.foter .foter-kslj ul select:focus{
	outline: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/  
.foter .foter-kslj ul select::-ms-expand { 
	display: none; 
} 
.select_01{ 
	/*width:22%;*/ width:280px;
	height:44px;  
	color:#fff; 
	font-size:14px; 
	padding-left:25px; 
	background:#cf2935;  
	float:left;
	margin-right:3%;
	border:none;
}
.select_01 option{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #808080;
	line-height: 44px;
	background:#fff;
}

.bottom{
	width:100%;
	text-align:center;
	padding:25px 0;
	border-top:1px #d4414b solid;
	overflow:hidden;
	font-size:14px;
	line-height:26px;
	color:#FFF;
}

.ph_foter{ 
	width:100%; 
	background:#c9111e; 
	overflow:hidden; 
	padding:30px 0; 
	line-height:30px; 
	text-align:center; 
	font-size:14px; 
	color:#ffffff; 
	display:none;
}

/* 右侧电梯导航 */
/*.fix_box {    position: fixed;    top: 50%;      right: 0;    z-index: 99;    background: none;    box-shadow: none;}
.fix_box ul {    width: 74px;     background: #fff;    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.10);    margin-top: 15px;}
.fix_box li {    width: 74px;    height: 68px;}.fix_box li a {    width: 74px;    height: 68px;    display: block;    padding-top: 42px;    text-align: center;    font-size: 10px;    line-height: 12px;    position: relative;    background: none;    color: #000000;}.fix_box li a img {    width: 24px;    height: 24px;    position: absolute;    top: 10px;    left: 50%;    margin-left: -12px;}
.show_hotline {    display: none;    width: 135px;    height: 80px;    position: absolute;    left: -155px;    top: -3px;    z-index: 999;    background-color: #fff;}
.show_appdownload {    display: none;    width: 135px;    height: 110px;    position: absolute;    left: -155px;    top: -3px;    z-index: 999;    background-color: #fff; text-align:center;}
.dtsjx {    width: 30px;    height: 30px;    background:url(../images/jt2.png) no-repeat;    position: absolute;    top: 25px;    left: 130px;}
.show_hotline_txt {    overflow: hidden;    width: 100%;    height: 100%;    box-shadow: 1px 1px 8px 1px rgba(4, 4, 4, 0.10);}
.zh_click {    color: #000000 !important;    font-weight: normal !important;}
.bmck_box:hover {
	border-bottom:2px solid #ffffff !important;
}*/


@media screen and (max-width: 1420px) {
.layout{
	width:1200px;
	margin:0 auto;
	padding:0 10px;
}

.section-inner{
	width:1200px;
	margin:0 auto;
	padding:50px 10px;
}

.logo{
	width:35%;
	left:100px;
}

.menu2{
	padding: 6px 0 0 45px;
}

.nav>ul>li>a{
	font-size:14px;
}
}

@media screen and (max-width: 1200px) {
.fix_box{
	display:none;
}
}

    /*********************************     侧边栏     **************************************/
.snav{position:fixed;right:1%;top:35%; margin-top:-270px; z-index:3;width:92px;/*background:url(../images/img66.png) center top no-repeat;*/
    padding-top:101px;animation:nav_float 3s linear 0s infinite;-webkit-animation:nav_float 3s linear 0s infinite;}
.snav:hover{animation-play-state:paused;-webkit-animation-play-state:paused;}
@-webkit-keyframes nav_float{
0%{-webkit-transform:translateY(0);}
50%{-webkit-transform:translateY(-15px);}
100%{-webkit-transform:translateY(0);}
}
@keyframes nav_float{
0%{transform:translateY(0);}
50%{transform:translateY(-15px);}
100%{transform:translateY(0);}
}
.snav .divcbl{height:91px;margin:0 auto 0px;position:relative;width:94px;border: 1px #eeeeee solid;}
.snav .divcbl .in15{background-color: #ffffff;width:92px;height:91px;right:0;top:0;text-align:center;position:absolute;}
.snav .divcbl i{display:inline-block;height:100%; vertical-align:middle;}
.snav .divcbl .in2{border: 1px #d3d3d3 solid;background-color: #0066cf;width:150px;height:90px;right:0px;top:0px;text-align:center;display:none;position:absolute;}
.snav .divcbl .in2 .img{float:left;height:48px;margin-left:0px;width: 100%;}
.snav .divcbl .in2 h3{color:#fff;line-height:35px;font-size:14px;margin-left:0px;}
.snav .close{border: 1px #d3d3d3 solid;background-color: #ffffff;width:94px;height:91px;margin:0px auto 0;text-align:center;cursor:pointer;}
.snav .close img{margin-top:18px;}
.snav .close h4{font-size:14px;color:#666666;line-height:1.3;margin-top:2px;padding-top: 10px;}
.snav .close h4.s2{display:none;}
.in15 img{width: 40px;height: 40px;text-align: center;vertical-align: middle; }
.in2 img{width: 40px;height: 40px;text-align: center;vertical-align: middle; }
.in10{  background-image: linear-gradient(to bottom, #ce1b1e , #fb7920); width:92px;height:91px;}
.gotop{ border: 1px #fb7920 solid !important;     text-align: center;cursor: pointer;}
.snav .gotop h4{color: #ffffff !important;}
.snav .divcbl h4{color: #666;}
.in10 img{    padding-top: 15px;}
.in15 img{margin-top: 15px;}
.in15 h4{margin-top: 5px;}
.inner{ }

