﻿@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;}
/********导航**********/
/*.navbar-brand{
    padding: 29px 15px;
    height: auto;
}*/
.nav ul{float:right;border-radius:5px 5px 0px 0px;}
.nav ul> li{
    float: left;
	height:50px;
	position: relative;
	padding:0 20px;
	line-height:50px;
}
.header .nav li a{
	display: block;
    color: #333;
	font-size:16px;
	font-weight: bold;
}
.nav ul li:after{
    content: "";
    width: 0;
    height: 5px;
    background: #ff5500;
    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:#ff5500}
.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:#ff5500;font-weight: 700;border-bottom:1px solid #ff5500;}


/*******************导航***********************/
.header{position: relative;
    box-shadow: 0 1px 3px rgba(34,25,25,0.4);
    background-color: #FFF;
	z-index: 99999;
	min-height:67px;
}
.header .left{width:100%;}
.header .logo{display:block;}
.header .right{width:50%;}
.header .s-nav{text-align:right}
.header .s-nav a{font-size:12px;color:#666;line-height:20px;border:1px solid #ececec;padding:3px 10px;}
.header .s-nav a:last-child{margin-right:20px;}
.header .s-nav a strong{font-family: arial,serif;font-size:16px;color:#000;}
.header .s-nav a:hover{color:#ff5500;}
.header .s-nav a:hover>strong{color:#ff5500;}

.dl-menuwrapper{display:none}


/**************首页新闻滚动页****************/
.home_tit h2{background:#424242;font-size:16px;font-weight: bold;color:#fff;line-height:30px;margin-bottom:0}
.home_tit a{background: #ff5500;color:#fff;text-align: right;margin-top:20px;line-height:30px;font-size:12px;}
.home_news{background:#ededed;padding-left:0;padding:20px 0;border:1px solid #ccc;box-sizing: border-box}
.home_news li{width:96%;margin:0 auto;border-bottom:1px dashed #ccc;overflow: hidden}
.home_news li a{float:left;display: block;width:80%;height:35px;font-size:13px;line-height:35px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.home_news li a:before{
	content:'';
	width:4px;
	height:4px;
	color:#ff5500;
	background:#ff5500;
	float:left;
	margin-top:15px;
	margin-right:20px;
}
.home_news li span{width:15%;float:right;font-size:12px;line-height:35px;}
.home_tit1 h2{background:#424242;font-size:16px;font-weight: bold;color:#fff;line-height:30px;margin-bottom:0}
.home_tit1 a{background: #ff5500;color:#fff;text-align: left;margin-top:20px;line-height:30px;font-size:12px;}
.home_tit1 a span{float:right;}

.grey_bg{
	background:#f4f6f7;
	padding-bottom: 50px;
}
.new_tit h2{
	font-size: 34px;
    color: #333;
    text-align: center;
    position: relative;
    padding-top: 70px;
    margin-bottom: 3.75vw;
    font-weight: 900;
}
.new_tit h2:after{
	content: "";
    position: absolute;
    width: 55px;
    height: 4px;
    background: #cf261c;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.new_tit a{
	background: #ff5500;
	color:#fff;
	text-align: right;
	margin-top:20px;
	line-height:30px;
	font-size:12px;
}
.new_news{
	display:flex;
	flex-wrap: wrap;
}
.new_news li{
	width:33.33%;
	margin:0 auto;
	border-right:1px solid #eee;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 20px 42.5px 30px 41px;
	background: #fff;
	transition: .3s all;
    -webkit-transition: .3s all;
    cursor: pointer;
}
.new_news li:hover{
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 13%);
	z-index: 1;
}
.new_news li:nth-child(4),
.new_news li:nth-child(5),
.new_news li:nth-child(6){border-bottom:none;}
.new_news li:nth-child(3n){border-right:none;}
.new_news li span{
	display:inline-block;
	background: rgba(207,38,28,0.1);
    border-radius: 4px;
    font-size: 14px;
    color: #cf261c;
    padding: 5px 10px;
    min-width: 50px;
    text-align: center;
    margin-bottom: 8px;
}
.new_news li a{
	width: 100%;
	font-size: 18px;
    font-weight: bold;
    color: #333;
    letter-spacing: .11px;
    line-height: 32px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.grey_bg .new-more{
	display: block;
	margin-top: 55.2px;
    font-size: 18px;
    color: #444;
    line-height: 44.21px;
	text-align: right;
	justify-content: flex-end;
}



/***********首页资料***********/
.sec{margin-top:20px;}
.data{display: block;width:100%;height:123px;color:#fff;background:url(../images/d2.jpg);text-align: center;border-radius: 2px;line-height:123px;font-size:18px;cursor: pointer;background-size: 100%;}
.data i{padding-right:10px;}
.data:hover{font-weight:bold;color:#fff;}


.tab h2{background:#424242;font-size:16px;font-weight: bold;color:#fff;line-height:30px;margin-bottom:0}
.more{background: #ff5500;color:#fff;text-align: right;margin-top:20px;line-height:30px;font-size:12px;}


.tab .nav-tab1{display:block;text-align: center}
.tab .nav-tab1 li{display:block;width:33.33%;line-height:30px;color:#fff;float:left}
.tab .nav-tab1 li a{
		    display: block;
		    font-size: 14px;
		    color: #fff;
		    margin-right: 0;
			box-sizing: border-box;
			border-right:1px solid #fff;
		    overflow: hidden;
			text-align: center;
		    transition: all 0.5s ease 0s;
			background: #ff5500;
		}
.tab .nav-tab1 li a:hover,
.tab .nav-tab1 li.active a{
	text-decoration: underline;
}
.tab .nav-tab1 li.active a,
.tab .nav-tab1 li.active a:hover{cursor: default;}
.love_th{background:#ededed;padding-left:0;padding:20px 0;border:1px solid #ccc;}
.love_th li{width:96%;margin:0 auto;border-bottom:1px dashed #ccc;overflow: hidden}
.love_th li a{float:left;display: block;width:100%;height:35px;font-size:13px;line-height:35px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.love_th li a:before{
	content:'';
	width:4px;
	height:4px;
	color:#ff5500;
	background:#ff5500;
	float:left;
	margin-top:15px;
	margin-right:20px;
}
.tab .nav-tab{display:block;text-align: center}
.tab .nav-tab li{display:block;width:50%;line-height:30px;color:#fff;float:left}
.tab .nav-tab li a{
		    display: block;
		    font-size: 14px;
		    color: #fff;
		    margin-right: 0;
			box-sizing: border-box;
			border-right:1px solid #fff;
		    overflow: hidden;
			text-align: center;
		    transition: all 0.5s ease 0s;
			background: #ff5500;
		}
.tab .nav-tab li a:hover,
.tab .nav-tab1 li .active a{
	text-decoration: underline;
}
.tab .nav-tab li.active a,
.tab .nav-tab li.active a:hover{cursor: default;}

/*************页脚***************/
.foot_box{width:100%;background: #ff5500;text-align: center}
.foot_box ul li{display:inline-block;}
.foot_box ul li a{color:#fff;line-height:40px;padding:0 20px;}
.foot_box ul li a:after{
	content:'';
	width:1px ;
	height:12px;
	color:#fff;
	background: #fff;
	display:block;
	float:right;
	margin-top:15px;
}
.foot_box ul li:last-child a:after{display:none;}
.foot_info{text-align:center;background: url(../images/ftbg.png) repeat-x;line-height:50px;font-size:12px;}


/*************左导航******************/
.left_nav h2{background: url(../images/gsjj-l1.jpg) center no-repeat;font-size:16px;color:#fff;font-weight: bold;line-height:38px;padding-left:50px;background-size: 100%;margin-bottom:0px;}
.left_nav li{border-right:1px solid #dedede;border-left:1px solid #dedede;border-bottom: 1px dashed #dedede;line-height:38px;}
.left_nav li:hover{background:url(../images/gsjj-l2.png) repeat-y;background-size: 100%;}
.left_nav li a{font-size:16px;padding-left:20px;}
.left_nav li a:before{content: '';width:3px;height:3px;color:#333;float:left;display: block;background: #333;margin-top:18px;margin-left:30px;}

/**********右边内容**********/
.content{border:1px solid #dedede;border-radius:1px;margin-top:20px;margin-bottom:30px;}
.content h2{font-size:16px;color:#333;font-weight:bold;line-height:45px;border-bottom:1px solid #dedede;padding-left:20px;margin:0;margin-bottom: 50px;}
.content p{font-size:15px;color:#333;line-height:1.5;padding:0px 20px;}

.news_list{overflow:hidden;width:100%;margin:20px 0;}
.news_list li{margin:0 auto;line-height:40px;font-size:13px;width:90%;overflow:hidden;border-bottom:1px dashed #dcdcdc}
.news_list li a{width:90%;font-size:13px;float:left;overflow:hidden;text-overflow:ellipsis;white-space: nowrap}
.news_list li span{width:10%;font-size:12px;color:#666;float:left}

/*******************中心资讯*****************/
.n_tit{font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: center;}
.news{padding-bottom:50px;}
.news em {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
	font-style: normal;
}
.news em span {
    font-size: 12px;
    color: #747474;
    text-align: center;
}

/*******************联系我们*****************/
.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:#ff5500;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{display: block;border:1px solid #ccc;outline:none;background:#fff;line-height:40px;font-size:14px;color:#555;margin-top:10px;}
.cinfo textarea{display: block;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:#ff5500;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 30px;
}
.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:0 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;
	}
	.foot_box{border-top:0}
	.foot_box .col-sm-1{display:none;}
	.foot_box .col-sm-10{width:100%;background: #cd2924}
	.left-wrap{width:100%;margin-top: 0}
	.left-wrap dl{float:none;padding-left:5%;width:100%;border-bottom: 1px solid rgba(255,255,255,.3);margin-bottom: 0}
	.left-wrap dl:first-child{margin-left:0%;padding-left:5%;}
	.left-wrap dl dd{display:none;}
	.left-wrap dl dt{margin-bottom: 0;font-size:1em;}
	.left-wrap dl dt a {color: #fff;line-height:48px;}
	.right-wrap{display:none;}
	.wx{display:block}
	.list2{display:none;}
	
	
	.left_nav{display:none;}
	.container{padding-bottom:30px;}
	.home_tit h2{font-size:12px;padding:0 10px;}
	.tab h2 {font-size: 13px;}
	.tab .more:first-child{padding:0}
	.news_list li{width:96%;}
	.news_list li a{width:80%;font-size:13px;float:left;overflow:hidden;text-overflow:ellipsis;white-space: nowrap}
	.news_list li span{width:20%;font-size:12px;color:#666;float:left}
	.home_news li a {
		width: 78%;}
	.home_news li span {width: 20%;text-align: right}
	.tab .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;}
	.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}
	
	
	.cinfo input{display: block;width:100%;border:1px solid #ccc;outline:none;background:#fff;line-height:40px;font-size:14px;color:#555;margin-top:10px;}
.cinfo textarea{display: block;width:100%;border:1px solid #ccc;outline:none;background:#fff;line-height:40px;font-size:14px;color:#555;margin-top:10px;min-height:120px;}

}
@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){
	.logo{width:100%;margin-top:0px;}
	.header-main{overflow: hidden;width:100%;float:left}
	.header .left {
    width:100%;
}
	.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}
}