﻿@charset "utf-8";
/* CSS Document */

html, body{
    font-size: 100%;
	background:	#fff;
}
body {
	font-size: 100%;
	font-family: 'Montserrat-Regular';
}

p{
    color: #333333;
}

h1{
    color: #333333;
}

h2{
    color: #333333;
}

h3{
    color: #333333;
}

h4{
    color: #333333;
}

.top{
    background-color: #F1E85B;
	padding: 5em 0  3em 0;
}

.top-1{
    background-color: #31353E;
}

.top-2{
    padding-bottom: 3em;
}

.search2 {
	position: relative;
	background: #fff;
	padding: 5px 0px;
	width: 20%;
	float: right;
	margin: 7px 2em 0px 0em;
}

.search2 input[type="text"] {
	outline: none;
	color: rgba(0, 0, 0, 0.34);
	padding-left: 10px;
	background: none;
	font-size: 15px;
	border: none;
	width: 79.33%;
}
.search2 input[type="submit"] {
    background: url(../img/sprit-1.png) no-repeat -22px 0px;
	padding: 0px 15px;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	margin: 2px 0px 0px 13px;
}
ul.nav li {
	display: inline-block;
	margin: 0px 8px;
}
.menu {
	width: 60%;
	float: left;
}
.navgation {
	position: absolute;
	width: 77%;
	top: 83%;
	left: 12%;
	background: #31353e;
	padding: 10px 10px;
}
.menu li a{
  	display: block;
	font-size: 18px;
	font-weight:400;
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align:center;
}
#nav .current a {
    color:#fb326f;
   	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu li a:hover,.menu li a.active{
	color:#f1e85b;
} 
.toggleMenu {
	display:  none;
    border-radius:1em; 
    -webkit-border-radius:1em;
    -moz-border-radius:1em;
    -o-border-radius:1em; 
    float:left;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}
.nav > li > a {
	margin: 0px 10px;
	padding: 10px 4px;
}
@media screen and (max-width:800px) {
    .active {
        display: block;
    }
    
    .nav {
	list-style: none;
	width: 100%;
	position: absolute;
	right: 0px;
	top: 50px;
	z-index: 9999;
	}
   .menu li a span.messages{
    	text-align:center;
    	top:15px;
    }
    .nav li ul{
    	width:100%;   	
    }
    .menu ul{
    	margin:0;
    }
    .nav > li.hover > ul {
        width:100%;
    }
    .nav > li {
        float: none;
        display:block;
    }
    .nav ul {
        display: block;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
     .nav li:first-child a{
     	border-top:none;
	display: block;
     }
 }
 @media (max-width:768px){
.toggleMenu img {
	width: 95%;
	margin-top: 2px;
}
.menu ul.nav{
	margin-top:0px;
}
ul.nav{
        display:none;
	background:#000;
	border:1px solid #fff;
	padding: 7px 0px;
}
.menu ul.nav li{
       	display:block;
       	text-align:center;
      	margin:1px;
      	padding: 5px;
}
}

.index-1{
    background-image: url(../img/1106989.jpg);
	min-height:600px;
	background-size:100% 100%;
}

.index-2-1-1{
    text-align: center;
	color: #1F1F1F;
	font-size: 2.7em;
}

.index-2-1-2{
    text-align: center;
	color: #666;
	font-size: 1.2em;
}

.index-2-2-left{
    background-color: #F1E85B;
	padding: 2em 1.6em;
}

.index-2-2-middle{
    background-color: #FB7802;
	padding: 2em 1.6em;
}

.index-2-2-right{
    background-color: #6AA320;
	padding: 2em 1.6em;
}

.index-2-2-1{
    color: #fff;
	font-size: 2em;
}

.index-2-2-2{
    color: #fff;
	font-size: 1.2em;
}
#container{
 height:1px;
 overflow:auto;
}
.mg1{
    margin-top: 1em;
}

.yuanhu1{
    border-radius: 10px;
}

.yuanhu2{
    border-radius: 5px;
}

.more-1{
    margin-top: 1.5em;
	padding: 0.5em 0.8em;
	background-color: #31353E;
}

.more-2{
    margin-top: 1.5em;
	padding: 0.5em 0.8em;
	background-color: #31353E;
}

.more-3{
    margin-top: 1.5em;
	padding: 0.5em 0.8em;
	background-color: #31353E;
}

.more-1 a{
    font-size: 1.2em;
	color: #fff;
}

.more-2 a{
    font-size: 1.2em;
	color: #fff;
}

.more-3 a{
    font-size: 1.2em;
	color: #fff;
}

.more-1 a:hover{
	color: #FF0000;
	text-decoration: none;
}

.more-2 a:hover{
	color: #0066FF;
	text-decoration: none;
}

.more-3 a:hover{
	color: #6AA320;
	text-decoration: none;
}

.index-3 h3{
	font-size: 1.8em;
	color: #333;
}

.index-3 p{
	line-height: 1.6em;
	font-family: "幼圆";
}

.bottom{
    background-color: #868686;
	padding: 3em 0;
	margin-top: 1.5em;
}

.about-1{
    margin-top: 5em;
}

/*cebianlan*/
.cone-d-r-one a{
    color: #6c6c6c;
}

.cone-d-r-two-l img{
	padding-top: 10px;
}

.cone-d-r-two-r{
	height: auto;
	width: 100%;
	overflow: hidden;
	float:left;
}

h5{
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: lighter;
	color: #6C6C6C;
}


.cbl-p{
	font-family: "微软雅黑";
	font-size: 10px;
	font-weight: lighter;
	color: #ABABAB;
}
/*/cebianlan*/

.about-2 h2{
    text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
}

.about-2-small{
    text-align: center;
}

.about-2-small span{
	background-image: url(../img/choose-sprit.png);
	background-repeat: no-repeat;
	display:block;
	width: 100px;
	height: 100px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0 auto;
}

.about-2-small span.about-2-1{
    background-position: 0px 0px;
}

.about-2-small span.about-2-2{
    background-position: -100px 0px;
}

.about-2-small span.about-2-3{
    background-position: -200px 0px;
}

.about-2-small span.about-2-1:hover{
    background-position: 0px -100px;
}

.about-2-small span.about-2-2:hover{
    background-position: -100px -100px;
}

.about-2-small span.about-2-3:hover{
    background-position: -200px -100px;
}

.blog-1{
    margin-top: 3em;
}

.blog-1 img{
    border-radius: 5px;
}

.blog-2{
    margin-bottom: 2em;
}

.blog-2 ul{
}

.blog-2 li{
	list-style-position: inside;
	list-style-image: url(../img/mkr.png);
}

.blog-2 a{
    font-size: 1.4em;
	line-height: 2em;
	margin-left: 0.3em;
}

.blog-2 a:hover{
	color: #FB7802;
	margin-left: 0.4em;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.services-1{
    margin-top: 5em;
}

.services-1 img{
    border-radius: 5px;
}

.services-2{
    margin-top: 3em;
}

.services-2-small span{
	background-repeat: no-repeat;
	display:block;
	width: 222px;
	height: 208px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin: 0 auto;
	background-image: url(../img/service-icons.png);
}

.services-2-small span.services-2-1{
    background-position: 0px 0px;
}

.services-2-small span.services-2-2{
    background-position: -222px 0px;
}

.services-2-small span.services-2-3{
    background-position: -444px 0px;
}

.services-2-small span.services-2-1:hover{
    background-position: 0px -208px;
}

.services-2-small span.services-2-2:hover{
    background-position: -222px -208px;
}

.services-2-small span.services-2-3:hover{
    background-position: -444px -208px;
}

.contact-1{
    margin-top: 3em;
}

.map{
    width: 100%;
	height: 25em;
	margin-bottom: 2em;
}

.contact-2 h3{
    margin-left: 1em;
}

.contact-2 p{
    margin-left: 3em;
}