body,html{
	/*min-width: 1300px !important;*/
}
body,div,ul,li,h1,h2,h3,h4,h5,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}
p{
	line-height: 26px;
	/* text-align: justify; */
}
body {
	font-size: 14px;
	font-family: "microsoft yahei", arial;
	position: relative;
	color: #333333;
}
img {
	vertical-align: middle;
	border: 0;
	max-width: 100%;
}
#article-body img {
    height:auto !important; 
}
h1,h2,h3,h4,h5{
	font-weight: normal;
}
em,
i {
	font-style: normal;
}
a {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
li {
	list-style: none;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}
.clearfix:after {
	clear: both;
}
.w92{
	width: 92%;
	margin: auto;
}
.w{
	width: 1120px;
	margin: auto;
	max-width: 95%;
}
.w1120{
	width: 1120px;
	max-width: 95%;
	margin: auto;
	overflow: hidden;
}
.none{
    display:none;
}
.phoneNav a:hover,.iphone-menu ul li a:hover{
	text-decoration: none;
}
.tags-v2 li.on a {
    color: #fff;
    background: #1e5b9a;
    border-color: #aaa;
}
.tags-v2 li a:hover {
    color: #fff;
    background: #1e5b9a;
    border-color: #aaa;
}
/*my css*/
.navbar-brand>img {
    height: 68px;
    margin-top: -25px;
}
.footer-logo {
    width: 50%;
}
body.dark .wrapper {
    background: #000000;
    margin-top: 84px;
}



.myinner .wrapper {
    background: #fff;
}
.header .am-g{
	overflow: visible;
}
#nav_bar {
    display: none;
    float: right;
    margin-right: 10px;
    margin-top: 12px;
    position: relative;
    cursor: pointer;
}
#nav_bar span {
    display: block;
    width: 32px;
    height: 3px;
    margin-bottom: 8px;
    background:#fb8800;
    border-radius: 5px;
}
/*头部导航*/
.header_nav{
	margin-left: 35px;
}
.header_nav>li{
	float: left;  
    position: relative;
    height:80px;
    line-height: 80px;
    box-sizing: border-box;
    text-align: center;
    margin-right: 23px;
}
.header_nav>li>a{
	display: block;
	 padding: 0 15px;
	height: 100%;
	color: #fff;
	font-size: 16px;
	position: relative;
}
.header_nav>li.active>a:before{
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
}
.header_nav li.active>a,.header_nav li:hover>a{
	color: #fff;
}
.header.removeBg .header_nav li.active>a,.header_nav li:hover>a{
	color: #fbc300;
}
.header_nav>li>a:before{
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9999;
	background: #b89232;
	    background: #fbc300;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
	transition: transform .38s cubic-bezier(.4, 0, .2, 1);
	transition: transform .38s cubic-bezier(.4, 0, .2, 1), -webkit-transform .38s cubic-bezier(.4, 0, .2, 1);
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	visibility: hidden\9;
}
.header_nav>li>a:hover{
	text-decoration: none;
}
.header_nav>li>a:hover:before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}
/*头部按钮*/
.header_btn {
    margin: 0px 33px 0 0;
    position: relative;
}
.header_btn .login{
	color: #fbc300;
	font-size: 16px;
}
.header_btn a:hover{
	text-decoration: underline;
}
.header_btn .register{
	color: #000;
	font-size: 16px;
	padding: 5px 10px;
	background: #fbc300;
	margin-left: 8px;
	position: relative;
}
.header_btn .cn{
	color: #fff;
	font-size: 16px;
	margin-left: 1px;
	position: relative;
	cursor: pointer;
}
.header_btn .cn:before{
	 /*content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: -15px;
    top: 5px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    z-index: 1;*/
}
.header_btn span.spanLine {
    /* content: ""; */
    width: 1px;
    height: 45px;
    display: inline-block;
    background: none;
    position: relative;
    top: 15px;
   /* margin-left: 3px;*/
    /* margin-top: 10px; */
    /* position: absolute; */
    /* right: -13px; */
    /* top: -10px; */
}

.header_btn span.lang,.header_btn a.en{
    color: #fff;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 75px;
    height: 27px;
    line-height: 27px;
    border-radius: 2px;
    padding-left: 4px;
    border: 1px solid #fff;
    
}
.header_btn a.en {
    position: absolute;
    right: 1px;
    top: 52px;
    text-align: center;
    display: none;
}
.header_btn a.en img{margin-right: 4px;}
.header_btn span.lang:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 5px;
    top: 17px;
    margin: auto;
    bottom: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #fff;
    z-index: 1;
}
/*头部二级*/
.header_nav .header_nav_second a{
	display: block;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	line-height: 35px;
	background: #000;
	background: rgba(251,136,0,0.8);
	background: rgba(0,0,0,0.3);
	color: #fff;
	transition: .2s;
}
.header_nav .header_nav_second a:hover{
	background:#e49646 ;
	    background: rgba(228, 150, 70, .9);
	color: #fff;
	text-decoration: none;
}
.header_nav_second{
	display: none;
	position: absolute;
    width:100%;
    text-align: left;
    margin: 0;
    padding: 0;
    left: 0;
    top: 80px;
    z-index: 999;
}
/*小屏幕导航*/
#menu-handler{
	display: none;
	    position: absolute;
  right: 16px;
    top: 12px;
    z-index: 6;
	}
#menu-handler .burger {
    display: block;
    width: 35px;
    height: 3px;
    margin-bottom: 8px;
    background: #b79286;
    border-radius: 5px;
    position: relative;
}
span.trans, span.trans:hover {
    -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.menu-handler.active .burger-1 {
    top: 12px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-handler.active .burger-3 {
    top: -10px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menu-handler.active .burger-2 {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    right: -100%;
}

.pusher {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 100%;
}
.pusher.on{
	    transform: translate(-210px, 0px);
}
.iphone-login{
	width: 100%;
	overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
        padding: 5px 0;
}
.iphone-login li{
	width: 50%;
	
	float: left;
	text-align: center;
}
.iphone-login li a{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #fff;
	    border-right: 1px solid #ddd;
}

/*手机二级*/
.dropmenu-menu {
	  display: none;
       background: #fff;
}
.dropmenu-menu a{
	color: #333;
	  display: block;
       height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
}
.dropmenu-third a{
	color: #333;
	  display: block;
    height: 2.5rem;
    line-height: 2.6rem;
    font-size: 12px;
    text-align: center;
}
.dropmenu-menu>li{
	border-bottom: 1px solid #d2d2d2;
}
.dropmenu{
	text-align: left;
	position: relative;
	
}

.dropmenu>a {
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}
.dropmenu.active>span{
    opacity: 1;
    transform: scale(1);
}
.dropmenu.active>a:after {
    transform: scale(1, 1);
}
.dropmenu.active>a{
	color: #fff;
}
.dropmenu>a:hover, .dropmenu>a:focus {
   color: #fff;
}
.dropmenu>a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a87c4b;
    transform: scale(1, 0);
    transition: all .38s;
    z-index: -1;
}
.dropmenu>span {
    /*display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 30px;
    top: 19px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
   opacity: 0;
    transform: scale(0);
    transition: all .38s;
    z-index: 2;*/
   
}
.dropmenu>span {
	 position: absolute;
    right: 30px;
    top: 19px;
	top: 8px;
right: 9px;
font-size: 11px;
content: "\f105";
position: absolute;
font-weight: normal;
display: inline-block;
font-family: FontAwesome;
    top: 9px;
    right: 15px;
    content: "\f107";
     opacity: 0;
    transform: scale(0);
    transition: all .38s;
    z-index: 2;

}
.Usg-mainmenu {
  /*  margin-top:40px;*/
}
.Usg-mainmenu>li.active>span{
	/* border-top: 0.5rem solid #009fca;*/
	  transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
}
.am-direction-nav{
	display: none;
}
/*手机三级*/
.dropmenu-third{
	display: none;
}
.dropmenu-third a{
	font-size: 12px;
	position: relative;
}

.dropmenu-menu>li>a.on{
	color: #d68467;
	    border-bottom: 1px solid #d68467;
}
.dropmenu-menu>li>a{
	position: relative;
}
.dropmenu-menu>li>a:after{
	display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 40px;
    top: 16px;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-top: 0.5rem solid #fff;
    z-index: 1;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transition: .2s;
}
.dropmenu-forth{
	background: #d68467;
	display: none;
}
.dropmenu-forth li a{
	color: #fff;
}
.header{
	background: rgba(0,0,0,.8) !important;
}
/*小屏幕导航按钮结束*/
.header .am-g {
    overflow: visible;
}
.am-g-fixed {
    max-width: 1400px;
}
.am-g {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
.contact-top i {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 50% !important;
    text-align: center;
    padding-top: 7px;
    margin-right: 5px;
}
.contact-top{
	float: right;
}
.contact-top a {
    color: #fff;
    position: relative;
    top: 1px;
    font-size: 16px;
}
.header a,.iphone-menu a{
	text-decoration: none !important;
}
.iphone-menu ul{
	padding-left: 0 !important;
}
.Usg-mainmenu {
	margin-top: 10px;
    padding: 0;
}
/*头部--end*/
.btn-u-lg, a.btn-u-lg {
    font-size: 18px;
    padding: 6px 25px;
    height: 48px;
    position: relative;
    left: -20px;
}

.inner-banner {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    position: relative;
}
.inner-banner .ms{
	display: none;
}
.inner-banner p span {
    position: relative;
}
.inner-banner  p{
    text-align: center;
}
.inner-banner  p span:before {
       position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: #fff;
    left: -50px;
    top: 15px;
}
.inner-banner  p {
       width: 95%;
    max-width: 1600px;
    margin: auto;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 47%;
}
.inner-banner  dl{
    width: 100%;
    margin: auto;
    font-size: 30px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 37%;
}
.inner-banner  dl dt{
  color: #fff;
    font-size: 34px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.inner-banner  dl dd{
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}
.inner-banner  dl dd p{
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}
.cqmeihe-content-container {
    padding-top: 20px;
}
.inner-banner   p span:after {
   position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: #fff;
    right: -50px;
    top: 15px;
}
.inner-banner.about {
    background: url(../img/banner-ast.jpg) no-repeat center;
    background-size: cover;
}
.mycase {
    background: url(../img/banner-ast.jpg) no-repeat center;
    background-size: cover;
    padding-top: 150px;
    height: 380px;
}
.mycase .form-control{
	    border-radius: 5px 0 0 5px;
}
.mycase button{
	border-radius: 0 5px 5px 0;
}
.mycase p{
	color: #fff;
}
.mycase.mysearch .page-search-form{
	    width: 500px;
    margin: auto;
    max-width: 90%;
}
.mycase.mysearch{
	padding-top: 120px;
    padding-bottom: 50px;
}
.mycase.mysearch button {
    border-radius: 0 5px 5px 0;
    height: 40px;
}
.footer-v1 .footer-socials {
  display: none;
}
.video-info {
   background: none;
}
.recommend-zone {
    background: none;
}
.video-posts .dl-horizontal dd h5 {
    color: #333;
}
.video-posts .dl-horizontal dd h5 strong{
	font-weight: normal;
}
.pagination li a:hover {
    color: #fff;
    background: #1e5b9a;
    border-color: #1e5b9a;
}
.pagination li a {
    margin: 0 2px;
}
.myPagenation{
	margin-top: 50px;
}
.myPagenation li a{
	border-radius: 5px;
}
.myPagenation li.on a,.myPagenation li:hover a{
	background: #1e5b9a;
	border:1px solid #1e5b9a !important;
	color: #fff;
}
.mySeachWarp .shadow-wrapper{
	width: 40%;
    float: left;
}
.mySeachItem{
	margin-bottom: 20px;
	transition: .8;
	box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}
/*.mySeachItem:hover{
	box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
}*/
.mySeachWarp .news-v3-in{
	    margin-left: 43%;
}
.mySeachWarp .news-v3 .news-v3-in {
    padding: 15px 10px;
}

.mySeachWarp a.btn-u.cqmeihe-case-detail-button{
	    width: 130px;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
}
.mySeachWarp{
	margin: 20px auto;
}
.btn-u.btn-brd.btn-u-dark.btn-brd-hover:hover {
    background: #1e5b9a;
    border-color: #1e5b9a;
    border-radius: 5px;
}
.btn-u.btn-brd.btn-u-dark.btn-brd-hover{
	margin-top: 15px;
	    border-radius: 5px;
}
.parallax-quote-in p {
    line-height: 46px;
}
.breadcrumb{
	padding: 10px 0;
}
.content h1{
	font-size: 24px;
}
.xpel-intro p{
	line-height: 26px;
	margin-bottom: 10px;
}
.content .xpel-intro h1 {
    font-size: 24px;
    margin-top: 10px;
}
.inner-left{
	box-shadow: 0 0 8px #e8e6e6;
    border-radius: 5px;
}
.inner-right a.btn-u.cqmeihe-case-detail-button{
	    border-radius: 4px;
    color: #fff;
    border: 1px solid #1e5b9a;
    transition: .35s;
}
.inner-right a.btn-u.cqmeihe-case-detail-button:hover{
	color: #1e5b9a;
	background: none;
}
.cqmeihe-case-content {
    padding-left: 25px;
}
.video-info h2{
	    margin-bottom: 15px;
    margin-top: 10px;
}
.video-posts .dl-horizontal dt {
    width: 100%;
    float: none;
}
.video-posts .dl-horizontal dd {
   margin-left: 0 !important;
   padding-top: 10px;
    /*background: rgba(0,0,0,.8);
    padding: 10px;
    color: #fff;*/
}
.video-posts .dl-horizontal dd h5 {
  /*  color: #fff;*/
}
.mycaseContainer p{
	text-align: center;
}

/*case*/
.case-warp{
	width: 95%;
	max-width: 1500px;
	margin: auto;
}
.case-warp .case-item{
	width: 25%;
	float: left;
	margin-bottom: 20px;
}
.video-warp-main .cbp-item{
	margin: 0;
	display: block;
	float: left;
	width: 33.33333333%;
}
.video-warp-main{overflow: hidden !important; }
.video-warp-main .cbp-item .inner{
	width: 96%;
	margin: auto;
    margin-bottom:1rem;
}
.video-warp-main .cbp-item .inner video{
	width: 100%;
}
.case-warp .case-item .case-item-inner{
	width: 95%;
	margin: auto;
	cursor: pointer;
    margin-bottom: 1rem;
}
.case-warp .case-item .case-item-inner .case-item-top{
	position: relative;
	overflow: hidden;
}
.case-item-text{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	color: #fff;
	z-index: 9;
}
.case-item-img:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
		z-index: 8;
	background: rgba(0,0,0,.4);
	visibility: hidden;
}
.case-warp .case-item .case-item-top:hover .case-item-img:before{
	visibility: visible;
}
.case-warp .case-item .case-item-top:hover .case-item-text dt{
	color: #fff;
}
.case-warp .case-item .case-item-top .case-item-img img{
	max-width: 100%;
	max-height: 250px;
	transition: .5s;
}
.case-warp .case-item .case-item-top:hover .case-item-img img{
	transform: scale(1.3);
}
.case-item-text dl{
	width: 90%;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: transform .5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity .38s cubic-bezier(.4, 0, .2, 1), visibility .3s;
	-webkit-transition: transform .5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity .38s cubic-bezier(.4, 0, .2, 1), visibility .3s;
}
.case-warp .case-item .case-item-top:hover .case-item-text dl{
  opacity: 1;
	visibility: visible;
	transform: none;
	-webkit-transform: none;
}
.case-item-text dt{
	margin-bottom: 10px;
	padding-top: 20%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-item-text dd{
	font-size: 12px;
	white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
    margin-bottom: 10px;
}
.case-warp .case-item .case-item-inner .case-item-bottom dd,.case-warp .case-item .case-item-inner .case-item-bottom dt{
text-align: center;
color: #888;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.case-warp .case-item .case-item-inner .case-item-bottom a:hover{
	text-decoration: none !important;
}
.case-warp .case-item .case-item-inner .case-item-bottom dd:hover,.case-warp .case-item .case-item-inner .case-item-bottom dt:hover{
color: #1e5b9a;
}
.case-warp .case-item .case-item-inner .case-item-bottom dt i{margin-right: 4px;}
.case-warp .case-item .case-item-inner .case-item-bottom dt{
	font-size: 14px;
	margin-bottom: 5px;
	padding-top: 10px;
}
.case-warp .case-item .case-item-inner .case-item-bottom dd{
	font-size: 12px;
}
.myBrand .shadow-wrapper {
    z-index: 1;
    position: relative;
    width: 40%;
    float: left;
}
.myBrand .news-v3 .news-v3-in {
    padding: 0;
    margin: 0 10px 10px 42%;
}
.myBrand a.btn-u.cqmeihe-case-detail-button {
    padding:0.25rem;
    text-align: center;
}
.myBrand .news-v3 {
    transition: .3s;
    padding: 10px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
    overflow: hidden;
}
.myBrand .news-v3:hover{
	    /*box-shadow: 0 0 10px #ccc;
    border-radius: 5px;*/
    
}
.myBrand .news-v3-in .brand_text{
	overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 122px;
}
.myBrand .news-v3-in .brand_text p{
	margin-top: 0;
}
.my-after-text{
	overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 84px;
        margin-top: 16px;
}
.myBrand .news-v3 .brand_text {
    color: #555;
    margin-bottom: 10px;
}
.myBrand .brand_text img{
	display: none;
}
 .myBrand .posted-info{
 	margin-bottom: 10px;
 }
 .myBrand .brand_text.article p{
 	margin-bottom: 0;
 }
 .pager {
    margin-top: 20px;
}
.parallax-quote.parallaxBg .container p{
	font-size: 35px;
    color: #fff;
    position: relative;
    z-index: 99;
    line-height: 60px;
}
.inner-left p{
	overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner-left .blog-latest-posts.list-unstyled li a{
	overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.inner-left .list-unstyled li a{
	display: inline;
}
a.cqmeihe_topten_case_img img {
   margin-bottom: 2px;
       margin-top: 8px;
}
.news-v3 h2 {
    font-size: 24px;
    font-weight: 200;
    /* margin: 0 0 20px; */
    /* line-height: 45px; */
    text-transform: uppercase;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
img.img-bordered {
    padding: 3px;
    border: solid 1px #eee;
  /*  height: 220px;*/
}
.cqmeihe-need-to-show-mobile p{
	overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*首页新闻资讯*/
.news-list-l{
	width: 49%;
	float: left;
}
.news-list-r{
	width: 49%;
	float: right;
}
.news-warp .item{
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 3px #ddd;
	margin-bottom: 20px;
	border-radius: 3px;
	
}
.news-warp .item dt{
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: normal;
}
.news-warp .item dt a{
	color: #333;
	display: block;
	overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 18px;
	text-align: left;
}
.news-warp .item dd{
	height: 53px;
	overflow: hidden;
}
.news-warp .item dd a{
	color: #999;
	text-align: left;
	    line-height: 26px;
	display: block;
	overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-warp .item:hover dt a{
	color: #1e5b9a;
}
.news-warp .item:hover dd a{
	text-decoration: underline;
}
/*响应式*/
@media only screen and (max-width: 1200px) {
	.header_nav,.contact-top {
    display: none;
}
.copyright .container{
	width: 90%;
	margin: auto;
}
.myinner .wrapper {
    background: #fff;
}
}
@media only screen and (max-width: 1000px){
	.case-warp .case-item{
	width: 33.3333333333%;
}
.video-warp-main .cbp-item{
	width:50%;
}
}
@media only screen and (max-width: 760px){
	.case-warp .case-item{
	width:50%;
}
.who{
	display: none;
}
	.inner-banner {
    /* height: 300px; */
}
.inner-banner p {
    font-size: 22px;
}
.inner-banner p span:before {
    top: 10px;
}
.inner-banner p span:after{
    top: 10px;
}
.cqmeihe-content-container {
    padding-top: 20px;
    width: 95%;
}
.search-block h1 {
    font-size: 24px;
}
.mySeachWarp .shadow-wrapper {
    width: 100%;
    float: none;
}
.mySeachWarp .news-v3-in {
    margin-left: 0;
}
.inner-left {
    box-shadow: none;
    border-radius: 5px;
}
.news-v3 .news-v3-in {
    padding: 15px 0;
}
.cqmeihe-case-content {
  padding-left: 0;
}
.margin-top-20.breadcrumb{
	margin-top: 0;
}
.list-inline.posted-info{
	display: none;
}
.content .xpel-intro h1 {
    font-size: 18px;
}
.title-v1 p span{
	position: static !important; 
	    font-size: 14px !important;
}

}
@media only screen and (max-width: 640px ) {
	.myBrand .shadow-wrapper {
    width: 100%;
    float: none;
}
.inner-banner .ms{
	display: block;
}
.inner-banner .pc{
	display: none;
}
.news-v3 h2{
	font-size: 16px;
}
.myBrand .news-v3 .brand_text span{
	font-size: 14px !important;
}
.news-list-l{
	width: 100%;
	float: none;
}
.news-list-r{
	width: 100%;
	float: none;
}
.blog-latest-posts h3 {
    font-size: 14px;
    margin: 0 0 3px;
    line-height: 20px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.video-warp-main .cbp-item{
	width:100%;
}
.pager li {
    display: inline-block;
    margin-bottom: 10px;
}
.inner-banner dl dd {
    max-width: 92%;
    margin: auto;
}
.cbp-item {
    width: 100%;
}
.cbp-item video{
    width: 100%;
}
.breadcrumb {
    padding: 10px 0;
    margin-bottom: 10px !important;
    top: 0;
}
.parallax-quote {
    padding: 30px 0;
}
.parallax-quote.parallaxBg .container p {
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 99;
    margin-bottom: 10px;
    line-height: 26px;
}
.myBrand .news-v3 .news-v3-in {
    padding: 0;
    margin: 0 10px 10px 0;
    margin-top: 20px;
}
.inner-banner dl dt {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}
.headline h1 {
    margin-bottom: 10px;
    font-size: 20px;
}
}
@media only screen and (max-width: 440px){
	.case-warp .case-item{
	width:100%;
}
/*.myBrand .news-v3-in .brand_text{
	height: auto;
}*/
.copyright .container{
	width: 90%;
	margin: auto;
}
img.img-bordered {
    padding: 3px;
    border: solid 1px #eee;
    height: auto;
}
.news-warp .item dt a {
    font-size: 16px;
}
}
.contact-phone-fixed{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: #333;
    z-index: 99;
    display: none;
}
.contact-phone-fixed .left{
    width: 40%;
    height: 100%;
    float: left;
    color: #1e5b9a;
    text-align: center;
    border-right: 1px solid #1e5b9a;
    line-height: 75px;
    font-size: 16px;
}
.contact-phone-fixed .left img{
    width: 30px;
    margin-right: 10px;
    margin-top: -2px;
}
.contact-phone-fixed .right{
    width: 58%;
    float: right;
    text-align: center;
}
.contact-phone-fixed .right ul{
    padding-top: 8px;
}
.contact-phone-fixed .right ul li{
    color: #1e5b9a;
    font-size: 16px;
    margin-bottom: 5px;
}
.contact-phone-fixed a, 
.contact-phone-fixed a:hover,
.contact-phone-fixed a:active,
.contact-phone-fixed a:visited,
.contact-phone-fixed a:link,
.contact-phone-fixed li a ,
.contact-phone-fixed li a:hover,
.contact-phone-fixed li a:active,
.contact-phone-fixed li a:visited,
.contact-phone-fixed li a:link,
.contact-phone-fixed .right a ,
.contact-phone-fixed .right a:hover,
.contact-phone-fixed .right a:active,
.contact-phone-fixed .right a:visited,
.contact-phone-fixed .right a:link{
    /*display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;*/
    color: white;
    text-decoration: none;
    font-size: 16px;
}

@media only screen and (max-width: 780px){
    .contact-phone-fixed{
        display: block;
    }
}

.contact-phone-fixed  .left{
	color:#333333;
	font-weight: 900;
	 background: #ffffff;
	
}
.contact-phone-fixed  .left a{
	color:#333333;
}
.contact-phone-fixed .right{
	color:#000000;
	padding-top: 8px;
	font-weight: 900;
	background: #1e5b9a;
	height:75px;
	width:60%;
	line-height: 18px;
} 
.contact-phone-fixed a, 
.contact-phone-fixed a:hover, 
.contact-phone-fixed a:active, 
.contact-phone-fixed a:visited, 
.contact-phone-fixed a:link, 
.contact-phone-fixed li a, 
.contact-phone-fixed li a:hover, 
.contact-phone-fixed li a:active, 
.contact-phone-fixed li a:visited, 
.contact-phone-fixed li a:link,
.contact-phone-fixed .right a,
.contact-phone-fixed .right a:hover, 
.contact-phone-fixed .right a:active, 
.contact-phone-fixed .right a:visited, 
.contact-phone-fixed .right a:link{
	color:#000000;
}
.header .nav-bar .line{
	background-color: #1e5b9a;
}

