@media screen and (max-width: 1200px) {
	html,body{width: 1200px;}
}
/*颜色*/
:root{
	--clr-blue:#2ea7e0;
	--clr-gray:#606060;
	--clr-brown:#996e35;
	--clr-green:#169e3d;
	--clr-pink:#7e318e;
	--clr-yellow:#f9b72d;
	--clr-orange:#cd4f3d; /*#d71718*/
}

body{
	font-family: "Times New Roman",Arial;
	line-height: 1.2;
}

p{
	margin-top: 0;
    margin-bottom: 0.7rem;
}
.h1, .h2, .h3, .h4 {
  margin-top: 1rem;
  margin-bottom: 0.2rem;
  line-height: 1;
}
.h1, .h2, .h3, .h4{
	font-weight: bold;
}

.carousel-indicators li{
	height:15px;
	width:15px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	border:0;
}
.fr{
	float: right;
}
.tr{
	text-align: right;
}
.fs{
	font-size:160%;
}
.d-rtl{
    direction: rtl;
}
.fd-rr{
	flex-direction: row-reverse;
}

/*正方形*/
.square{
	margin-right: 0.25rem;
	line-height: 1.2;
}
.square:after{
	content: '\25a0';
	font-family: serif;
	color: var(--clr-blue);
}

/*颜色*/
.bg-blue{background-color: var(--clr-blue);}
.bg-gray{background-color: var(--clr-gray);}
.bg-brown{background-color: var(--clr-brown);}
.bg-green{background-color: var(--clr-green);}
.bg-pink{background-color: var(--clr-pink);}
.bg-orange{background-color: var(--clr-orange);}

.text-blue{color: var(--clr-blue) !important;}
.text-gray{color: var(--clr-gray) !important;}
.text-brown{color: var(--clr-brown) !important;}
.text-green{color: var(--clr-green) !important;}
.text-pink{color: var(--clr-pink) !important;}
.text-orange{color: var(--clr-orange) !important;}

/*边框*/
.border-3-blue{
	border:3px solid var(--clr-blue) !important;
}

/*图片阴影*/
.blue-shadow-hover:hover{
	filter: drop-shadow(0px 0px 4px var(--clr-blue));
}
.gray-shadow{
	filter: drop-shadow(0px 0px 4px var(--clr-gray));
}
.gray-shadow-hover:hover{
	filter: drop-shadow(0px 0px 4px var(--clr-gray));
}


/*more*/
.text-more{
	color:var(--clr-blue);
	font-weight: bold;
	font-family: arial;
}

.bg-blue-hover:hover{
	background-color: rgba(46,167,224,0.8);
}
.bg-blue-hover:hover .text-more{
	color: #fff;
}


/*字体*/
.font-arial{font-family: Arial;}
.font-roman{font-family: "Times New Roman";}
.font-impact{font-family: Impact;}
.font-serif{font-family: serif;}

/*修正输入框*/
.form-control{
	border:1px solid var(--clr-blue);
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(46,167,224,.25);
}
.btn-send{
	position: relative;
	background-color: var(--clr-blue);
	color: #fff;
	border:0;
	padding-top:0.3rem;
	padding-bottom:0.3rem;
	padding-right:1.5rem;
	padding-left:5rem;
	font-size: 1.5rem;
	font-weight: bold;
}
.btn-send-ar{
	position: relative;
	background-color: var(--clr-blue);
	color: #fff;
	border:0;
	padding-top:0.3rem;
	padding-bottom:0.3rem;
	padding-right:1.5rem;
	padding-left:5rem;
	font-size: 1.5rem;
	font-weight: bold;
}
/*.btn-send-ar:before{
	content: "";
    position: absolute;
    left: 10.2rem;
    top: 0;
    bottom: 0;
    width: 3rem;
    background-color: var(--clr-gray);
}
.btn-send:before{
	content: "";
    position: absolute;
    left: -3.2rem;
    top: 0;
    bottom: 0;
    width: 3rem;
    background-color: var(--clr-gray);
}*/
.btn-send:focus{
	outline: 0;
}

/*正文边距*/
.m-p{
	padding-left: 4%;
	padding-right: 4%;
}

/*主页头部*/
.head-fixed{
	position: fixed;
	top: -36px;
	left: 0;
	right: 0;
	z-index: 600;
	min-width: 1200px;
}
.home-head{
	width: 100%;
	box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
	height: 5rem;
	transition: height 0.5s;
	-moz-transition: height 0.5s;/* Firefox 4 */
	-webkit-transition: height 0.5s; /* Safari 和 Chrome */
	-o-transition: height 0.5s; /* Opera */
}
.head-menu{
	color:#fff;
}
.head-nav{font-size: 1.2rem;font-weight:bold;padding-right: 1.7rem;}

.head-menu:hover{
	text-decoration: none;
	color: #fff;
}
.head-nav .dropdown-menu div:hover:before{
	content: "";
	position: absolute;
	left:0;
	right: 0;
	top:0;
	bottom:0;
	background-color:rgba(46,167,224,0.2);
	z-index: 100;
}
.head-logo{
	width: 12rem;
	margin:0.5rem 0;
	background-image: url('/res/img/logo.png');
	background-repeat: no-repeat;
	background-position: center;
    background-size:contain; 
    cursor: pointer; 
    transition: width 0.5s;
	-moz-transition: width 0.5s;/* Firefox 4 */
	-webkit-transition: width 0.5s; /* Safari 和 Chrome */
	-o-transition: width 0.5s; /* Opera */
	filter: drop-shadow(0px 0px 4px var(--clr-gray));   
}
.head-bar{
	height: 5rem;
}
.div-map{
	height: 4rem;
	width: 4rem;
	transition: height 0.5s;
	-moz-transition: height 0.5s;/* Firefox 4 */
	-webkit-transition: height 0.5s; /* Safari 和 Chrome */
	-o-transition: height 0.5s; /* Opera */
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.blue-block-ar{
	position: absolute;
	z-index: 500;
	bottom: 2rem;
	left: 0;
	font-weight: bold;
}
.blue-block-ar div{
	padding: 0.7rem 0.7rem 0.7rem 1.5rem;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.blue-block-ar .b1{
	text-wrap:none;
	color: var(--clr-blue);
	background-color: rgba(46,167,224,0.3);
}
.blue-block-ar .b2{
	text-wrap:none;
	color:#fff;
	background-color: rgba(46,167,224,0.9);
}
.blue-block-ar .l1{
	font-size:2rem;
}
.blue-block-ar .l2{
	
}
.blue-block{
	position: absolute;
	z-index: 500;
	bottom: 2rem;
	right: 0;
	font-weight: bold;
}
.blue-block div{
	padding: 0.7rem 0.7rem 0.7rem 1.5rem;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.blue-block .b1{
	text-wrap:none;
	color: var(--clr-blue);
	background-color: rgba(46,167,224,0.3);
}
.blue-block .b2{
	text-wrap:none;
	color:#fff;
	background-color: rgba(46,167,224,0.9);
}
.blue-block .l1{
	font-size:2rem;
}
.blue-block .l2{
	
}
.contact-block{
	position: absolute;
	z-index: 500;
	text-align: center;
	font-weight: bold;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.contact-block div{
	color: #e6cca1;
	padding: 0.7rem 0.7rem 0.7rem 1.5rem;
}
.scroll_down .home-head{
	position: fixed;
	top: 0;
	height: 3rem;
}
.scroll_down .head-logo{
	width: 8rem;

}
.scroll_down .head-company{
	display:none;
}
.scroll_down .head-bar{
	height:3rem;
}
.scroll_down .div-map{
	width:3rem;
	height:3rem;
}

/*语言栏*/

.lang-bar {
	height: 36px;
	margin-bottom: 9px;
}
.lang-bar .nav-link{
	line-height: 30px;
	padding: 6px 12px 0 12px;
	font-weight: bold;
}
.lang-bar .divide{
	line-height: 30px;
	padding: 6px 0 0 0;
	color: var(--clr-blue);
	font-weight: bold;
}
.lang-bar a{
	position: relative;
}
.lang-bar a div:hover:after{
	content: "";
	position: absolute;
	left:0;
	right: 0;
	top:0;
	bottom:0;
	background-color:rgba(46,167,224,0.1);
	border-bottom: 3px solid rgba(46,167,224,0.5);
	z-index: 100;
}

/*网站地图*/
.head-map{
    margin-top: 0.5rem;
	display: none;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    border:1px solid #ccc;
    background-color: white;
    padding: 1rem;
    font-family: arial;
}
.map-col{
	display: inline-block;
	margin-right: 2rem;
	margin-bottom: 1rem;
	vertical-align: top;
	-ms-flex: 1;
  	flex: 1;
}
.map-col div{
	border-bottom: 2px solid rgba(0,0,0,0.6);
	font-weight: bold;
	line-height: 2rem;
	margin-bottom: 0.5rem;
}
.map-col a{
	color: #202020;
}
.map-col ul{
	list-style:none;
	padding-left: 0;
}
.map-col li{
	position: relative;
	padding-left: 1rem;
	line-height: 1.5;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(0,0,0,.2);
	font-size:0.9rem; 
	cursor: pointer;
}
.map-col li:after{
	content:'';
	position: absolute;
	right:0;
	left: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;	
}

.map-col li:hover{
	border-bottom:1px solid rgba(0,0,0,0);
	background-color:rgba(46,167,224,0.2);
}
.map-col li:hover:after{
	transition: border-bottom-width 0.3s;
	-moz-transition: border-bottom-width 0.3s;/* Firefox 4 */
	-webkit-transition: border-bottom-width 0.3s; /* Safari 和 Chrome */
	-o-transition: border-bottom-width 0.3s; /* Opera */
	border-bottom: 3px solid rgba(46,167,224,0.5);
}


/*左侧导航栏*/
.left-nav{
	width: 15rem;
	align-items: stretch;
	display: flex;
	flex-direction: column;
	font-family: Arial;
}
.left-logo{
	background-color: var(--clr-gray);
	padding: 1rem;
}
.left-logo p{
	margin: 0;
}
.left-logo .l1{
    font-size: 0.7rem;
    line-height: 1.1;
    text-align: center;
    letter-spacing: -0.04rem;
}
.left-logo .l2{
	font-size: 1.1rem;
    line-height: 1.1;
    text-align: center;
    font-weight: bold;
}
.left-logo .l3{
	font-size: 6.4rem;
    line-height: 0.8;
	color:var(--clr-blue);
	font-weight: bold;
}
.left-item{
	min-height: 50rem;
	margin-top:0.5rem;
	padding:1rem;
	background-image: linear-gradient(var(--clr-blue), #fff);
	flex: 1 1 auto;
}
.left-item p{
	margin-bottom: 1rem;
}
.left-item a:hover{
	text-decoration: none;
	text-shadow:5px 2px 8px rgba(0,0,0,0.4);
}

/*走马灯*/
.slick-arrow{
	display:none !important;
}
.slick-slide img{
	width:100%;
	border: solid 2px transparent;
}
.slick-slide.slick-active:focus{
	outline-color: var(--clr-blue);
}

.slick-dotted{
	text-align: center;
}
.slick-dots{
	padding: 0.5rem;
}
.slick-dots li{
    position: relative;
    display: inline-block;
} 
.slick-dots li button{
	width: 2rem;
	height: 2rem;
    cursor: pointer;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots .slick-active button{
	background-color: var(--clr-blue);
	color: #fff;
	border-radius: 0.3rem;
	font-weight: bold;
}

/*里程碑*/
.leaf{
	display: inline-block;
	position: relative;
	background-color: var(--clr-blue);
	border-radius:50rem;
	padding: 0.5rem;
	color: #fff;
	font-size: 2rem;
	line-height: 2rem;
	min-width: 10rem;
	text-align: center;
	height: 5rem;
}
.leaf-lg{
	font-size: 2.1rem;
	line-height: 2.1rem;
	padding: 2.5rem 1rem;
	height: 8rem;
}
.leaf-left{
	margin-right:8.5rem;
}
.leaf-left:after{
	content: "";
    position: absolute;
    left: 7.5rem;
    right: -7.5rem;
    bottom: -2.5rem;
    top: 2.5rem;
    border-top: 4px solid var(--clr-blue);
    border-right: 4px solid var(--clr-blue);
    border-radius: 50rem;
    z-index: -1;
}
.leaf-left-line:before{
	content: "";
    left: 0;
    right: -7.5rem;
    bottom: 0;
    top: 0;
    position: absolute;
    border-right: 4px solid var(--clr-blue);
}
.leaf-right{
	margin-left:8.5rem;
}
.leaf-right:after{
	content: "";
    position: absolute;
    left: -7.5rem;
    right: 7.5rem;
    bottom: -2.5rem;
    top: 2.5rem;
    border-top: 4px solid var(--clr-blue);
    border-left: 4px solid var(--clr-blue);
    border-radius: 50rem;
    z-index: -1;
}

.leaf-right-line:before{
	content: "";
    left: -7.5rem;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    border-left: 4px solid var(--clr-blue);
}
.tree-div{
	padding:2rem 4rem;
	background-color: white;
}
.tree-div img{
	height: 6rem;
}
.div-left{
	border-right:4px solid var(--clr-blue);	
	margin-right: 1rem;
}
.div-right{
	border-left:4px solid var(--clr-blue);	
	margin-left: 1rem;
}


.left-bar1{
	min-height: 10rem;
	padding:1rem;
	background-image: linear-gradient(var(--clr-gray), #fff);
}
.left-bar2{
	min-height: 25rem;
	padding:1rem;
	background-image: linear-gradient(var(--clr-blue), #fff);
}

/*旋转*/
.r90{
	transform:rotate(90deg);
	transform-origin: 0 0;
    -ms-transform:rotate(90deg); /* Internet Explorer 9*/
    -moz-transform:rotate(90deg); /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); /* Opera */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.r-90s{
	transform:rotate(-90deg);
	transform-origin: 20% 400%;
    -ms-transform:rotate(-90deg); /* Internet Explorer 9*/
    -moz-transform:rotate(-90deg); /* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
    -o-transform:rotate(-90deg); /* Opera */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.r-90{
	transform:rotate(-90deg);
	transform-origin: 0 0;
    -ms-transform:rotate(-90deg); /* Internet Explorer 9*/
    -moz-transform:rotate(-90deg); /* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
    -o-transform:rotate(-90deg); /* Opera */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.r-22{
	transform:rotate(-22deg);
	transform-origin: 0 0;
    -ms-transform:rotate(-22deg); /* Internet Explorer 9*/
    -moz-transform:rotate(-22deg); /* Firefox */
    -webkit-transform:rotate(-22deg); /* Safari 和 Chrome */
    -o-transform:rotate(-22deg); /* Opera */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
