﻿@charset "utf-8";
/* CSS Document */
body{font-size:16px;font-family:"微软雅黑","Microsoft YaHei UI"}
.fl{float:left}
.fr{float:right}
ul,ol{list-style:none;margin:0;padding:0;}
a{color:#333;text-decoration: none}

.ss{width:252px;height:30px;border:1px solid #e5e5e5;border-radius: 14px;-moz-border-radius:14px;-webkit-border-radius:14px;position: relative;float: right;margin-top:15px;}
.ss input{display: block;width:90%;height:100%;float:left;border:none;background: none;outline: none;padding-left: 10px;}
.ss button{display: block;position: absolute;right:10px;top:0px;border:none;background: none;font-size:16px;}
.ss button:before{font-family: FontAwesome;content:"\f002";display: inline-block;font-weight: normal;font-size:14px;}
.container{padding-bottom:50px;}
/********导航**********/
/*.navbar-brand{
    padding: 29px 15px;
    height: auto;
}*/
.header{box-shadow: 0 1px 3px rgba(34,25,25,0.4);
    background-color: #FFF;
	position:fixed;
	z-index: 9999999999;
}
.nav ul{float:right;border-radius:5px 5px 0px 0px;margin-top:8px;}
.nav ul> li{
    float: left;
	height:40px;
	position: relative;
	padding:0 20px;
	line-height:40px;
}
.header .nav li a{
	display: block;
    color: #333;
	font-size:16px;
	font-weight: bold;
}
.nav ul li:after{
    content: "";
    width: 0;
    height: 5px;
    background: #cb0202;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.nav ul li:hover:after{
    width: 100%;
}
.nav ul li:hover a{color:#cb0202}
.nav::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.subbox{
    position: absolute;
    left:0 !important;
	width:240px;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #fff;
}
.subbox-menu{text-align: center;font-size:14px;}
.nav ul li ul li:hover{background: none;}
.header .nav li .subbox a{display: block;padding-left:25px;width:100%;line-height:50px;border-bottom:1px solid #e5e5e5;font-size:1em;color:#666;background: #fff;}
.header .nav li .subbox a:focus, .header .nav li .subbox a:hover{color:#cb0202;font-weight: 700;border-bottom:1px solid #cb0202;}


/*******************导航***********************/
.header{position: relative;z-index: 9999;}
.header .left{width:100%;}
.header .logo{display:block;margin-top:10px;}
.header .right{width:40%;}
.header .s-nav{text-align:right;padding:5px 0;overflow: hidden}
.header .s-nav a{font-size:12px;color:#333;line-height:16px;border:1px solid #e5e5e5;padding:3px 15px;box-sizing: border-box}
.header .s-nav a strong{font-family: arial,serif;font-size:16px;color:#000;}
.header .s-nav a:last-child{margin-right:20px;}
.header .s-nav a:hover{color:#cd2924;}
.header .s-nav a:hover>strong{color:#cd2924;}

.dl-menuwrapper{display:none}


/**************首页新闻滚动页****************/
.first .col-sm-12{height:450px;overflow:hidden;border-radius:5px;padding:3px;-webkit-border-radius:5px;border:1px solid #ececec;margin-top:30px;background:#fff;}
.first .col-sm-12 img{margin-bottom:10px;}
.first p{max-height:170px;color:#333;font-size:14px;line-height:1.5;overflow:hidden;padding-left:15px;padding-right:15px;text-align:justify}
.title1{background-color:#f6f6f6;background-image:url(../images/trangle.png);background-position:0px center;background-repeat: no-repeat}
.title1 h2{font-size:18px;color:#cb0202;line-height:44px;padding-left:30px;font-weight: bold;margin:0}
.title1 h2 a{float:right;font-size:14px;margin-right:10px;color:#cb0202;}
.first .col-sm-4:first-child p{font-size:13px;line-height:1.6;color:#555;padding:15px 5px;text-indent: 2em;max-height:175px;overflow: hidden;text-align: justify}

.title2{background-color:#fff;background-image:url(../images/list.jpg);background-repeat: no-repeat}
.title2 h2{font-size:18px;color:#fff;line-height:44px;padding-left:40px;font-weight: bold;margin:0;background: #cd0202}
.title2 h2 a{float:right;font-size:14px;margin-right:10px;color:#fff;}
.title2 ul{margin-top:20px;padding:0 10px;}
.title2 ul li{line-height:35px;border-bottom: 1px dashed #ccc;overflow: hidden}
.title2 ul li a{display: block;float:left;font-size:14px;color:#666;max-width:80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.title2 ul li span{display:block;float:right;font-size:12px;font-family: arial,helvetica,san-serif;color:#999;max-width:20%;}
.title2 ul li a:before{width:3px;height:4px;display: block;float:left;background: #cb0202;margin-right:5px;content: '';margin-top:17px;}

.title3 h2{background-color:#f6f6f6;font-size:18px;color:#cb0202;line-height:44px;padding:0 30px;font-weight: bold;margin:0;background-image:url(../images/trangle1.png);background-position:right top;background-repeat: no-repeat;}
.title3 h2 a{float:right;font-size:14px;margin-right:10px;color:#cb0202;}
.title3 ul{margin-top:20px;padding:0 10px;}
.title3 ul li{line-height:35px;border-bottom: 1px dashed #ccc;overflow: hidden}
.title3 ul li a{display: block;float:left;font-size:12px;color:#666;max-width:80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.title3 ul li span{display:block;float:right;font-size:12px;font-family: arial,helvetica,san-serif;color:#999}
.title3 ul li a:before{width:3px;height:4px;display: block;float:left;background: #cb0202;margin-right:5px;content: '';margin-top:17px;}

/**********页脚*********/
.foot_box{width:100%;background: #cb0202;color:#fff;text-align: center}
.foot_box p{font-size:14px;color:#fff;line-height:70px;margin:0}

/************做导航**************/
.nav_left{float:left;width:21.5%;} 
.nav_left h2{width:100%;height:80px;line-height:80px;font-size:30px;color:#c19a62;background:#ece6d6}
.nav_left h2 div p{font-size:12px;color:#c19a62;font-family: arial,helvetica,san-serif;text-align: right;display:block;line-height:20px;float:right}
.nav_left h2 div{overflow:hidden;width:50%;height:100%;padding-left:5px;position: relative;padding-right:10px;float:left}
.nav_left h2 div:after{content:'';position: absolute;width:1px;height:20px;background:#c19a62;display:block;right: 0;top:30px;}
.nav_left h2 div strong{font-size:16px;font-weight: bold;display:block;line-height:20px;float:right;margin-top:20px;}
.nav_left h2 span{float:left;display:block;font-size:20px;padding-left: 15px;}

.nav_left ul li{line-height:40px;background: #f3f3f3;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}
.nav_left ul li a{line-height:40px;font-size:16px;colro:#666;padding:0 25px;box-sizing: border-box}
.nav_left ul li a:after{content:'';float:right;color:#666;display:block;}
.nav_left ul li:hover{background:#d4151d;border:none;}
.nav_left ul li:hover a{color:#fff;}

.con_right{width:78.5%;float:right;margin-top:20px;}
.contain{width:95%;float:right}
.sm_nav{display:block;text-align: right;font-size:14px;color:#333;border-bottom: 1px solid #dedede;line-height:30px;}
.sm_nav a:hover{color:#d4151d}


.n_tit{font-size:24px;color:#cb0202;font-weight: bold;padding-top:20px;margin-bottom:20px;}
.e_tit{font-size:30px;color:#999;font-family:  Times, "Times New Roman", "serif";border-bottom:1px solid #ccc;display:block;width:100%;padding-bottom: 20px;}

/*********************************/
.mem{font-size:16px;color:#333;line-height:40px;display: block;padding:0 15px;}
.mem:first-child{margin-top:20px;}


/*********新闻页面************/
.news_list{width:100%;border-top:4px solid #cb0202}
.news_list li{line-height:45px;overflow: hidden}
.news_list li:nth-child(2n){background:#edeeef;border-top:1px solid #dbdada;border-bottom:1px solid #dbdada;box-sizing:border-box}
.news_list a{width:96%;margin:0 auto;display:block;line-height:45px;}
.news_list li p{width:90%;float:left;font-size:13px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;margin-bottom:0}
.news_list li span{width:10%;float:right;font-size:13px;color:#999;font-family:arail,Times, "Times New Roman", "serif";}
.news_list a:hover p{color:#cb0202}


.news h3{font-size:18px;color:#333;font-weight:bold;text-align:center;}
.news em{display:block;text-align:center;width:100%;margin-bottom:20px;}
.news em span{font-size:12px;color:#747474;text-align:center;padding:0 15px;font-style: normal}
.news p{font-size:14px;color:#666;line-height:1.5}
.back_btn{display:block;float:right;width:50px;color:#fff;height:30px;line-height:30px;text-align:center;font-size:14px;background:#cb0202}


/***************提问表格*****************/
.invest li{padding-left:0}
.invest input{display: block;width: 100%;border:1px solid #ececec;line-height:30px;font-size:12px;border-radius:2px;padding:0 10px;margin-top:20px;}
.invest select{display: block;width: 100%;border:1px solid #ececec;height:30px;font-size:12px;border-radius:2px;margin-top:20px;}
.invest textarea{display: block;width: 100%;border:1px solid #ececec;height:30px;font-size:12px;border-radius:2px;margin-top:20px;min-height:200px;}
.invest label{font-size:14px;color:#666;width:18%;font-weight: normal;}
.invest label input {float:left;width:13px;margin-top:3px;margin-right:5px;}
.invest button{margin-top:20px;color:#cd0202;border:1px solid #cd0202;-webkit-border-radius:2px;border-radius: 2px;-moz-border-radius:2px;background: #fff;line-height:30px;font-size:14px;}
.invest button:hover{background:#cd0202;color:#fff;}

/************回答***************/
.icon-q{
    width: 22px;
    height: 28px;
    margin-right:10px;
    float: left;
    text-indent: -999px;
    overflow: hidden;
    background: url(../images/1.png) center no-repeat;
}
.q-txt{font-size: 21px;
    color: #333;
    background: #fff;
	width:100%;
    float: left;
}
.q-title h3{font-size:21px;color:#333;}
.q-answer {
    margin-top: 12px;
}
.icon-ans{
    width: 22px;
    height: 28px;
    margin-right:10px;
    float: left;
    text-indent: -999px;
    overflow: hidden;
    background: url(../images/2.png) center no-repeat;
}
.ans-txt{
	padding: 5px 0;
    line-height: 25px;
}
.q-answer p{font-size:14px;color:#666;line-height:25px;}

/*******************联系我们*****************/
.cinfo h2{font-size:24px;color:#333;}
.cinfo ul li{width:100%;height:40px;margin-top:20px;}
.cinfo ul li i{display:bolck;width:40px;height:40px;border-radius:3px;background-color:#cb0202;float:left;line-height:40px;text-align:center;color:#fff;}
.cinfo ul li p{float:left;color:#333;line-height:40px;padding-left:15px;margin:0}

.cinfo input{border:1px solid #ccc;outline:none;background:#fff;line-height:40px;font-size:14px;color:#555;margin-top:10px;}
.cinfo textarea{border:1px solid #ccc;outline:none;background:#fff;line-height:40px;font-size:14px;color:#555;margin-top:10px;min-height:120px;}
.cinfo button{width:95px;height:40px;border-radius:3px;background:#cb0202;color:#fff;border:none;margin-top:20px;}
.map{margin-top:50px;}


@media(min-width:1572px){
.scrollpic{max-width:1572px; width:100%;}
#myscroll{width:1572px;}
	.home_video a{border-right:20px solid #fff;}
	.home_video div:last-child a{border-right:none}
}
@media(max-width:1440px){
	.nav ul> li{
    float: left;
	position: relative;
	padding:0 20px;
}
.home_title {
    width: 96%;
    height: 40px;
    margin: 30px auto;
    overflow: hidden;
}
	#scroll {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    font-family: "Microsoft Yahei";
    padding-left: 100px;
    padding-right: 100px;
}
	.owl-theme .owl-controls .owl-buttons .owl-prev {left: 0px;}
	.owl-theme .owl-controls .owl-buttons .owl-next {right: 0px;}
	.left-wrap dl {
    margin-right:5%;
}
	.left-wrap dl:first-child {margin-left: 5%;}
	.pro_box1{top:100px;left:120px;}
.pro_box2{top:52px;left:320px;}
.pro_box3{top:60px;left:525px;}
.pro_box4{top:75px;left:740px;}
.pro_box5{top:135px;left:950px;}
.pro_box6{top:102px;left:1150px;}

	
}
@media(max-width:1366px){
	
	.nav ul> li{
    float: left;
	height:70px;
	position: relative;
	padding:0 20px;
	line-height:70px;
}
	.pro_box1{top:115px;left:110px;}
.pro_box2{top:72px;left:310px;}
.pro_box3{top:65px;left:505px;}
.pro_box4{top:75px;left:700px;}
.pro_box5{top:140px;left:900px;}
.pro_box6{top:102px;left:1090px;}
}
@media(max-width:1280px){
	
	.pro_box1{top:115px;left:110px;}
.pro_box2{top:72px;left:290px;}
.pro_box3{top:65px;left:465px;}
.pro_box4{top:75px;left:650px;}
.pro_box5{top:140px;left:820px;}
.pro_box6{top:102px;left:1000px;}
}
@media(max-width:1200px){
.scrollpic{max-width:1170px; width:100%;}
#myscroll{width:1170px;}
.nav ul> li{
    float: left;
	height:70px;
	position: relative;
	padding:0 30px;
	line-height:70px;
}
}
@media(max-width:1047px){
.scrollpic{max-width:786px; width:100%;}
#myscroll{width:786px;}
}




/*******分页*******/
.pagination{text-align: center;margin:20px auto;display: block;overflow: hidden}
.pagination li{line-height: 30px;height:30px;padding:0 3px;display: inline-block}
.pagination li a{color:#999;font-size:12px;background:#eee}
.pagination li a:hover{color:#fff;background:#cd2924}

@media (max-width:1024px){
	.nav{padding:0}
	.nav>ul>li{height:50px; padding:0 20px;line-height: 50px;}
	.home_title{width:95%;margin-left:2.5%}
	#scroll{width:100%;padding-left:50px;padding-right:50px;}
	#scroll .item{position:relative;width:98%;height:300px;margin:0 auto;background-color:#fff;overflow:hidden;}
    .owl-theme .owl-controls .owl-buttons .owl-prev{left:-10px;}
	.owl-theme .owl-controls .owl-buttons .owl-next{right:-10px;}
	.owl-theme .owl-controls .owl-buttons div{top:100px;width:30px;height:42px;margin:0;padding:0;border-radius:0;font:40px/42px "宋体";}
	.scroll-outer{height:auto;}
	#scroll .txt {height: 130px}
	.home_wine_culture p {
    color: #333;
    font-size: 1.5em;
    line-height:3em;
    font-family: "隶书","微软雅黑",serif;
	}
	.home_wine_culture {
    background: url(../images/hwb.jpg) center no-repeat;
	background-size: cover;
	height:auto;
    text-align: center;
    padding-top: 100px;
	}
	#scroll p{max-height:55px;line-height:2em;font-size:0.8em;}
	.news_btn{display:none;}
	.home_video a {
    display: block;
    line-height: 3em;
    background: #cd2924;
    color: #fff;
    font-size: 1em;
    text-align: center;
}
	.home_video div:nth-child(2){padding-left:0}
	.home_video div:last-child{padding-right: 0}
	.paper-wrap{position:relative;width:100%;padding-top:100px;}
	.paper-wrap .top{top:320px;}
	.paper-wrap .bottom{bottom:70px;}
	.paper-wrap .bookshelf{position:absolute;left:0;width:100%;height:65px;background: url(../images/shelf.png) center no-repeat}
	.paper-wrap ul{margin:0px;overflow: hidden}
	.paper-wrap ul li{position:relative;width:192px;float:left;background: #fff;border:1px solid #e6e6e6;text-align: center;margin-bottom:110px;margin-right:50px;}
	.paper-wrap ul li:nth-child(4n+1){margin-left:20px;}
	.paper-wrap ul li:nth-child(4n){margin-right:0}
	.paper-wrap ul li img{padding:5px 0}

}
@media only screen and (max-width:990px){
    nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after,
    nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{ content: " "; }
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav ul.nav > li:hover{ background: transparent; }
    nav.navbar.bootsnav ul.nav > li > a{ margin: 0; }
}        
@media screen and (max-width: 860px) {

	.js .ps-container > div {
		width: 100%;
	}

	.js .ps-header {
		height: 50px;
	}

	.js .ps-header h1 {
		line-height: 50px;
		padding: 0px 20px;
		letter-spacing: 4px;
	}

	.js .ps-slides {
		bottom: 320px;
		top: 50px;
	}

	.js .ps-slidewrapper > nav {
		height: 100px;
	}

	.js .ps-contentwrapper {
		top: auto;
		height: 220px;
		bottom: 100px;
	}

	.js .ps-content {
		padding: 10px;
	}

	.js .ps-content h2 {
		border-right: none;
		font-size: 18px;
		margin: 10px 0;
		padding-top: 0;
	}

	.js .ps-content span.ps-price {
		font-size: 18px;
		width: 50px;
		height: 50px;
		margin-top: 10px;
		line-height: 50px;
		font-weight: 700;
		margin-bottom: 0;
	}
	.js .ps-content span.ps-price img{width:100%;height:auto}
	.js .ps-content p {
		font-size:12px;
		line-height: 20px;
		border: none;
		padding: 5px 10px;
		height:100px;
		overflow-y: scroll;
	}

	.js .ps-content a:last-child {
		font-size: 13px;
		margin: 10px 20px 0 0;
	}
}

@media (max-width:768px){
	.logo{width:100%;margin-top:10px;}
	.header-main{overflow: hidden;width:60%;float:left}
	.header .left {
    width:100%;
}
	.header .right {
    width:40%;
}
	.nav{display:none;}
	.dl-menuwrapper{display:block}
	.s-nav .clearfix{display:none}
	.ss{
	margin-left:35px;
    width: 200px;
    height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    position: relative;
    float:left;
    margin-top:0px;
	margin-bottom: 20px;
}
	.mart_15{margin-top:15px;}
	.home_wine_culture {
    padding-top: 50px;
	}
	.home_wine_culture p {
    font-size: 1.2em;
    line-height:2em;
    font-family: "隶书","微软雅黑",serif;
	}
	.home_video a  img{
    max-width:25px;
	height:auto;
	}
	.edslider > ul li .col-sm-1{
    display: none;
	}
	.edslider > ul li .col-sm-5{
	margin-top:100px;
	margin-left:2%;
	}
	.edslider > ul li p {
    font-size: 1em;
    line-height: 1.5em;
    font:inherit;
    font-weight: 400;
	max-height:195px;
	overflow: hidden;
    margin-top: 30px;
    color: #333;
	}
	.home_tit h2 {
    background: #424242;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0;
	padding:0;
	padding-left:10px;
}
	.tab h2 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
		padding:0;
		padding-left:10px;
}
	.more{padding:0}
	
	/*******内页*******/
	.m1 h1{margin:36px 0 0 0}
	.ins-banner img{max-height: 300px;width:auto;margin-left:-35%;}
	.ins-banner .img-responsive{max-width:none;}
	.ins-mnav{display:block;width:100%;height:38px;border-bottom: 1px solid #cd2924;position: relative}
	.ins-mnav .back{display:block;float:left;width:15%;cursor: pointer;height:38px;background: #cd2924;color:#fff;text-align: center;font-size:1.5em;line-height:38px;}
	.ins-mnav .right{line-height:38px;width:85%;float:right}
	.mnav-tit{display: block;width:95%;padding-left:5%;font-size:16px;color:#cd2924;line-height:38px;}
	.mnav-tit i{float:right;margin-right:10px;margin-top:8px;font-size:24px;}
	.ins-mnav .right .subbox{width:100%;position: absolute;top:38px;background: #fff;z-index:10001;display: none;left:0}
	.ins-mnav .right .subbox a{display:block;width:95%;padding-left:5%;line-height:38px;height:38px;border-bottom: 1px solid #e5e5e5;color:#666;font-size:14px;}
	.ins-mnav .right .subbox a:last-child{border-bottom:none;}
	.container{background:#f5f5f5;padding-bottom: 30px;}
	.about-pic1{background:#fff;padding:18px 0;margin-bottom: 20px;}
	.about-pic1 div{padding:0 15px;}
	.about-txt1 {
    padding-left:0px;
    margin-top: 20px;
	}
	.about-pic1 p {
    padding-left:0px;
	}
	.his-con{margin-top: 20px;padding-left: 0}
	.his-con h1{font-size:30px;}
	.his-con h3{font-size:20px;}
	.his-con ul{margin-top:0}
	.ret-subbox{position:absolute;top:38px;width:100%;background: #cd2924;left: 0; z-index: 2;display: none}
	.ret-subbox a{display:block;width:100%;padding-left: 5%;height:38px;border-bottom:1px solid #a51612;font-size:14px;color:#fff;line-height: 38px;}
	.ret-subbox a:after{
		font-family: FontAwesome;
		content: "\f105";
		float:right;
		margin-right:5%;
	}
	.gz1:first-child{padding-left:15px}
	.gz1:nth-child(4){padding-right:15px}
	.emp-wrap{margin-top:20px;}
	.em-box{margin-top:20px;}
	.video-wrap li a{display: block;width:100%;padding-bottom:5px;}
	.paper-wrap .bookshelf{display:none;}
	.paper-wrap ul li{margin-left:40px;margin-right:0}
	.paper-wrap ul li:nth-child(4n+1){margin-left:40px}
	.news-list{overflow:hidden;padding-right: 15px;padding-left: 15px;width:100%;}
	.news-list .item{padding:0;overflow: hidden}
	.linian{background: none;overflow: hidden;margin-top:20px;}
	.linian p{padding-left:0}
	.linian h2{padding-left:0}
	.text{height:300px;float:right}
	.text span{display:block;font-size:13px;color:#999;margin-top:10px;}
	.text h3{height:25px;margin-top:3px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: normal;margin-bottom: 0;font-size:18px;}
	.text h3 a{line-height:25px;font-size:16px;color:#333;}
	.text p{display:-webkit-box;height:35px;line-height:18px;margin:5px 0 0;overflow: hidden;text-overflow: ellipsis;font-size:12px;}
	.container{margin:0;width:100%;}
	.news_word{padding-left:20px;padding-right: 20px;}
	.contact-info-list li{text-align:center;line-height: normal;width:50%;float:left}
	
	
	.title2 ul {
    margin-top: 20px;
    padding: 0 5px;
}
	.title2 ul li a{display: block;float:left;font-size:12px;color:#666;max-width:70%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
	.title2 ul li span{display:block;float:right;font-size:12px;font-family: arial,helvetica,san-serif;color:#999;max-width:30%;}
	.foot_box p{font-size:14px;color:#fff;line-height:28px;margin:0}
	
	
	.nav_left{display:none;} 
	.con_right{width:100%;}
	.contain{width:100%;}
	.news_list li p{width:80%;}
	.news_list li span{width:20%;font-size:12px;}
	

}
@media(max-width:767px){
.scrollpic{max-width:524px; width:100%;}
#myscroll{width:524px;}
}
@media(max-width:523px){
.scrollpic{max-width:262px; width:100%;}
#myscroll{width:262px;}
}

@media (max-width:414px){
	.foot_box p{font-size:14px;color:#fff;line-height:28px;margin:0;padding:10px 20px}
	.logo{width:100%;margin-top:0px;}
	.header-main{overflow: hidden;width:100%;float:left}
	.header .left {
    width:90%;
}
	.header .right {
    width:70%;
}
	.header .s-nav {
    text-align: left;
}
	.s-nav .clearfix{display:none}
	.ss{
	margin-left:30px;
	margin-top:15px;
}
	.header .s-nav a {
    padding: 0 10px;
}
	.header .s-nav a img{display:none}
	
	
	
	.header .logo img:first-child{display:none}
	.header .logo img:last-child{display:block}
	.home_video div:nth-child(3){padding-left:0;padding-right:0px;}
	.home_video div:nth-child(4){padding-left:0;margin-top:10px;}
	.home_video div:nth-child(5){padding-left:0;margin-top:10px;}
	.foot_info{background:#fff;line-height:30px;}
	.foot_info p{padding:0 3%;color:#cd2924;font-size:13px;}
	.foot_info span{display:none;}
	/*******内页*******/
	.ins-banner img{max-height: 150px;width:auto;margin-left:-15%;}
	.ins-banner .img-responsive{max-width:none;}
	.paper-wrap ul li{position:relative;width:162px;margin-bottom:30px;}
	.paper-wrap ul li{margin-left:18px;margin-right:0}
	.paper-wrap ul li:nth-child(4n+1){margin-left:18px}
	.paper-wrap ul li img{width:100%;height:auto}
}