@charset "utf-8";

/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	
}
/*去除点击链接时出现的虚线框*/
a:focus {
	outline: none !important;
}
/*针对火狐浏览器不出现红色框*/

input[required]:invalid,
input:focus:invalid,
textarea[required]:invalid,
textarea:focus:invalid {
	box-shadow: none;
}
/* 初始化 */
html,body {overflow-x: hidden;}
a {
	text-decoration: none;
}
ul,
ol,
li {
	list-style: none;
}

ul {
	padding: 0;
}
h6,.h6{ font-weight:inherit;}
@media(max-width: 767px)
{
html,body {font-size: .2rem;}
img{float:inherit !important; padding-left:0px !important; padding-right:0px !important;} 
h1,
.h1 {
  font-size: .36rem;
}
h2,
.h2 {
  font-size: .36rem;
}
h3,
.h3 {
  font-size: .24rem;
}
h4,
.h4 {
  font-size: .24rem;
}
h5,
.h5 {
  font-size: .2rem;
}
h6,
.h6 {
  font-size: .2rem;
}
/*p {
  margin: 0 0 .1rem;
}*/
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: .2rem;
  margin-bottom: .1rem;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: .1rem;
  margin-bottom: .1rem;
}
}


/*.collapse.in{overflow: hidden;}
.header{height: 100%;background: #fff;}*/
@media (min-width: 768px) {
	.topnav {
		background: url(../images/NavBg.jpg) repeat-x;
	}
	.navbar-collapsePC .navbar-nav > li:hover{
		background: #cc0000;
		color: #fff;
	}
	.dropdown-menuPC {
		display: none;
		position: absolute;
		left: 0;
		width: 100%;
		height: 55px;
		line-height: 55px;
		text-align: left;
		background-color: rgba(255, 255, 255, 0.6);
		float:right;
	}
	.dropdown-menuPC > li > a {
		float: left;
		padding: 0 15px;
	}
	.dropdown-menuPC > li > a:hover {
		color: #cc0000;
	}
	.topnav .navbar-brand > img {
		max-width: 100%;
		max-height: 100%;
		display: inline-block;
	}
}
@media (min-width: 1250px) {
	.dropdown-menuPC {
		padding-left: 45%;
	}
}
@media (min-width: 991px) {
	.navbar-collapsePC .navbar-nav> li> a {
		height: 90px;
		line-height: 90px;
		padding: 0 20px;
		font-size: 14px;
		color: inherit;
		display:block;
	}
	.navbar-brand {
		float: left;
		height: 90px;
		font-size: 18px;
		line-height: 90px;
	}
}
@media (min-width: 768px) and (max-width: 1249px) {
	.dropdown-menuPC {
		padding-left: 25%;
	}
	.navbar-collapsePC .navbar-nav> li> a 
	{
		padding: 0 14px;
	}
}
@media (min-width: 768px) and (max-width: 991px) 
{
    .topnav > .container{ width: auto;}
	.navbar-collapsePC .navbar-nav> li> a {
		height: 80px;
		line-height: 80px;
		padding: 0 10px;
		font-size: 14px;
		color: inherit;
		display:block;
	}
	.navbar-brand {
		float: left;
		height: 80px;
		font-size: 18px;
		line-height: 80px;
	}
}
@media (min-width: 768px) and (max-width: 800px) 
{
    .navbar-collapsePC .navbar-nav> li> a {
		padding: 0 6px;
    }
    
}
@media (max-width: 767px) 
{
    .topnav,.topnav > .container{ height:.8rem;}
	.topnav .navbar-header {
		background: url(../images/NavBg.jpg) repeat-x;
		padding: 0 .2rem;
	}
	.topnav .navbar-collapse {
		float: right;
		background: #FFF;
		min-width: 3rem;
		max-height: 6rem;
		border: 1px solid rgba(0, 0, 0, .175);
        border: 1px solid rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        border-radius: .08rem;
	}
	.topnav .navbar-brand {
		float: left;
		height: .8rem;
		font-size: 18px;
		line-height: .8rem;
	}
	.topnav .navbar-brand> img {
		max-width: 100%;
		max-height: 100%;
		/*display: inline-block;*/
		padding: .07rem 0;
	}
	.topnav .dropdown-menu a
	{
	    text-align:center;
	}
	.topnav .nav a
	{
	    font-size: .24rem;
        height: .8rem;
        line-height: .8rem;
	} 
   .demo
   {
        position: absolute;
        font-size: 0;
        line-height: 0;
        border-width: .12rem;
        border-color: rgba(0, 0, 0, .175);
        border-top-width: 0;
        border-style: dashed;
        border-bottom-style: solid;
        border-left-color: transparent;
        border-right-color: transparent;
        bottom: 0;
        right: .3rem;
    }
    .demo:before {
        position: absolute;
        content: '';
        top: .01rem;
        left: -.12rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 .12rem .12rem .12rem;
        border-color: transparent transparent #ffffff transparent;
    } 
	
}
/*==========Master===========*/
.Main{ background: url(../images/BodyBg.jpg) repeat;}
.Master .HomePageTitle a:first-of-type{ font-weight:bold;}
.Master .HomePageTitle .tSkin{background: #cc0000; display: block !important; height: 2px;}
.Master .HomePageTitleEn{ display:block;}
@media (min-width: 768px) 
{
    .Master{padding: 60px 0 0;}
    .Master .HomePageTitle a:first-of-type{ font-size:28px;}
    .Master .HomePageTitleEn{ font-size:14px; padding-top: 5px; }
    .Master .HomePageTitle .tSkin{width: 50px; margin: 5px auto 30px; }
}
@media (max-width: 767px) 
{
    .Master{padding: .5rem 0 0;}
    .Master .HomePageTitle a:first-of-type{ font-size:.3rem;}
    .Master .HomePageTitleEn{ font-size:.2rem;padding-top: .08rem; }
    .Master .HomePageTitle .tSkin{width: .5rem; margin: .1rem auto .3rem ; }
}
/*=========图片放大效果==========*/
.zoom-container {
	position: relative;
	overflow: hidden;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
			
}
.zoom-container a {
	display: block;
	top: -100%;
	/*position: absolute;opacity: 0;*/
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	color: inherit;
}
.zoom-container:hover a {
	opacity: 1;
	top: 0; 
	z-index: 500;
}
		
.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
			
}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* IE 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
	color: #fff;
}
.zoom-container:hover img {
	-webkit-transform:scale(1.05); /* Safari and Chrome */
	-moz-transform:scale(1.05); /* Firefox */
	-ms-transform:scale(1.05); /* IE 9 */
	-o-transform:scale(1.05); /* Opera */
		transform:scale(1.05);
}
/*===========HomeBanner====NeiBanner========*/
.main_image {width:100%; height:400px;overflow:hidden; margin:0 auto; position:relative}
.main_image ul {width:9999px; height:400px; overflow:hidden; position:absolute; top:0; left:0}
.main_image li {float:left; width:100%; height:400px;}
.main_image li span {display:block; width:100%; height:400px}
.main_image li a {display:block; width:100%; height:400px}
div.flicking_con { position:relative; z-index:99; width:100%; margin:0 auto;}
div.flicking_con .flicking_inner { position:absolute; top:-35px; width:100%; height:21px; text-align:center;}
div.flicking_con span 
{
    overflow: hidden;
    display: inline-block;
    width: 60px;
    height: 4px;
    text-indent: -9999px;
    margin: 0 3px;
    background: #cc9933; 
    cursor:pointer;
}
div.flicking_con span.on {background: #cc0000;}
#btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:46px!important;height:59px!important;top:50%;margin-top:-29px;display:none;}
#btn_prev{background:url(/App_Style/images/hover_left.png) no-repeat left top;left:100px;}
#btn_next{background:url(/App_Style/images/hover_right.png) no-repeat right top;right:100px;}
@media(max-width: 991px){
#btn_next,#btn_prev{ display: none !important;}
}
@media(min-width: 768px) and (max-width: 991px){
.main_image {height:500px !important;}
.main_image ul {height:500px !important;}
.main_image li {height:500px !important;}
.main_image li span {height:500px !important;}
.main_image li a {height:500px !important;}
}
@media(max-width: 767px){
.main_image { height: 4rem !important;}
.main_image ul { height: 4rem !important;}
.main_image li { height: 4rem !important;}
.main_image li span { height: 4rem !important;}
.main_image li a { height: 4rem !important;}
div.flicking_con span {
    width: .6rem;
    height: 4px;}
    div.flicking_con .flicking_inner { top:-.35rem;}
}
@media (min-width: 768px) 
{
 .et_slider_auto,.NeiBanner,.banner{ margin-top: 90px;}
 .et-slider-arrows{ height:0px !important;}
}
@media (min-width: 768px) and (max-width: 991px) 
{
 .et_slider_auto,.NeiBanner,.banner{ margin-top: 80px;}
 .et_slider_auto, #et-slides,.et-slide, .et-slider-arrows { height: 500px !important;}
}
@media (max-width: 767px) 
{
 .et_slider_auto,.NeiBanner,.banner{ margin-top: .8rem;}
 .et_slider_auto, #et-slides,.et-slide, .et-slider-arrows { height: 4rem !important;}
}
.NeiBanner a{height: 400px;overflow: hidden;}
/*.NeiBanner img{width:100%;}*/
@media (max-width: 767px)
{
    .NeiBanner > a{ height:3rem !important;}
}
/*==========HomeProducts===========*/
.HomeProduct .ProductCon img{ width:100%;}
@media (min-width: 768px) 
{
    .HomeProduct .row{ margin:0 -10px; }
    .HomeProduct .ProductCon .col-xs-6{ padding: 0 10px 10px;}
}
@media (min-width: 768px) and (max-width: 991px)
{
    .HomeProduct .ProductCon div:nth-child(4){ display: none;}
}
@media (max-width: 767px) 
{
    .HomeProduct .row{ margin:0 -.1rem; }
    .HomeProduct .ProductCon .col-xs-6{ padding:0 .1rem .1rem;}
    .HomeProduct .ProductCon .col-xs-6:nth-child(3),.HomeProduct .ProductCon div:nth-child(4){ padding-top:.1rem;}

}
/*============HomeAbout===============*/
.HomeAbout .article p{background: #fff; color:#666; margin-bottom:0;}
@media (min-width: 768px) 
{
.HomeAbout .article p{line-height:30px; padding:10px 15px 30px;}
}
@media (max-width: 767px) 
{
    .HomeAbout .article p{font-size:.2rem; line-height:.3rem; padding:.15rem .25rem .4rem;}
}

/*============HomeAdvantage===============*/
.HomeAdvantage .HomeAdvCon .media{background: #fff;}
.HomeAdvCon .media-body > p{ color:#999; padding:0; margin:0;}
.HomeAdvantage .HomeAdvCon .media:hover{box-shadow: 0 0 4px 4px #ccc;}
@media (min-width: 768px) 
{
    .HomeAdvantage .HomeAdvCon .media{ min-height:102px; }
    .HomeAdvantage .row{ margin:-10px;}
    .HomeAdvantage .HomeAdvCon > a{ padding:10px;}
    .HomeAdvantage .HomeAdvCon .media{ padding:11px 12px 11px 22px;}
    .HomeAdvCon .media-body{ padding-left:10px;}
    .HomeAdvCon .media-body > span{ font-size:18px; line-height:30px;}
    .HomeAdvCon .media-body > p{ font-size:14px; line-height:24px;}
}
@media (max-width: 767px) 
{
    .HomeAdvantage .HomeAdvCon .media{ min-height:1.2rem; }
    .HomeAdvantage .HomeAdvCon .media img
    {
        width: .8rem;
        height: .8rem;
        margin: .1rem .2rem .1rem 0;
    }
    .HomeAdvantage .row{ margin:-.1rem;}
    .HomeAdvantage .HomeAdvCon > a{ padding:.1rem;}
    .HomeAdvantage .HomeAdvCon .media{ padding:.1rem;}
    .HomeAdvCon .media-body > span{ font-size: .24rem; line-height:.4rem;}
    .HomeAdvCon .media-body > p{ font-size:.2rem; line-height:.3rem; }
    .HomeAdvCon .media-left, .media> .pull-left{ padding-right:.1rem;}
}
/*============HomeArticle===============*/
.ArticleCaption{text-align:justify;background:#fff;}
.ArticleCaption p ,.ArticleCaption span{color:#666;}
.ArticleCaption > span:first-child
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#333;
}
.ArticleCon .col-sm-4 > a:hover .ArticleCaption{background:#cc0000;color:#fff;}
.ArticleCon > .col-sm-4 > a:hover span,.ArticleCon > .col-sm-4 > a:hover p{color:inherit;}
.ArticleCon > .col-sm-4 > a    
{
    display: block;
}
.ArticleCon .ArticleImgCon > img
{
    display: inline-block;
    vertical-align: middle;
}
.ArticleCon .ArticleImgCon{ font-size: inherit;}
@media (min-width: 768px) 
{
    .HomeArticle{ margin-bottom:30px;}
    .ArticleCon .ArticleCaption{ padding: 10px 20px 25px;}
    .ArticleCaption > span:first-child{ font-size:18px; line-height: 40px; display: block;}
    .ArticleCaption p{ font-size:14px; line-height: 25px;margin-bottom: 25px;}
    .ArticleCaption span{ font-size:14px;}
}
@media (min-width: 1250px)
{
    .ArticleCon .ArticleImgCon
    {
        height:210px;
        overflow: hidden;
    }
}
@media (min-width: 992px) and (max-width: 1249px)
{
    .ArticleCon .ArticleImgCon
    {
        height: 158px;
        overflow: hidden;
    }  
}
@media (min-width: 768px) and (max-width: 991px)
{
    .ArticleCon .ArticleImgCon
    {
        height: 123px;
        overflow: hidden;
    } 
    .HomeArticle .row{ margin-left: -10px;margin-right: -10px;}
    .ArticleCon .col-sm-4 { padding-left:10px; padding-right:10px;} 
    .ArticleCaption p{margin-bottom: 15px;}
    
}
@media (max-width: 767px) 
{
    .HomeArticle{ margin-bottom:30px;}
    .ArticleCon .col-xs-12{ padding-bottom:.2rem;}
    .ArticleCon .col-xs-12:last-child{ padding-bottom:0;}
    .ArticleImgCon > img{ width:100%;}
    .ArticleCon .ArticleCaption{ padding: .1rem .2rem .25rem;}
    .ArticleCaption > span:first-child{ font-size:.24rem; line-height: .5rem; display: block;}
    .ArticleCaption p{ font-size:.2rem; line-height: .3rem; margin-bottom: .35rem;}
    .ArticleCaption span{ font-size:.2rem;}
}

/**上下篇**/
.preNext .selectSkinBg{ background:#cc0000;}
.preNext .col-sm-2{ padding:0}
.preNext a{ color:#fff;}
.preNext .col-sm-2 span{ display: block; color:inherit;}
.preNext > div > a,.preNext .col-sm-2 span{opacity:0.9;}
.preNext > div > a:hover{ opacity:1;}
@media (min-width: 768px)
{
    .preNext{ padding-top:20px;}
    .preNext a{ font-size:16px;}
    .preNext .col-sm-2 span{ margin:0 5px;}
    .preNext,.preNext .col-sm-5,.preNext .col-sm-2 span{height:50px; line-height:50px;}
    .preNext div a{ padding:0 20px; }
}
@media (max-width: 992px)
{
.preNext{padding-top: .2rem; border-top:1px dashed #ccc;}
}
@media (max-width: 767px)
{
.preNext a{ font-size:.2rem;}
.preNext .col-sm-2 span{ margin:0 .05rem;}
.preNext,.preNext .col-sm-5,.preNext .col-sm-2 span{height:.5rem; line-height:.5rem;}
.preNext .col-sm-2{ padding:0 .15rem; }
.preNext .col-xs-4{ text-align:center;}
.dateCount span{ padding:0 .05rem;}
}


/*==========HomeMessage============*/
.HomeMessage{ background:#1f1f23;}
.Message input,.Message textarea    
{
    background: transparent;
    color: #999;
    border: 1px solid #999;
}
.Message tr:last-child td input
{    
     background:#cc0000;     
     border: inherit;
     color:#fff;
}
@media (min-width: 768px) 
{
.HomeMessage{ height:370px;}
.HomeMessage .row{ padding:45px 60px;}
.Message input,.Message textarea    
{
    width: 405px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    margin:5px 0;
}
.Message input
{    
    height: 40px;
}
.Message textarea
{
     height:105px;
     padding-top:12px;
    
}
.Message tr:last-child td input
{    
     margin-top:20px;
     font-size:14px;
}
.HomeMessage .Cooperation{ float: right;}
.HomeMessage .Message{ float: left;}
}
@media (min-width: 768px) and (max-width: 991px)
{
.HomeMessage .row{ padding:45px 0px;}
.Message input,.Message textarea    
{
    width: 100%;
}
}
@media (max-width: 767px) 
{
.HomeMessage{ height:7.4rem;}
.HomeMessage .row{ padding-top:.25rem;}
.Message input,.Message textarea    
{
    width:100%;
    padding-left: .15rem;
    padding-right: .15rem;
    font-size: .2rem;
    margin:.05rem 0;
    
}
.Message input
{    
    height: .5rem;
}
.Message textarea
{
     height:1.15rem;
     padding-top:.1rem;
    
}
.Message tr:last-child td input
{    
     margin-top:.1rem;
}
}
/*=======footer======*/
.footer{ background:#000;text-align: center;}
.footer p{ margin:0; }
.footer p span,.footer a,.footer p{ color:#fff;}
@media (min-width: 768px) 
{
    .footer{height:55px; line-height:55px;}
    .footer p{ display: inline-block;}
}
@media (max-width: 767px) 
{
    .footer{ padding:.2rem; }
    .footer p span,.footer a,.footer p{ font-size:.2rem; line-height:.3rem;}
}

/*=========NeiMenu============*/
.Location{ display: inline-block;}
@media (min-width: 768px) 
{
    .NeiMenu .navbar-collapse{ float:right; }
    .NeiMenu{ border-bottom:1px solid #ebebeb; height:68px; box-sizing:border-box;}
    .NeiMenu .navbar-header{ line-height:67px;}
    .NeiMenu .navbar-collapse ul > li > a   
    {
        line-height: 67px;
        padding: 0 20px;
    } 
    .NeiMenu .navbar-header > .glyphicon-home{ color:#88848b; padding-right:3px;}
    .triangle_right    
    {
        font-size: 0;
        line-height: 0;
        border-width: 4px;
        border-color: #88848b;
        border-right-width: 0;
        border-style: dashed;
        border-left-style: solid;
        border-top-color: transparent;
        border-bottom-color: transparent;
        display: inline-block;
        margin:0 5px;
    }
    .NeiMenu a:hover {color:#cc0000 !important;}
    /*下划线*/
    .Underline 
    {
        position:relative;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    }
    .Underline .UnderlineStyle:after {content:"";width:0;height:2px; background-color:#cc0000; 
    position:absolute; bottom:0;left:-40%;right:-40%;margin:0 auto;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    }
    .Underline:nth-of-type(1) .UnderlineStyle:after {left:-80%;right:-80%;}
    .Underline:hover .UnderlineStyle:after {width:60%;}
    .Underline:nth-of-type(1):hover .UnderlineStyle:after {width:60%;}
}
@media (min-width: 768px) and (max-width: 991px)
{
    .NeiMenu .navbar-collapse ul > li > a   
    {
        padding: 0 18px;
    } 
}
@media (max-width: 767px) 
{
  .NeiMenu .nav > li{ float: inherit !important; }
  .NeiMenu{ margin-top:.2rem; margin-bottom:.4rem;}
  .NeiMenu  .main-navigation{ border: 1px solid #ddd;}
  .NeiMenu .navbar-header
  {
    height: .7rem;
    line-height: .75rem;
    text-align: center;
  }
  .NeiMenu .ltTitle
  {
    line-height: .7rem;
    text-align: center;
    height: .7rem;
    font-size: .3rem; 
  }
  .NeiMenu button
  {
    line-height: .7rem;
    height: .7rem;
    width: .7rem;
    border-left: 1px solid #ddd !important;
    padding: 0 .14rem;
    border-radius: inherit;
  }
  .NeiMenu .navbar-collapse 
  {
    border-top: 1px solid #ddd;
  }
  .NeiMenu .navbar-collapse .Underline
  {
    height: .6rem;
    line-height: .6rem;
    padding: 0 .12rem;
    border-bottom:1px solid #ddd;
   }
   .NeiMenu .navbar-collapse .nav > li:last-child
   {
    border-bottom: inherit;
   }
   .Location{ font-size:.24rem; font-weight:bold;}
}
/*======SinglePage=====*/
@media (min-width: 768px) 
{
    .singlePageCon p,.ArticleCon div:not(:first-child) p{line-height:30px;}
    .singlePageCon { margin:40px auto;}
    .ArticleCon div:not(:first-child) p{ padding:10px 0; min-height:80px;}
}
@media (min-width: 991px) 
{
    .singlePageCon { font-size:14px;}
}
@media (min-width: 768px) and (max-width: 991px)
{
    .singlePageCon { margin:30px auto;}
}
@media (max-width: 767px) 
{
    .singlePageCon {
        margin-bottom: .4rem;
    }
    .singlePageCon p,.ArticleCon div:not(:first-child) p{ line-height:.35rem;}
    .ArticleCon div:not(:first-child) p{ padding:.1rem 0;}
}


/*======ProductList========*/
.ProductListCon .col-xs-6
{
    box-sizing: border-box;
    overflow: hidden;
}
.ProductListCon .col-xs-6 a
{
    border: 1px solid #dedede;
    display: block;
}
.ImgCon > img    
{
    display: inline-block;
    vertical-align: middle;
}
.caption p 
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}
@media (min-width: 768px) 
{
.ProductListCon
{
    margin:40px 0;
}
.ProductListCon .row
{
    margin-right: -8px;
    margin-left: -8px;
}
.ProductListCon .col-xs-6
{
    padding: 8.5px;
}
.ImgCon
{
    min-height: 290px;
    line-height: 288px;
}
.caption p 
{
    line-height:40px; 
    padding:0 10px 10px;
    height:40px;    
}
}
@media (max-width: 767px) 
{
.ProductListCon .row
{
    margin-right: -.08rem;
    margin-left: -.08rem;
}
.ProductListCon .col-xs-6
{
    padding: .085rem;
}
.ProductListCon .col-xs-6:nth-last-child(2),.ProductListCon .col-xs-6:last-child
{
     padding-bottom: 0;
}
.ImgCon
{
    min-height: 2.9rem;
    line-height: 2.85rem;
}
.caption p 
{
    line-height:.42rem; 
    padding:0 .1rem;
    height:.4rem;    
}
.ProductListCon .dropload-noData
{
    margin-top: -0.04rem;
    }
}
/*======Product=======*/
.Product .BigImage{border: 1px solid #dedede;display: block;}
.Product .BigImage img{display: inline-block;vertical-align:middle;}
.Product .Introduct{ background:#f8f8f8; }
@media (min-width: 1250px) 
{
    .Product .BigImage{height:590px;line-height: 588px;}
}
@media (min-width: 992px) and (max-width: 1249px) 
{
    .Product .BigImage{height:448px;line-height: 446px;}
    .Product .Description > h3{ line-height:45px;}
}
@media (min-width: 768px) and (max-width: 991px) 
{
    .Product .BigImage{height:338px;line-height: 336px;}
    .Product .Description > h3{ line-height:35px;}
}
@media (min-width: 768px) 
{
    .Product{ padding-bottom:40px;}
    .Product .row{ margin: 50px -7.5px;}
    .Product .row .col-sm-6{ padding: 0 20px 0 7.5px;}
    .Product .Description > h3{ line-height:45px;}
    .Product .Description > p{ line-height:35px;}
    .Product .Description p:first-of-type{ padding-top:10px;}
    .Product .Introduct > span{ font-size:18px; padding:0 20px;}
    .Product .Introduct{ height:50px; line-height:50px; margin-bottom:40px; }
}
@media (max-width: 767px) 
{
     .Product{ padding-bottom:.2rem;}
    .Product .row{ margin: 0 -0.15rem .4rem;}
    .Product .row .col-sm-6{ padding: 0 .15rem;}
    .Product .Description > h3{ line-height:.42rem;}
    .Product .Description > p{ line-height:.35rem;}
    .Product .Description p:first-of-type{ padding-top:.1rem;}
    .Product .Introduct > span{ font-size:.24rem; padding:0 .2rem;}
    .Product .Introduct{ height:.5rem; line-height:.5rem; margin-bottom:.4rem; }
}

/*======ArticleList=======*/
.ArticleList .ArticleCon > .col-sm-4 > a    
{
    border: 1px solid #dedede;
}
.ArticleList .ArticleCom{ text-align:center;}
@media (min-width: 992px)
{
    .ArticleList .ArticleCom{ margin: 30px auto;}
    .ArticleList .ArticleCon > .col-sm-4    
    {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .ArticleList .ArticleCom{ margin: 20px auto;}
    .ArticleList .ArticleCon > .col-sm-4    
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
/*==========Article===========*/
.Article .Articlehead{ border-bottom: 1px dashed #ddd;}
.Article .ArticleTxt{font-weight:bold;}
.Article .dateCount span{ color:#999; }
@media (min-width: 768px)
{
.Article .ArticleTxt{ line-height:45px; font-size:24px;}
.Article .ArticleCon{ margin:40px auto;}
.Article .dateCount span{ line-height:35px;}
.Article .Articlehead{ padding-bottom:10px; margin-bottom: 15px;}
}
@media (max-width: 767px)
{
.Article .ArticleTxt{ line-height:.45rem; font-size:.24rem;}
.Article .dateCount span{ line-height:.35rem;}
.Article .Articlehead{ padding-bottom:.1rem;margin-bottom: .15rem;}
.Article .ArticleCon{ margin:.4rem auto .45rem;}
}
/*==========MessageList============*/
.MessageListCon input,.MessageListCon textarea    
{
    background: transparent;
    border: 1px solid #ddd;
}
.MessageListCon .Sub
{
    background:#cc0000;
    color:#fff;
    border: inherit;
    border-radius: 2px;
}
#changeValidateImage:hover{text-decoration: underline;}
@media (min-width: 768px) 
{
    .MessageListCon{ margin:40px 0;}
    .MessageListCon .row > div{
        margin:10px 0;
    }
    .MessageListCon input,.MessageListCon textarea    
    {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 14px;
    }
    .MessageListCon input
    {    
        height: 40px;
    }
    .MessageListCon textarea
    {
         padding-top:12px;
    }
    .MessageListCon .row .col-sm-2,#ValidateImage,#changeValidateImage{ line-height:40px; height:40px;}
    .MessageListCon .row .col-sm-2{ text-align:right;}
}
@media (min-width: 992px) 
{
    .MessageListCon .row div:nth-child(7)
    {
        width: 120px;
    }
    .MessageListCon .row div:last-child
    {
        float:right;
    }
    .MessageListCon textarea
    {
         height:300px;
    }
    .MessageListCon .row .col-sm-2:nth-child(1){ line-height:300px;}
}
@media (min-width: 768px) and (max-width: 991px)
{
    .MessageListCon textarea
    {
         height:150px;
    }
    .MessageListCon .row .col-xs-2:nth-child(1){ line-height:150px;}
}
@media (max-width: 767px) 
{
    .MessageList{ margin-bottom:.2rem;}
    .MessageListCon input,.MessageListCon textarea    
    {
        width:100%;
        padding-left: .15rem;
        padding-right: .15rem;
    }
    .MessageListCon tr:last-child td input
    {    
         margin-top:.1rem;
    }
    
    
    .MessageListCon .row .col-sm-2{ line-height: .3rem;}
    .MessageListCon textarea
    {
         height:2rem;
    }
    .MessageListCon input,#ValidateImage,#changeValidateImage
    {    
        height: .4rem;
        line-height:.4rem;
    }
    .MessageListCon .row .col-sm-2{ line-height:.5rem; height:.5rem;}
    .MessageListCon .row > div{
        margin:.05rem 0;
    }
    .MessageListCon .row > .code{
        margin-top:.1rem;
        margin-bottom:0;
    }
    .MessageListCon .row div:last-child
    {
        margin:.3rem 0;
    }
}
/*======右侧浮动条======*/
@media (max-width: 767px)
{
.divFloatBar{ display:none;}
}
/*=优势=*/
#ctl00_ContentPlaceHolder_Body_advantage p{text-align:justify;}
.advantageHead{ margin:20px -10px 0 -10px;}
.advantageHead .zoom-container{ padding: 0 10px; }
.advantageTitle{ font-size: 24px; font-weight: bold;}
.advantageMinTitle{ font-size: 16px; color:#999; margin-left:10px;}
.advantageCon1{ margin-top:25px;}

.ConTitle{ font-size:18px; margin-top:20px;}
.Con2TitleH,.Con3TitleH,.Con5TitleH,.Con1TitleH{ margin-top:25px;}

#advantage2{ padding-top: 135px;}

.Title2,.Title5{ line-height:75px; border-bottom:1px solid #ddd; margin-top:18px; white-space:nowrap; }
.Title1{ line-height:75px; border-bottom:1px solid #ddd; margin-top:8px; white-space:nowrap; }

#advantage3{padding-top:80px;}
.Title3{line-height:70px; border-bottom:1px solid #ddd; white-space:nowrap; }


#advantage4{ padding-top:95px;}

.advantageCon4{ margin-top:20px;}

#advantage5,#advantage6{ padding-top:80px;}


.Title6{ line-height:80px;border-bottom:1px solid #ddd; margin-top:15px; white-space:nowrap;}
.Con6Title{ margin-top:35px;}
.Con6TitleH{ margin-top:25px;}


@media (min-width: 991px)
{
    #ctl00_ContentPlaceHolder_Body_advantage { margin-bottom:30px;}

}
@media (min-width: 768px)
{
    #advantage1{ margin-top:20px;}
    .Img3{ position: relative; min-height: 440px; padding:0 0 0 30px;}
    .Img3 .zoom-container,.Img4 .zoom-container{ position:initial;}
    .Img3 img,.Img4 img{ width:auto !important;}
    .Img3_1{ position:absolute; top:70px; left:70px;}
    .Img3_2{ position:absolute; top:180px; right:100px;}
    .Img3_3{ position:absolute; bottom:0px;}
    .Img4{ padding:0 30px 0 0;position: relative; min-height:370px;}
    .Img4_1{ position:absolute; right:80px;}
    .Img4_2{ position:absolute; left:100px; top:110px;}
    .Img4_3{ position:absolute; bottom:0; right:30px;}
    .Title4{ line-height:70px; border-bottom:1px solid #ddd; margin-top:20px;}
    #advantage2 .zoom-container, .Con3, .Con5, #advantage6 .zoom-container ,.Con1{
        padding: 0 30px 0 0;
    }
    .Con2,.Con4,.Con6,#advantage1 .zoom-container{ float:right;}
    .Con2, .Con4, #advantage5 .zoom-container, .Con6 ,#advantage1 .zoom-container{
        padding: 0 0 0 30px;
    }

}
@media (min-width: 768px) and (max-width: 991px)
{
    #advantage2 {
        padding-top: 80px;
    }
    #advantage4 {
        padding-top: 65px;
    }
    .Title2, .Title5 ,.Title1{
        line-height: 55px;
         margin-top: 0px;
    }
    .ConTitle {
        margin-top: 15px;
    }
    .Con2TitleH, .Con3TitleH, .Con5TitleH , .Con1TitleH{
        margin-top: 15px;
    }
    .Title3 {
    line-height: 50px;
    }
    .Title4,.Title6 {
        line-height: 50px;
        margin-top: 0px;
    }
    .Con6Title {
        margin-top: 15px;
    }
    .Con6TitleH {
        margin-top: 10px;
    }
    #advantage2 .zoom-container, .Con3, .Con5, #advantage6 .zoom-container ,.Con1 {
        padding: 0 15px 0 0;
    }
    .Con2, .Con4, #advantage5 .zoom-container, .Con6, .Con6 ,#advantage1 .zoom-container {
        padding: 0 0 0 15px;
    }
    .advantageHead {
        margin: 20px -5px 0 -5px;
    }
    .advantageHead .zoom-container {
        padding: 0 5px;
    }
}
@media (max-width: 767px)
{
    .advantageTitle {
        font-size: .24rem;
    }
    .advantageMinTitle {
        font-size: .18rem;
    }
    .advantageHead {
        margin: .2rem -.1rem 0 -.1rem;
    }
    .advantageHead .zoom-container {
        padding: .1rem;
    }
    .Title1 {
        line-height: 1rem;
    }
    .advantageCon1 {
        margin-top: .25rem;
    }
    #advantage2 {
        padding-top: .2rem;
    }
    #advantage2 .zoom-container
    {
        margin-top:.3rem;
    }
    #advantage2 .zoom-container,.Con3,.Con5,#advantage6 .zoom-container,.Con2,.Con4,#advantage5 .zoom-container,.Con6,.Con1,#advantage1 .zoom-container{ padding:0;}
    .Title2, .Title5 {
        line-height: .95rem;
        margin-top: .18rem;
    }
    #advantage3 {
        padding-top: .45rem;
    }
    .ConTitle {
        font-size: .2rem;
        margin-top: .3rem;
    }
    .Con2TitleH, .Con3TitleH, .Con5TitleH , .Con1TitleH{
        margin-top: .25rem;
    }
    .advantageCon3{ margin-bottom:.35rem;}
    .Img3,.Img4{ padding:0;}
    .Img3 img,.Img4 img{ padding:.05rem 0;}
    .Title3 {
        line-height: .9rem;
        }
    #advantage4 {
        padding-top: .85rem;
    }
    .advantageCon4 {
        margin-top: .3rem;
        margin-bottom:.35rem;
    }
    #advantage5, #advantage6 {
        padding-top: .3rem;
    }
    .Con5TitleH {
        margin-top: .25rem;
        margin-bottom:.35rem;
    }
    .Title6 
    {
        line-height: .8rem;
    }
    .Con6 {
        margin-bottom:.35rem;
    }
    .video-js{ width:100%;}
    video{ width:100%}
}

