/*
  Theme Name: TopBiz - Responsive Corporate HTML5 Template
  Description: Responsive Corporate HTML5 Template
  Version: 1.0
*/




*{ padding:0px; margin:0px; list-style:none}
html, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, input, select {margin:0; padding:0;  outline:0;}
html, body {width:100%; height:100%;}
a img, iframe {border:none;}


.opacitys{ opacity:0.6; filter: Alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6; }
.clearfix:after{ content:"."; height:0; display:block; visibility:hidden; clear:both;}
.clearfix{*+height:1%;}

.clearfix { *zoom:1; }/*IE/7/6*/
.fl{ float:left;display: inline;  }
.fr{ float:right;  }
.clear{ clear:both; overflow:hidden; }



/*img{ width:100%;}*/
body {
    font: 14px/1 "Microsoft Yahei",sans-serif;
    line-height: 1.6;
	/*min-width: 1200px;*/
}

.headerArea {
    background: #fff;
    height: 80px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    padding-top: 10px;
    z-index: 99;
}

.logo {
    padding-left: 100px;
    width: 12%;
}

.logoImg {
    float: left;
    /*width: 44px;*/
}

.logo h2 {
    float: left;
    margin-left: 11px;
    padding-top: 12px;
    font-size: 20px;
}

.logo h2 a {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 700;
    color: #404040;
    line-height: 0.8;
}

.logo h2 a:hover {
    color: #113a68;
}

.logo h2 a span {
    display: inline-block;
    font-weight: 300;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.logo h2 a:hover span {
    font-weight: 700;
}

.mainMenu {
    width: 70%;
}

.mainMenu>ul {
    text-align: center;
}

.mainMenu>ul>li {
    display: inline-block;
    padding-bottom: 25px;
    padding-top: 15px;
    position: relative;
}

.mainMenu>ul>li>span{ font-size:16px;font-weight: 400; line-height:39px;}

.mainMenu>ul>li>a {
    display: inline-block;
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    border-right: 1px solid #f2f2f2;
    padding: 3px 33px 3px 30px;
}

.mainMenu>ul>li:last-child>a {
    border-right: 0;
}

.hasChild:after {
    content: "\f107";
    color: #404040;
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    position: absolute;
    right: 0;
    /*top: 24px;*/
    display: none;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.hasChild:hover:after,
.hasChild.active:after {
    color: #113a68;
}

.mainMenu>ul>li.active>a,
.mainMenu>ul>li>a:focus,
.mainMenu>ul>li:hover>a {
    color: #cc0000;
}

.dropMenu {
    position: absolute;
    width: 220px;
    padding: 15px 0;
    background: #cc0000;
    top: 157px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    text-align: left;
}

.mainMenu>ul>li:hover .dropMenu {
    top: 68px;
    visibility: visible;
    opacity: 1;
}

.dropMenu>li {
    display: block;
    position: relative;
    padding: 0 10px;
}

.dropMenu>li>a {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    color: #fff;
    border-bottom: 1px solid #FABBB4;
    padding: 14px 0 14px 5px;
}

.dropMenu>li:first-child>a {
    padding-top: 0;
}

.dropMenu>li:last-child>a {
    padding-bottom: 0;
    border-bottom: 0;
}

.dropMenu>li>a:focus,
.dropMenu>li>a:hover {
    color: #eee;
}

.dropSub {
    background: #fff;
    left: 200px;
    padding: 30px;
    position: absolute;
    text-align: left;
    top: 150px;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.dropMenu>li:hover .dropSub {
    visibility: visible;
    opacity: 1;
    top: -16px;
}

.dropSub li {
    display: block;
}

.dropSub li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    color: #404040;
    border-bottom: 1px solid #f2f2f2;
    padding: 14px 0 14px 5px;
}

.dropSub li:first-child a {
    padding-top: 0;
}

.dropSub li:last-child a {
    padding-bottom: 0;
    border-bottom: 0;
}

.dropSub li a:focus,
.dropSub li a:hover {
    color: #113a68;
}

.menuButton {
    border-radius: 2px;
    height: 50px;
    line-height: 4px;
    margin: -45px 15px 5px auto;
    padding: 2px 4px 0;
    width: 40px;
    cursor: pointer;
    transition: all ease-in-out 600ms;
    -moz-transition: all ease-in-out 600ms;
    -webkit-transition: all ease-in-out 600ms;
    -ms-transition: all ease-in-out 600ms;
    -o-transition: all ease-in-out 600ms
}

.menuButton span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #404040;
    transition: all ease-in-out 600ms;
    -moz-transition: all ease-in-out 600ms;
    -webkit-transition: all ease-in-out 600ms;
    -ms-transition: all ease-in-out 600ms;
    -o-transition: all ease-in-out 600ms
}

.menuButton.active span,
.menuButton:hover span {
    background: #113a68;
}

.headerFix {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35);
}

.topSocial {
    width: 18%;
    text-align: right;
    padding-right: 100px;
    padding-top: 15px;
}

.topSocial ul {
    text-align: right;
}

.topSocial ul li {
    display: inline-block;
}

.topSocial ul li a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    width: 30px;
    margin-left: 7px;
}

.topSocial ul li a.facebook {
    background: #507cbe;
}
i.fa.fa-qq{
    width:18px;
	height:20px;
	display: inline-block;
	background-image: url(qq.png);
	background-repeat: no-repeat;
	background-position: center center;
}
i.fa.fa-weixin{
    width:12px;
	height:20px;
	display: inline-block;
	background-image: url(tel.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.topSocial ul li a.weixin {
    background: #00abef; position:relative;
}
.topSocial ul li a.weixin:hover img{ display:block;}
.weixin img{ position:absolute; display:none; top:36px; right:0; width:160px;}
.topSocial ul li a.google {
    background: #113a68;
}

.topSocial ul li a:focus,
.topSocial ul li a:hover {
    background: #404040;
}


/************************ Slider Section *******************************/

.sliderArea {
    position: relative;
}

.sliderArea:after {
    content: "";
    background: url(../images/slider.png) no-repeat scroll center center;
    width: 80px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: -40px;
    z-index: 2;
}

.sliderArea[data-currentslide="activRev_2"]:after {
    background: url(../images/slider2.png) no-repeat scroll center center;
}

.sliderArea[data-currentslide="activRev_3"]:after {
    background: url(../images/slider3.png) no-repeat scroll center center;
}

.sliderArea.home2[data-currentslide="activRev_1"]:after {
    background: url(../images/slider2.png) no-repeat scroll center center;
}

.sliderArea.home2[data-currentslide="activRev_2"]:after {
    background: url(../images/slider.png) no-repeat scroll center center;
}

.sliderArea.home2[data-currentslide="activRev_3"]:after {
    background: url(../images/slider3.png) no-repeat scroll center center;
}

.sliderArea.home3[data-currentslide="activRev_1"]:after {
    background: url(../images/slider3.png) no-repeat scroll center center;
}

.sliderArea.home3[data-currentslide="activRev_2"]:after {
    background: url(../images/slider.png) no-repeat scroll center center;
}

.sliderArea.home3[data-currentslide="activRev_3"]:after {
    background: url(../images/folio1.png) no-repeat scroll center center;
}

.sliderCaptions {
    float: left;
    width: 705px;
    padding: 160px 0 108px;
}

.redCaption {
    background: #113a68;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 25px;
    text-transform: uppercase;
}

.headCaption {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    /*#404040;*/
    padding: 25px 0 40px;
    text-transform: uppercase;
}

.headCaption span {
    font-weight: 300;
    color: #fff;
}

.capItalic {
    font-style: italic;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}

.sliderBtn {
    border: 2px solid #fff;
    clear: both;
    height: 60px;
    margin-top: 0;
    /*43px;*/
    width: 207px;
    text-align: center;
    background: transparent;
}

.sliderBtn i {
    background: #fff;
    color: #404040;
    float: left;
    font-size: 24px;
    height: 60px;
    margin-left: -2px;
    margin-top: -2px;
    padding-top: 16px;
    text-align: center;
    width: 60px;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.sliderBtn span {
    background: transparent;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    padding-top: 21px;
    text-transform: uppercase;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.sliderBtn:hover i {
    background: #113a68;
    color: #fff;
}

.sliderBtn:hover {
    background: #fff;
}

.sliderBtn:hover span {
    color: #404040;
}

.sliderImg {
    width: 575px;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
}

.sliderImg.two {
    width: 635px;
}

.sliderImg.three {
    width: 515px;
}

.tp-bullets .bullet {
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 50%;
    height: 10px !important;
    margin: 0 0 9px !important;
    width: 10px !important;
}

.tp-bullets .bullet.last {
    margin-bottom: 0 !important;
}

.sliderArea .tp-bullets .bullet.selected,
.sliderArea .tp-bullets .bullet:hover {
    background: transparent !important;
    border: 2px solid #fff;
    width: 14px !important;
    height: 14px !important;
    position: relative;
    left: -2px;
}

.sliderArea .tp-bullets {
    bottom: 0 !important;
    height: 40px;
    left: auto !important;
    margin: auto 0;
    right: 70px !important;
    width: 14px;
    top: 0 !important;
}

.sliderArea .tp-bannertimer {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden;
}


/************************ Testimonial Section *******************************/

.testiArea {
    position: relative;
}

.testiArea:after {
    content: "";
   /* background: url(../images/testi.png) no-repeat scroll center center;
    width: 80px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: -40px;
    z-index: 1;*/
}

.indexAboutTit h2{
	font-size: 2rem;
	font-weight:600;
	color:#404040;
	text-align:center;
	background-image: url(xian.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 95% 3px;
}
.indexAboutTit h2>span{ color:#cc0000;font-weight:300; margin-left:10px;}
.indexAboutText{ padding:10px; text-align:justify; font-size: 16px;line-height: 30px;    text-align: left;}
.indexAboutText p{
	text-indent: 4ex;
}
.singleTesti h2 {
    font-size: 35px;
}

.singleTesti span {
    font-weight: 300;
    display: inline-block;
}

.testiImg {
    display: inline-block;
    margin-left: 5px;
    margin-right: 15px;
    margin-top: -18px;
    width: 80px;
}

.quote {
    position: relative;
}

.quotation {
    font-size: 18px;
    font-style: normal;
    padding: 30px 50px 0;
    position: relative;
}

.quotation:before {
    content: open-quote;
     font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 80px;
    color: #404040;
    position: absolute;
    left: -100px;
    top: 50px;
    font-style: normal;
content: "“";
}

.quotation:after {
    content: close-quote;
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 80px;
    color: #404040;
    position: absolute;
    right: -100px;
    top: 50px;
    font-style: normal;
content: "”";
}

.name {
    color: #404040;
    font-size: 14px;
    line-height: 1;
    padding-top: 22px;
}

.name span {
    font-weight: 600;
}


/************************ Feature Section *******************************/

.indexCpCon{
	width:100%;
	background-color: #eee;
	background-image: url(testi.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 10%;
}
.indexCpCon01{
	width:100%;
	background-color: #f6f6f6;
	background-image: url(testi01.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom:1px solid #ddd;
	background-size: 10%;
}
.indexCp{}
.indexAboutTit h5{ text-align:center; line-height:1.5; color:#888; font-weight:normal;}
.indexCpQuery{ margin-top:20px;}
.indexCpQuery ul{}
.indexCpQuery li{ width:48%; margin:1%; float:left;}
.indexCpQuery li a{display: block; width: 100%;}
.indexCpQuery li .pic{ width:100%;  height: 100px; text-align:center;overflow: hidden;}
@media screen and (min-width:320px){ 

.indexCpQuery li .pic{ width:100%;  height: 100px; text-align:center;overflow: hidden;}

 }
@media screen and (min-width:375px){
.indexCpQuery li .pic{ width:100%;  height: 100px; text-align:center;overflow: hidden;}
}
@media screen and (min-width:414px){
.indexCpQuery li .pic{ width:100%;  height: 120px; text-align:center;overflow: hidden;}
}
@media screen and (min-width:568px){
.indexCpQuery li .pic{ width:100%;  height: 150px; text-align:center;overflow: hidden;}
}
@media screen and (min-width:700px){
.indexCpQuery li .pic{ width:100%;  height: 220px; text-align:center;overflow: hidden;}
}  
.indexCpQuery li a:hover .pic img{ width:100%;-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.indexCpQuery li a:hover .cptit{ color:#fff;-webkit-transition: all 0.4s ease-in-out; background:#cc0000;}
.indexCpQuery li .cptit{width:100%; background:#fff; height:50px; line-height:50px; text-align:center; font-size:1rem;}
.indexCpQuery li .pic img {
    /*width: 380px;
    height: 240px;*/
	width:100%;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.indexNewsCon{
	width:100%;
	background-color: #fff;
	background-image: url(diagonal2.png);
	background-repeat: repeat;
}
.indexNewsCon01{
	width:100%;
	background-color: #fff;
}
.indexNews{ }
/*  */
.news_box{
	width: 100%;
	overflow: hidden;
	margin-top:20px;
}
.oneNews{}
.news_box li{
	width: 100%;
	overflow: hidden;
	border-bottom: 2px solid #e6e6e6;
	position: relative;

}
@media screen and (min-width:700px){
.news_box li{
	width: 50%;
	float:left;
	overflow: hidden;
	border-bottom: 2px solid #e6e6e6;
	position: relative;

}
}
.news_box li .skg{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	display: block;
	height: 100%;
	-webkit-transition:width 300ms; 
	transition:width 300ms;
	background-color: #e6e6e6;
	z-index: 1;
}

.news_box li:hover .skg{
	width: 100%;
}
.news_time{
	position: relative;
	width: 60px;
	height: 60px;
	background-color: #e6e6e6;
	text-align: center;
	margin: 18px 0;
	color: #aaaaaa;
	float: left;
	z-index: 2;
}
.news_time h4{
	font-size:1rem;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
	color: #cc0000;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
}
.news_time span{
	font-size:0.8rem;
	color: #555;
	padding-top: 0;
	display: inline-block;
	font-family:Arial, Helvetica;
}
.news_text{
	position: relative;
	width: 78%;
	float: right;
	padding:18px 0 0 0 ;
	z-index: 2;
}
.news_text h1{
	font-size: 1.5rem;
	color: #7c7c7c;
	padding-bottom: 10px;
	cursor: pointer;
}
.news_text p{
	font-size: 12px;
	color: #7c7c7c;
	padding-right: 20px;
}
.news_title{
	width: 100%;
	height: 140px;
	background-color:#f2f2f2;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
.news_title h1{
	padding-top: 50px;
	color: #5a5959;
	font-size: 20px;
	line-height: 30px;
}
.news_title span{
	font-size: 12px;
	color: #666666;
	line-height: 40px;
}
.news-detailCon{    
    color: #746969;
    line-height: 28px;
    font-size: 14px;
}
.news-detailCon p{margin-bottom: 15px; line-height:2;}

/*  end  */



/*   首页工艺   */
.indexGy{}
.ind4-bot{ margin-top:20px;}
.ind4-botul{ margin:0; padding:0;}
.ind4-botul li{float: left;width:50%;position: relative;text-align: center;padding: 25px 0; background: linear-gradient(to left top, #fff 50%, #f6f6f6 50%);overflow: hidden;  transition: all .5s;outline: none;border-style: none;}
@media screen and (min-width:700px){
.ind4-botul li{float: left;width:25%;position: relative;text-align: center;padding: 25px 0; background: linear-gradient(to left top, #fff 50%, #f6f6f6 50%);overflow: hidden;  transition: all .5s;outline: none;border-style: none;}
}
.ind4-botul li>div{padding: 0 25px; text-align:center;}
.ind4-botul li:last-child>div{border-right: none;}
.ind4-icon{width: 100%;overflow: hidden;margin: 0 auto;}
.ind4-icon img{width: 100%;}
.ind4-botul li h3{font-size: 24px;line-height: 30px;color: #222;margin-top: 26px;}
.ind4-botul li b{display: inline-block;width: 40px;height: 2px;background: #c1c1c1;margin: 17px 0 9px;}
.ind4-botul li p{font-size: 14px;line-height:2;color: #666; text-align:center;}



.ind4-botul li:hover>div{border-right-color: transparent;}
.ind4-img img{display: none;width: 100%;}


.ind4-botul li span{
    position: absolute;
    display: block;
}
.ind4-botul li span:nth-child(1){
    height: 3px;
    width:400px;
    top:0px;
    left:-400px;
    background: linear-gradient(to right, rgba(0,0,0,0), #c1c1c1);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span1 2s linear infinite;
    animation-delay: 1s;
}

@keyframes span1{
    0%{
        left:-400px
    }
    100%{
        left:400px;
    }
}
.ind4-botul li span:nth-child(2){
    height: 400px;
    width: 3px;
    top:-400px;
    right:0px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), #c1c1c1);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span2 2s linear infinite;
    animation-delay: 2s;
}
@keyframes span2{
    0%{
        top:-400px;
    }
    100%{
        top:400px;
    }
}
.ind4-botul li span:nth-child(3){
    height:3px;
    width:400px;
    right:-400px;
    bottom: 0px;
    background: linear-gradient(to left, rgba(0,0,0,0), #c1c1c1);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    animation: span3 2s linear infinite;
    animation-delay: 3s;
}
@keyframes span3{
    0%{
        right:-400px;
    }
    100%{
        right: 400px;
    }
}

.ind4-botul li span:nth-child(4){
    height:400px;
    width:3px;
    bottom:-400px;
    left:0px;
    background: linear-gradient(to top, rgba(0,0,0,0), #c1c1c1);
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    animation: span4 2s linear infinite;
    animation-delay: 4s;
}
@keyframes span4{
    0%{
        bottom: -400px;
    }
    100%{
        bottom:400px;
    }
}

.ind4-botul li:hover{
    transition: all .3s;
    transform: rotate(-0deg) scale(0.9);
    box-shadow: 0px 3px 5px rgba(0,0,0,.4);
}
.ind4-botul li:hover span{
    animation-play-state: paused;
}
/*  */

.nyCPTwoMenu{ text-align:center; width:100%; height:30px; margin:20px 0;}
.nyCPTwoMenu a{ display:inline-block; line-height:30px; padding:0 10px; background:#cc0000; color:#fff; margin:0 10px;border-radius:25px;}
.nyCPTwoMenu a:hover{ color:#eee; font-weight:600;}
.indexCpGGCon{ background:#eee;}
.indexCpGG{ line-height:35px; color:#333; font-size:16px; font-weight:600;}
.indexCpGG a{ font-size:1.5rem; color:#555; display:inline; margin:0 20px 0 0;}
.indexCpGG a:hover{ color:#333;}

.foot{ width:100%; background:#eee; padding:30px 0 10px 0; border-top:1px solid  #ddd;}
.footer{ padding: 0 10px;}
.footerCopy{
	border-top:1px solid #888;
	margin-top:20px;
	padding-top:10px;
	line-height:40px;
	font-size:14px;
	
}
.footerCopy span{ display: inline-block;}

.featureImg {
    width: 108px;
    margin: 0 auto 37px;
    height: 111px;
}

.featureContent {
    position: relative;
}

.featureContent h3 {
    padding-bottom: 21px;
}

.featureContent h3 a {
    font-size: 22px;
    text-transform: capitalize;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
    color: #404040;
}

.featureContent h3 a:hover {
    color: #113a68;
}

.featureContent h3 a span {
    font-weight: 300;
}


.breadCrumArea {
    position: relative;
    background: url(aboutbg.jpg) no-repeat scroll center center;
    background-size: cover;
	height:80px;
}
@media screen and (min-width:700px){
.breadCrumArea {
    position: relative;
    background: url(aboutbg.jpg) no-repeat scroll center center;
    background-size: cover;
	height:100px;
}
}
.breadCrumArea h1 {
    font-size: 2rem;
	padding-top:20px;
	padding-left:20px;
	font-weight:600;
    color: #fff;
    text-transform: capitalize;
}
.breadLink {
    margin-top: 26px;
}
.breadLink li {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    text-transform: capitalize;
}
.breadLink li a {
    color: #fff;
}
.breadLink li span {
    display: inline-block;
    padding: 0 24px;
    font-size: 16px;
}

.nyAbout{ width:100%; background:#fff; padding:30px 0;}
.nyTitle{ font-size:2.5rem;
    font-weight: 600;
    color: #404040;
    text-align: center;
    background-image: url(xian.png);
    background-repeat: no-repeat;
    background-position: center center; background-size: 95% 3px;}
.nyAboutCon{ padding:10px;  font-size:16px; line-height:2; color:#555;}
.nyAboutCon p{ margin-bottom:20px;}
.nyNewsCon{margin-top:10px; padding:10px;}
.PcFy{ width:100%; height:43px; line-height:43px; font-size:14px; margin-top:50px;}
.nyNewsCon-tit{
    font-size: 2rem;
    font-weight: 300;
    line-height:2;
    color: #404040;
}
.nyNewsCon-date{
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    color: #666;
}
.nyNewsCon-p{
    font-size: 16px;
	border-top:1px solid #eee;
	margin-top:30px;
	padding-top:30px;
    font-weight: 300;
    line-height: 2;
    color: #666;
}
.nyNewsCon-p p{ margin-bottom:20px;}




/************** Loader Css ********/



@-webkit-keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
        transform: translateY(-50px) rotate(45deg) scale(1);
    }
    100% {
        -webkit-transform: translateY(-100px) rotate(45deg) scale(0);
        transform: translateY(-100px) rotate(45deg) scale(0);
    }
}

@keyframes diamonds {
    50% {
        -webkit-transform: translateY(-50px) rotate(45deg) scale(1);
        transform: translateY(-50px) rotate(45deg) scale(1);
    }
    100% {
        -webkit-transform: translateY(-100px) rotate(45deg) scale(0);
        transform: translateY(-100px) rotate(45deg) scale(0);
    }
}

