*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}

body {
    font: 14px/24px "微软雅黑"，"Rubik", sans-serif;
    color: #636363;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

a { 
    font-size: 14px;    
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #ffb922;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul, ol {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;       
}

b, strong {
    font-weight: 900;
}

button {
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {      
    display: inline-block;
    padding: 0px 28px;
    height: 44px;
    line-height: 24px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background: #ffb922;
    border: 2px solid #ffb922;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {        
    color: #fff;
/*    background: #ffb922;*/
}


select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {   
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 0px 19px;
    color: #c2c2c2;
    border: 1px solid #d0d0d0;
    height: 44px;
    background-color: #fff;
    border-radius: 3px;   
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="search"] {
    width: 250px;  
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: #ffffff;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #ffb922;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    width: 100%;
    padding: 14px 21px;
    height: 100px;
}

input[type="checkbox"] {
    display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {       
    color: #c2c2c2;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #c2c2c2;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #c2c2c2;
    opacity: 1;
}

/*Extra classes
-------------------------------------------------------------- */

.ucf-nav{width: 100%;position: fixed;top: 0px;left: 0px;z-index: 99999;box-shadow: 0px 0px 10px rgba(0,0,0,.1);/*border-bottom: 1px solid #333;*/background: #fff;}
.ucf-nav .navbar{margin-bottom: 0px;}
.navbar .logo{display: block;padding:10px 0;}
.navbar .logo img{width: 340px;display: block;}
.ucf-right{float: right;width: 100%;text-align: center;}
.ucf-nav .ucf-right .ucf-bignav a{padding: 0px 12px; font-size: 15px; transition: all ease 0.2s;height: 80px;line-height: 80px;text-align: center;}
.ucf-nav .navbar-default{transition: all ease 0.6s;}

.ucf-nav .dropdown:hover .dropdown-toggle{color: #555;background-color: #f8f8f8;}
.ucf-nav .dropdown .dropdown-menu{border: none;padding: 0px;margin: 0px;background-color:rgba(255, 255, 255, 0.83);border-top:3px solid #FB6100 ;width: 200px;}
.ucf-nav .dropdown .dropdown-menu a{display: block; height: 45px;line-height: 45px;font-size: 13px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ucf-nav .dropdown .dropdown-menu a:hover{background-color:#FB6100;color: #fff;}

.ucf-bignav form {line-height: 80px;position: relative;}
.ucf-bignav form input{outline:none; border: 1px solid #ddd;border-radius: 10px;font-size: 12px;color: #999;height: 24px;vertical-align: middle;padding: 0px 30px 0px 10px;} 
/*.ucf-bignav form #ucf_nav_seach{position: absolute;right: 0px;top:50%;margin-top: -15px; vertical-align: middle; display: inline-block;height: 30px;width: 35px;overflow: hidden;}
.ucf-bignav form #ucf_nav_seach:hover{background: none;}*/
.ucf-bignav form #ucf_nav_seach img{position: absolute;top: 32px;right: 6px;}
.ucf-nav .ucf-right .ucf-bignav .ucf-li-last a{padding: 0;}
.ucf-nav .ucf-right .ucf-bignav .ucf-li-last a:hover{background: none;}

.ucf-nav .navbar{border: 0;}
.ucf-nav .navbar-default .ucf-bignav > .active > a{color: #fff;background-color: #FB6100;}
.ucf-nav .navbar-default ul li{}
.ucf-nav .navbar-default ul li a:hover{color: #fff;background-color: #FB6100;}
.ucf-nav .navbar-default ul li .a1 a {color: #fff;background-color: #FB6100;}
.ucf-nav .navbar-default ul li  .a1{color: #fff;background-color: #FB6100;}
.navbg-color{background-color: #fff;opacity: 0.95;}

.top-language{height: 80px;line-height: 80px;}
.select{position:relative;float:left;margin-left: 15px;padding: 20px 0;}
.select dt{background:#FB6100;height:40px;border-radius:100%;display:inline-block;line-height:40px;cursor:pointer;width:40px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;position:relative;z-index:99;color: #fff;}
.select dd{position:absolute;left:-3px;top:70px;display:none;}
.select dd ul{width:50px;}
.ucf-nav .navbar-default .demo .select dd ul li a{line-height:35px;display:block;padding:0 8px;height: 35px;}
.ucf-nav .navbar-default .demo .select dd ul li a:hover{}
.ucf-nav .ucf-right .ucf-bignav .top-language .select a{line-height: normal;padding: 0;color: #fff;}
.nav > li:hover .dropdown-menu { display: block;}

.title{text-align: center;padding: 20px 0;}
.title p{font-size: 25px;font-weight: bold;color: #333;}
.inews{padding: 20px 0 55px 0;/*background: #f7f7f7;*/background: url(../img/inewsbg.jpg) no-repeat top;background-size:cover;}
.title hr{border-bottom: 3px solid #FB6100;width: 60px;margin: 0 auto;}
.news-img img{width: 100%;display: block;}
.inews .inews-c{margin: 15px 0 0 0;}
.news-c {background: #fff;padding: 10px 15px;}
.news-c h4{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;color: #333;}
.news-c span{display: block;border-bottom: 1px solid #eee;line-height: 35px;color: #999;}
.news-c p{line-height: 25px;padding: 15px 0;color: #666;}

			.swiper1 {
				width: 100%;
			}
			.swiper1 .selected {
				color: #FB6100;
				/*border-bottom: 2px solid #FB6100;*/
			}
			.swiper1 .swiper-slide {
				font-size: 18px;
				height: 50px;
				/* Center slide text vertically */
				display: -webkit-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				-webkit-justify-content: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				-webkit-align-items: center;
				align-items: center;
				cursor: pointer;
			}
			.swiper2 {
				width: 100%;
			}
			.swiper2 .swiper-slide {
				height: calc(100vh - 50px);
				box-sizing: border-box !important;
				overflow-x: hidden !important;
			}
			

.iabout{background:url(../img/aboutbg.jpg) no-repeat center ;padding: 20px 0 55px 0;background-size: cover;}		
.iabout-c{font-size: 16px;text-align: center;line-height: 25px;padding: 15px 0;}	
.iabout-l{border-right: 1px dashed #ccc;}	
.iabout-r{}
.iabout-r-c b{font-size: 30px;padding-right:10px;font-size: 25px;}
.ufc-name h2{font-weight: bold;color: #f34d00;}
.ufc-name p{font-size: 16px;color: #666;}
.ufc-c h3{font-size: 22px;}
.iabout-more-box{margin: 30px auto;}
.iabout-r .iabout-more{padding: 10px 35px;border: 1px solid #c2c2c2;color: #666;}	
.ufc-c p{color: #666;}	
.iproducts{padding: 0 0 50px 0;background: url(../img/bg.gif) top;}
.iproducts .iproducts-box{margin: 0;padding: 0;}
.iproducts .iproducts-box .col-md-4{margin: 25px 0;}
.iproducts .iproducts-img{position: relative;overflow: hidden;}
.iproducts .iproducts-img img{width: 100%;display: block;transition: all 0.6s;}
.iproducts .iproducts-img img:hover{-webkit-transform: scale(1.2);transform: scale(1.1);}
.iproducts .iproducts-img img:hover + .iproducts-c h4{background: rgba(251, 105, 13, 0.66);transition: all 0.5s;}
.iproducts-c h4{text-align:center;color:#fff;font-size:16px;width:100%;margin:0;position:absolute;bottom:0;left:0;background: rgba(0,0,0,0.5);line-height: 45px;box-sizing: border-box;padding: 0 10px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.more-box{margin: 15px 0;}
.more{border:1px solid #b4b4b4;padding: 10px 40px;display: inline-block;}
.more:hover{border: 1px solid #f34d00;}

.relations{padding: 30px 0;overflow: hidden;background: url(../img/inewsbg.jpg) top;}
.relations-box .col-md-6{margin: 20px 0;overflow: hidden;}
.relations-box .col-md-6 a:hover >.revolationleft-box .revolationleft{width: 120px;height: 120px;border-radius: 100%;border: 2px solid #FB6100;text-align: center;padding: 30px 10px;box-sizing: border-box;line-height: 30px;}
.revolationleft{width: 120px;height: 120px;border-radius: 100%;border: 2px solid #ccc;text-align: center;padding:30px 10px;box-sizing: border-box;line-height: 30px;}
.revolationleft-box{width: 25%;float: left;}
.revoladay{font-size: 45px;}
.revolationright{width: 75%;float: right;padding: 15px 10px;box-sizing: border-box;}
.revolationright span{width: 75%;float: left;color: #666;}
.revolationright i{width: 25%;float: right;text-align: right;}
.revolationright p{color: #999;}
.pangpang{font-size:15px;padding:10px 0;}

.footer{overflow: hidden;}			
.footer1{background: #181818;}
.footer-t{padding: 30px 0;overflow: hidden;}
.footer-t-l{padding: 20px 0;overflow: hidden;}
.footer-t-l ul li{width:16.6% ;float: left;list-style:none;}
.footer-t-l h4{color: #999;}
.footer-t-l .footer-nav{padding: 0 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;}
.footer-t-l .footer-nav a{display: block;padding: 0;line-height: 25px;color: #555;}
.footer-t-l .footer-nav a:hover{color: #999;}
.footer-t-l .footer-nav span{display: block;width: 20px;border-bottom: 2px solid #FB6100;margin: 0 auto;margin-bottom: 10px;}
.footer-t-r{text-align: center;}
.footer-t-r-img{width: 100%;display: block;padding: 10px;box-sizing: border-box;}
.footer-t-r h4{color: #555;font-size: 16px;}
.footer-t-r p{color: #999;font-size: 20px;}
.footer2{background: #181818;border-top: 1px solid #333;line-height: 40px;}
.footer2-r{text-align: right;}
.footer-t .col-md-2{padding: 0;}

.title2{text-align: center;}
.title2 h2{color: #FB6100;}
.title2 p{font-size: 25px;font-weight: bold;color: #333;}
.banner-about{background: url(../img/about/banner-about.jpg) no-repeat center;width: 100%;height: 550px;margin: 0 auto;text-align: center;}
.main{padding: 0 0 0px 0;background: url(../img/bg.gif) top;}
.about{}
.about .col-md-3{padding: 0;width: 20%;}
.about .col-md-9{width: 80%;}
.about-l{}
.about-l-t{text-align: center;border-bottom: 1px solid #eee;padding: 25px 0;color: #fff;background-color: #FB6100;}
.about-l-t h3{font-weight: bold;}
.about-l-contacts-t{text-align: center;padding: 10px 0;background: #E1F8E0;color: #057200;}
.about-l-contacts-c{padding: 15px 0;background: #f9f9f9;}
.about-l-contacts-c p{padding:10px;margin: 0;}
.about-l-c{margin-bottom: 25px;}
.about-l-c a{display: block;text-align: center;line-height: 45px;font-size: 16px;background: #f9f9f9;border-left: 2px solid #fff;}
.about-l-c a:hover{border-left: 2px solid #ec4f04;background: #fff;}
.about-l .left-a{border-left: 2px solid #ec4f04;background: #fff;}
.about-r{border-left: 1px solid #eee;}
.about-r-c{padding: 0 15px;}
.about-r-c p{font-size: 16px;text-align: justify;}
.about-r-c p:hover{color:#555;}
.history .col-md-6{height: 180px;margin-left: -2px;padding:0 20px;}
.history h4{font-weight: 600;color: #fff;font-size: 22px;padding: 10px 30px;background:#FA8F2E;display: inline-block;border-radius: 0 85px;}
.history p{font-size: 16px;}
.history-l{text-align: right;border-right: 2px solid #d5d5d5;position: relative;}
.history-l i{position: absolute;right:-10px;top: 28px;}
.history-r{margin-top:80px ;border-left: 2px solid #d5d5d5;position: relative;}
.history-r i{position: absolute;left:-10px;top: 28px;}
.honor .col-md-4{margin-bottom: 20px;}
.honor-img{border: 3px solid #eee;overflow: hidden;  background-color: #fff;}
.honor-img img{width: 100%;display: block;transition: all 0.6s;}
.honor-img img:hover{-webkit-transform: scale(1.2);transform: scale(1.1);}
.honor-img p{min-height:160px;}
.management img{display: block;margin: 0 auto;text-align: center;}


.banner-news{background: url(../img/news/banner-news.jpg) no-repeat center;width: 100%;height: 550px;margin: 0 auto;text-align: center;}
.banner-ninfo{background: url(../img/news/banner-ninfo.jpg) no-repeat center;width: 100%;height: 300px;margin: 0 auto;text-align: center;}
.banner-ninfo2{background: url(../img/news/banner-ninfo2.jpg) no-repeat center;width: 100%;height: 300px;margin: 0 auto;text-align: center;}
.news-li{margin-bottom: 20px;border: 1px solid #eee;padding: 20px 0;background: linear-gradient(to bottom, white ,#f5f5f5 80%, #f9f9f9)}
.news-li a>.news-li-img img{width: 100%;display: block;transition: all 0.6s;}
.news-li a:hover >.news-li-img img{-webkit-transform: scale(1.2);transform: scale(1.1);}
.news-li a:hover >.news-li-c h4{color:#FB6100;}
.news-li .col-md-3{padding: 0;}
.news-li-img{overflow: hidden;}
/*.news-li-img img{width: 100%;display: block;transition: all 0.6s;}*/
/*.news-li-img img:hover{-webkit-transform: scale(1.2);transform: scale(1.1);}*/
.news-li-c {position: relative;height: 100px;}
.news-li-c h4{color: #333;font-weight: bold;font-size: 16px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.news-li-c p{color: #666;}
.news-li-c span{position: absolute;bottom:0;left: 20px;color:#FB6100;}
.ninfo{padding: 30px 0;}
.ninfo-t{border-bottom: 1px solid #eee;padding: 20px 0;text-align: center;}
.ninfo-t h4{font-weight: bold;}
.ninfo-c{padding: 20px 0;}
.ninfo-c img{display: block;margin: 0 auto;}
.ninfo-c p{text-indent: 2em;padding: 10px 0;}

.banner-culture{background: url(../img/about/banner-culture.jpg) no-repeat center;width: 100%;height: 550px;margin: 0 auto;text-align: center;}
.culture-li{margin-bottom: 40px;}
/*.culture-li .col-md-4 , .culture-li .col-md-8{padding: 0;}*/
.culture-li-c{}
.culture-li-c font{color: #FB6100;}
.culture-li-c em{color: #333;font-style:normal;}
.culture-li-c b{font-size: 16px;color: #333;margin-bottom: 10px;display: block;}
.culture-li-c h3{color: #333;font-weight: bold;font-size:25px;}
.culture-li-c span{display: block;border-bottom: 1px solid #eee;margin: 10px 0;}
.culture-li-c p{font-size: 16px;}

.culture-li .culture-li-img{overflow: hidden;padding: 0;}
.culture-li-img img{width: 100%;display: block;transition: all 0.6s;}
.culture-li-img img:hover{-webkit-transform: scale(1.2);transform: scale(1.1);}

.nuode ,.nuode .nuode-li{padding: 0;}
.nuode-li .col-md-4{padding-right: 0;}
.nuode-li .nuode-li-box{margin-bottom: 20px;}
.nuode-li a{display: block;width: 100%;overflow: hidden;}
.nuode-li .nuode-li-img img{width: 100%;display: block;}
.nuode-li .nuode-li-c{text-align: center;}
.nuode-li .nuode-li-c h4{font-size: 16px;}
.noude-box{padding: 10px;border: 1px solid #eee;background: #fff;}

.banner-products{background: url(../img/products/banner-products.jpg) no-repeat center;width: 100%;height: 550px;margin: 0 auto;text-align: center;}
.products-li-img{overflow: hidden;}
.products-li-img img{width: 100%;display: block;transition: all 0.6s;}
.products-li-img img:hover{-webkit-transform: scale(1.2);transform: scale(1.1);}
.products-li-c{text-align: center;}
.products-box{border: 1px solid #eee;padding: 10px;background: #fff; overflow:hidden;}
.products-li-box{margin-bottom: 30px;}

.concept p{font-size: 16px;line-height: 25px;text-indent: 2em;margin: 20px 0;}
.concept-l-img{width: 20%;float: left;padding: 20px 0;position: relative;}
.concept-l-img span{position: absolute;right:20%; top: 35%;font-size: 25px;color: #fff;}
.concept-l-c{width: 80%;float: right;padding:0 10px;}
.concept-l-c h3{color: #FB6100;font-weight: bold;font-size: 20px;}
.concept-l-c p{color: #666;line-height: 28px;}
.concept-c .col-md-6{margin-bottom: 20px;}

.banner-relations{background: url(../img/about/banner-relations.jpg) no-repeat center;width: 100%;height: 550px;margin: 0 auto;text-align: center;}
.latest-li{border: 1px solid #eee;margin-bottom:35px;overflow: hidden; -webkit-box-shadow:8px 8px 0px #d2d2d2;  -moz-box-shadow: 8px 8px 0px #d2d2d2;  box-shadow: 8px 8px 0px #d2d2d2;background: #fff; }
.latest-li:hover{-webkit-box-shadow:8px 6px 0px #FB6100;  -moz-box-shadow: 8px 6px 0px #FB6100;  box-shadow: 8px 6px 0px #FB6100; }
.latest-date{text-align: center;padding: 15px;position: relative;color: #c3c3c3;}
.latest-date b{display: block;font-size: 47px;line-height: 50px;}
.latest-date p{font-size: 16px;}
/*.latest-date i{width: 1px;height: 60%;background: #eee;position: absolute;right: 0;top: 20%;}*/
.latest-c{padding: 25px 0;background: url(../img/news/latestbg.jpg) no-repeat left center;}
.latest-c h3{font-weight: bold;padding: 0 15px;box-sizing: border-box;color: #333;font-size: 18px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

.banner-join{background: url(../img/about/banner-join.jpg) no-repeat center;width: 100%;height: 550px;margin: 0 auto;text-align: center;}
.jobs{}
.jobs-t{font-size: 18px;font-weight: bold;background:#FB6100;overflow: hidden;padding: 15px 0;color: #fff;}
.jobs-li{text-align: center;margin: 20px 0;}
.jobs-c{font-size: 15px;overflow: hidden;background: #f9f9f9;line-height: 45px;border: 1px solid #eee;}
.jinfo-t h3{font-weight: bold;text-align: center;padding-bottom: 20px;}
.jinfo-t font{color: #FB6100;font-weight: bold;}
.jinfo-t .col-md-3{background: #eee;line-height: 45px;font-size: 16px;}
.jinfo-c,.jinfo-c2{padding: 10px 20px;margin: 25px 0;overflow: hidden;border-bottom: 1px dashed #eee;}
.jinfo-c b,.jinfo-c2 b{font-size: 18px;line-height:40px;padding: 5px 0;}
.mjobs-li{display: none;}
.jobs-li{display: block;}

.banner-cinfo{background: url(../img/products/banner-cinfo.jpg) no-repeat center;width: 100%;height:300px;margin: 0 auto;text-align: center;}
.cinfo{padding: 30px 0;overflow: hidden;}
.cinfo-r h3{border-bottom: 1px solid #eee;padding: 10px 0;line-height: 40px;font-weight: bold;}
.cinfo-r p{}
.cinfo-detail{margin: 20px 0;padding: 20px 0;overflow: hidden;}
.cinfo-detail-t{background: #eee;}
.cinfo-detail-t h3{font-weight: 500;line-height: 45px;padding: 0 20px;font-size: 20px;}
.cinfo-detail-c img{display: block;margin: 0 auto;text-align: center;}
.cinfo-more{margin: 20px 0;}
.cinfo-more-b{border: 1px solid #eee;padding: 10px 35px;text-align: center;width: 250px;display: block;margin: 0 auto;}
.cinfo-l .col-md-8 ,.cinfo-l .col-md-4{padding:0 ;}
.cinfo-l .col-md-4{background: #F5F5F5;padding: 0 15px;box-sizing: border-box;height: 496px;}
.cinfo-l .cinfo-l-c h3{font-weight: bold;color: #333;}
.cinfo-l-c{position: relative;}
.cinfo-l-c-c{position: absolute;bottom: 10px;left: 20px;right: 20px;border: 1px solid #ccc;text-align: center;line-height: 45px;}
.cinfo-l-c-c a{display: block;}
.cinfo-l .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
      border: 10px solid #f5f5f5;
    }
.cinfo-l .cinfo-l  img{width: 100%;display: block;}
.cinfo-l .swiper-slide {
      background-size: cover;
      background-position: center;
    }
.cinfo-l .swiper-slide .col-md-6{padding:15px 10px;}
.cinfo-l .gallery-top {
      height: 80%;
      width: 100%;
    }
.cinfo-l .gallery-thumbs {

      height: 0px;
      box-sizing: border-box;
/*       padding: 10px 15px; */
 
    }
.cinfo-l .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
	    display: none;
    }
.cinfo-l .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
    
.banner-contacts{background: url(../img/contacts/banner-contacts.jpg) no-repeat center;width: 100%;height:550px;margin: 0 auto;text-align: center;}
.contacts-box-t {text-align: center;padding-bottom: 15px;}
.contacts-box-t h1{font-size: 25px;margin: 0;padding-bottom: 15px;color: #333;}
.contacts-box-t p{font-size: 16px;}
.contacts-img{position: relative;}
.contacts-img:hover >.c-shadow{display: none;}
.cion{position: absolute;top: 30%;left: 35%;z-index: 4;}
.c-shadow{width: 100%;height: 100%;position: absolute;top:0;left:0;background:rgba(0,0,0,0.4);z-index: 3;display: block;}
.contacts-c{font-size: 16px;text-align: center;line-height: 40px;font-weight: bold;}
.online{padding: 20px 0 50px 0;background: #F9F9F9;}
.form-group span{line-height: 50px;color: #fb690d;font-size: 20px;}
.form-group .online-botton{padding: 0 45px;background: #FB6100;color:#fff ;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.contact2{padding:25px 0 50px 0;}



@media only screen and (max-width:640px) {
	.about .col-md-3{width: 100%;}
	.about .col-md-9{width: 100%;}
	.history-l{text-align: left;border-right: none;}
	.history-r{border-left: none;margin-top:0;}
	.history .col-md-6{height: auto;}
	.footer-t{padding: 30px 0 0 0;}
	.footer-t-l{padding: 0;}
	.footer-t-l ul li{width: 33.3%;height: 165px;}
	.footer-t-r{display: none;}
	.contact2-c ul li{width: 100%;}
	.latest-date{border-bottom: 1px solid #eee;}
	.latest-c{background-size: cover;}
	.footer2 a{text-align: center;display: block;line-height: 25px;}
	.cion{left:40% ;}
	.nav > li:hover .dropdown-menu { display: none;}
	.navbar .logo img{width: 240px;}
	.navbar-header .navbar-toggle{margin-right:0;}
	.ucf-nav .ucf-right .ucf-bignav a{height: 45px;line-height: 45px;}
	.top-language{line-height: 45px; height: 45px;}
	.select{width: 100%;margin: 0;padding: 0;}
	.news .com-md-12{padding: 0;}
	.jobs-li{display: none;}
	.mjobs-li{display: block;}
	.mjobs-li ul li{}
	.mjobs ul li{overflow: hidden;border-bottom: 1px solid #eee;}
	.mjobs ul li h3{padding: 15px 0;margin: 0;background: #FB6100;color: #fff;text-align:center;font-size: 18px;}
	.mjobs-t{line-height: 40px;margin-bottom: 15px;background:#fff ;}
	.mjobs-t-l{width: 20%;float: left;text-align: center;font-weight: bold;font-size: 15px;border-right: 1px solid #eee;}
	.mjobs-t-r{width: 80%;float: right;padding: 0 10px;}
	.relations .container,.relations .col-md-12{padding: 0;}
	.revolationleft-box{width: 30%;}
	.revolationleft-box .revolationleft{width: 85px;height: 85px;margin-top: 20px;padding: 15px 10px;}
	.relations-box .col-md-6 a:hover > .revolationleft-box .revolationleft{width: 85px;height: 85px;margin-top: 20px;padding: 15px 10px;}
	.revolationright{width: 70%;}
	.about .col-md-12, .about .col-md-7{padding: 0;}
	
}


.about-l-c>ul>li{
	list-style:none;
}

.current_page_item>a{
	border-left: 2px solid #ec4f04;    background: #fff;    color: #ec4f04;
	
}

.concept-l-img>img{
	
	margin-left:-1px;
}

@media only screen and (max-width:640px) {
	
	.banner-news,.banner-products,.banner-about,.banner-relations,.banner-contacts{ 
	  width: 100%;
    height: 273px;
    margin: 0 auto;
    text-align: center;
    background-size: 500px;} 
	
	
	
}
@media only screen and (max-width:640px) {
	
	.swiper-slide-invisible-blank:nth-child(1) {
		display:none;
	}
	
	
	
}

.honor-img-box{
	padding-bottom:20px;
	
	
	
}
.honor-img h5{
	text-align:center;
	font-size:15px;
	overflow: hidden;
	line-height: 25px;

text-overflow: ellipsis;

white-space: nowrap; 
}

@media only screen and (max-width:1200px) {
	.yichang{
		display: none;
	}
}

.children{
	display:none;
}



.rongyu>a{
	float: left;
  height: 50px;
  line-height: 50px;
  font-size:17px;
   text-align: center;
	font-weight: bold;
}

.dangqian{
	border-bottom:1.5px solid #fb6100 ;
}
.rongy>li{
	border-left: 1px solid #EBCCCC;
		height: 700px;
}
.rongy a:hover{
	
	color:#555;
}


.about>#xunfu{
	
   
    top: 0;
    z-index: 99;
}

@media only screen and (max-width: 995px) {
	.history-l img{
		display:none;
	}
		.history-r img{
		display:none;
	}
}

.pagination>.current{
	
	    background-color: #ec4f04;
	color:#fff;
}







.navbar-header>ul{
        		width: 340px;
        		background: url(../img/logo.png);
        		height: 59px;
        		background-size: 100%;
        		margin-top: 10px;
        		
        	}
        	.navbar-header>ul>li{
        		width: 50%;
        		height: 59px;
        		float: left;
        		list-style: none;
        		
        	}
        	.navbar-header>ul>li>a{
        		display: block;
        		width: 100%;
        		height: 59px;
        		
           }
         #navbgColor .navbar .navbar-header>ul>li>a:hover{
         	background-color: rgba(0,0,0,0);
         
           }
@media only screen and (max-width:640px ) {
	  .navbar-header>ul{
        		width: 240px;
        		height: 42px;	
        	}
        	.navbar-header>ul>li{
        		height: 42px;    		
        	}
        	.navbar-header>ul>li>a{
        	
        		height: 42px;
           }
       
	
}           



