/*All*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
	margin: 0;
	width: 100%;
	min-width: 1100px;
	font-family: 'OpenSans', sans-serif;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
input, textarea {
    outline: none;
    -webkit-appearance: value;
    -moz-appearance:    value;
    appearance:         value;
}
/*All*/

/*head*/
header{
	position: relative;
	background: #f3f3f3
}
header:after{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 9px;
	background: url('../images/header-bg.png')
}
header > div{
	height: 83px;
	position: relative;
	max-width: 869px;
	margin: 0 auto;
}
header div div{
	display: inline-block;
}
header img{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
header p{
	position: absolute;
	top: 50%;
	left: 85px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	margin: 0;
	font-size: 13px;
	font-weight: 800;
	color: #3060a3
}
header ul{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
header ul li{
	float: left;
	margin-right: 8px;
	font-size: 11px;
	font-weight: 600
}
header ul li:last-child{
	margin-left: 15px
}
header ul li a{
	padding: 9px 13px;
	text-decoration: none;
	color: #898989
}
header ul li a.active{
	background: #3872b5;
	border-radius: 5px;
	color: #fff
}
header ul li a:hover{
	background: #3872b5;
	border-radius: 5px;
	color: #fff
}
/*head*/

/*foot*/
footer{
	height: 295px;
	background: #444545;
	color: #fff;
	padding-left: 127px;
	padding-top: 57px;
	position: relative;
}
footer:after{
	content: '';
	position: absolute;
	top: 0.1px;
	width: 100%;
	height: 15px;
	left: 0;
	background: url('../images/bottom-ruler.png')
}
footer .top:after{
	display: block;
	clear: both;
	content: ''
}
footer .top div{
	padding-bottom: 40px;
	display: inline-block;
	float: left;
	font-size: 10px;
	width: 100%;
	max-width: 309px
}
footer .top div p{
	line-height: 18px;
	margin-top: 18px;
	max-width: 257px
}
footer .top div span{
	font-size: 13px;
	font-weight: 800
}
footer .top div p{
	font-size: 12px;
}
footer .top div span.phone{
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
}
footer .top div span.company{
	font-size: 16px;
	font-weight: 700;
	color: #a2a2a2
}
footer ul{
	margin-top: 20px;
	padding-left: 33px;
}
footer ul li{
	margin-bottom: 8px;
	position: relative;
}
footer ul li:before{
	content: '';
	position: absolute;
	top: 2px;
	left: -15px;
	width: 5px;
	height: 7px;
	background: url('../images/footer-arrow.png')
}
footer ul li a{
	text-decoration: none;
	color: #fff
}
footer .copyright{
	position: absolute;
	padding-left: 127px;
	padding-top: 15px;
	left: 0;
	bottom: 0;
	height: 39px;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	background: #3d3e3e;
}
/*foot*/

/* CONTACT US */
#contact .content ul li{
	color: #777777
}
#contact .content ul li a{
	text-decoration: none;
	color: #777777
}
#contact .content:after{
	display: block;
	clear: both;
	content: ''
}
#contact .content div.left{
	display: inline-block;
	width: calc(100% - 329px);
}
#contact .content div.right{
	float: right;
	width: 329px;
	font-size: 12px;
	font-weight: 400;

}
#contact .content div.right ul{
	max-width: 231px;
	margin: 95px auto 0;
}
#contact .content div.right ul li{
	padding-left: 41px;
	font-size: 13px;
	padding-top: 3px;
	min-height: 22px;
	margin-bottom: 34px;
	background: url('../images/contact-icon.png') no-repeat;
	background-position: 0px 0px
}
#contact .content div.right ul li:nth-child(2){
	background-position: 0 -39px
}
#contact .content div.right ul li:nth-child(3){
	background-position: 0 -83px
}
#contact .content div.right ul li:nth-child(4){
	padding-top: 0;
	background-position: 0 -143px
}
#contact .viewmore{
	background: #f3f3f3;
	display: inline-block;
	width: 100%;
}
#contact .viewmore div{
	max-width: 913px;
	height: 79px;
	padding-left: 21px;
	padding-top: 27px;
	margin: 0 auto;
	position: relative;
	background: #ececec;
}
#contact .viewmore h4{
	margin: 0;
	color: #7f8c8c;
	font-size: 23px
}
#contact .viewmore p{
	margin: 0;
	color: #777777;
	font-size: 10px
}
#contact .viewmore a{
	position: absolute;
	right: 27px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	text-decoration: none;
	padding: 13px 35px;
	border-radius: 5px;
	color: #fff;
	background: #3872b5;
	font-size: 15px
}
/* CONTACT US */

/*Product*/

body#product .content{
	background: #f3f3f3;
}
body#product .content #bg{
	background-image: url('../images/productbanner.jpg');
	height: 409px;
	max-width: 1170px;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 0 auto;
	background-repeat: no-repeat;
}
body#product .content #producttitle{
	width: 100%;
	height: 63px;
	background-color: #ececec;
	border-width: 100px;
	margin: 17px 0 31px;
	position: relative;
}
body#product .content #producttitle:after{
	content: '';
	position: absolute;
	bottom: -25px;
	left: 28.3%; 
	height:30px;
	width: 35px;
	background-image: url('../images/pointer-down.png');
	background-repeat: no-repeat;
	background-size: contain;
}
body#product .content #producttitle h4{
	font-family: 'OpenSans', sans-serif;
	font-weight: 800;
	color: #7f8c8c;
	padding-top: 15px;
	font-size: 22px;
	margin:0;
	text-align: center;
	padding-right: 400px;
}

body#product .content #product-category{
	max-width: 531px;
    margin: 0 auto;
	left: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	padding-top: 40px
}
body#product .content #product-category ul:after{
	clear: both;
	display: block;
	content: ''
}
body#product .content #product-category li{
	display:inline-block;
	margin-right: 8px;
	font-size: 11px;
	font-weight: 600;
	padding: 9px 13px;
	text-decoration: none;
	color: #ffffff;
	border-radius:5px;
	background-color: #98a3a3;
	font-family: 'OpenSans', sans-serif;
}
body#product .content #product-category li:hover{
	background: #3872b5;
	color: #fff;
	cursor: pointer
}
body#product .content #product-category li.active{
	background: #3872b5;
	color: #fff;
}

body#product .content #product-display{
	text-align: center;
	padding-bottom: 50px;
	max-width: 970px;
	margin: 0 auto;
}
body#product .content #product-display ul{
	display: none
}
body#product .content #product-display ul.show{
	display: block;
}
body#product .content #product-display li{
	display:inline-block;
	width: 447px;
	height: 211px;
	margin: 12px;
	margin-bottom:22px;
	background: #f8f8f8;
	border-radius: 10px;
	box-shadow: 0px 3px 0px #e8e9e9;
}
/*Product*/

/* Index */
#index .m-scooch{
	height: 410px
}
#index .m-scooch-inner .m-item div{
	width: 100%;
	height: 410px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
}
#index .m-scooch-inner .m-item h1 {
	position: absolute;
	top: 115px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	width: 320px;
	line-height: 50px;
	font-weight: 800;
	color:#fff;
	background: #3872b5;
	border-radius: 5px
}
#index .m-scooch-inner .m-item p {
	position: absolute;
	top: 176px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	width: 368px;
	padding: 10px 20px;
	color:#fff;
	background: rgba(0,0,0,0.7);
	border-radius: 5px
}
#index .m-scooch-controls #prev {
	position: absolute;
	left:10px;
	top:45%;
	width: 37px;
    height: 47px;
	background:url('../images/nav.png') no-repeat right top

}
#index .m-scooch-controls #next {
	position: absolute;
	right:10px;
	top:45%;
	width: 39px;
    height: 47px;
	background:url('../images/nav.png') no-repeat
}

#index .m-scooch-controls div{
	position: absolute;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
    left: 50%;
	bottom: 10%;
	

}
#index .m-scooch-controls div a {
	padding-top: 2px;
	padding-bottom: 2px;
    width: 60px;
    height: 4px;
    background: #b0b8b9;
    display: inline-block

}

#index .m-scooch-controls div .m-active {
	background: #3872b5;
}

#index .bg{
	background: #f3f3f3;
}

#index .viewmore2{
	background: #f3f3f3;
	display: inline-block;
	width: 100%;
}
#index .viewmore2 div{
	max-width: 913px;
	height: 79px;
	padding-left: 21px;
	padding-top: 27px;
	margin: 0 auto;
	position: relative;
	background: #ececec;
}
#index .viewmore2 h4 {
	margin: 0;
	font-weight: 600;
	color: #7f8c8c;
	font-size: 24px
}
#index .viewmore2 p{
	margin: 0;
	color: #777777;
	font-size: 10px
}
#index .viewmore2 a{
	position: absolute;
	right: 27px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	text-decoration: none;
	padding: 13px 35px;
	border-radius: 5px;
	color: #fff;
	background: #3872b5;
	font-size: 15px;
}
#index .indexphoto{

position: relative;
max-width: 900px;
height: 390px;
margin:0 auto;
padding-top: 62px;
}
#index .indexphoto:after{
	display: block;
	clear: both;	
	content: ''
}
#index .indexphoto div{
display: inline-block;
max-width: 476px;
float: left;
margin-top: 41px;
margin-left: 31px;
font-size: 
font-weight:;
}
#index .indexphoto p{
	margin: 0;
	margin-bottom: 18px;
}
#index .indexphoto img{
	float: left;
}

#index .layer4 {
	background: #ececec;
	min-height: 333px;
	text-align: center;
	padding-top: 52px;

}

#index .layer4 li{
    display: inline-block;
    height: 212px;
    width: 242px;
    margin-right: 65px;
    border-radius: 8px;
    background: url('../images/indexicon.png'), #ffffff;
    background-repeat: no-repeat;
    background-position: 101px 60px;
    position: relative;
    box-shadow: 0px 6px 0px #e5e6e6;

}

#index .layer4 li:nth-child(2){ 
    background-position: -184px 60px;
}

#index .layer4 li:last-child{
	margin-right: 0 ;
	background-position: -449px 60px;
}

#index .layer4 li div{
    position: absolute;
    top:-20px;
    left:50%;
    transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
   	width: 156px;
   	height: 42px;
   	padding-top: 13px;
    background:#295aa8;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;

}

#index .layer4 li span{
	
	position:absolute;
	top:145px;
	width: 200px;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-size: 14px;

}

#index .layer5 {
	padding-top: 60px;
	height: 710px;
	background: #f3f3f3;
	position: relative;
	
}

#index .layer5 .pht{
	height: 579px ;
	width: 433px ;
	background: url('../images/index1.jpg') ;
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - (419px / 2));

}

#index .layer5  h1{
	color: #3872b5;
	text-align: center;
	margin:0;
	margin-bottom: 15px;	
}


/*Index*/

/* ABOUT US */
#aboutus{}

#aboutus .content #banner{
 background-image: url('../images/aboutusbanner.jpg');
 height: 409px;
 max-width: 1170px;
 -webkit-background-size: cover;
 background-size: cover;
 margin: 0 auto;
 background-repeat: no-repeat;
}

#aboutus .viewmorerow{
    display: inline-block;
    width: 100%;
    background: rgb(243, 243, 243);
}

#aboutus .viewmorerow #viewmoreblock{
    max-width: 913px;
    height: 79px;
    padding-left: 21px;
    padding-top: 27px;
    position: relative;
    margin: 0px auto;
    background: rgb(236, 236, 236);
}

#aboutus .viewmorerow #viewmoreblock h4{
    color: rgb(127, 140, 140);
    font-size: 23px;
    margin: 0px;
}

#aboutus .viewmorerow #viewmoreblock p{
    color: rgb(119, 119, 119);
    font-size: 10px;
    margin: 0px;
}

#aboutus .viewmorerow #viewmoreblock a{
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translate(0px, -50%);
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 15px;
    padding: 13px 35px;
    border-radius: 5px;
    background: rgb(56, 114, 181);
}

#aboutus .aboutusrow{
    background: rgb(243, 243, 243);
	width: 100%;
}

#aboutus .aboutusrow #aboutusblock{
	max-width: 913px;
	height: 324px;
	padding-top: 77px;
	padding-bottom: 137px;
	margin: 0 auto;
	position: relative;
}

#aboutus .aboutusrow #aboutusblock a{
	position: absolute;
	left: 0px;
	top: 100px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	text-decoration: none;
	padding: 13px 35px;
	border-radius: 5px;
	color: #fff;
	background: #3872b5;	
}

#aboutus .aboutusrow #aboutusblock a div{
	display: block;
    position: absolute;
    width: 710px;
    right: -710px;
    top: -13px;
    padding-left: 52px;
}
#aboutus .aboutusrow #aboutusblock a div p{
    padding-bottom: 26px;
    color: #879393;
    font-size: 13px;
}

#aboutus .commitmentrow {
	background: rgb(236, 236, 236);
	width: 100%;
}

#aboutus .commitmentrow #commitmentblock{
	max-width: 913px;
	height: 265px;
	padding-left: 0px;
	padding-top: 60px;
	padding-bottom: 84px;
	margin: 0 auto;
	position: relative;
}

#aboutus .commitmentrow #commitmentblock a{
	position: absolute;
	left: 0px;
	top: 83px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	text-decoration: none;
	padding: 13px 35px;
	border-radius: 5px;
	color: #fff;
	background: #3872b5;
}
#aboutus .commitmentrow #commitmentblock a div{
	display: block;
    position: absolute;
    width: 596px;
    right: -596px;
    top: -13px;
    padding-left: 40px;
}
#aboutus .commitmentrow #commitmentblock a div p{
    padding-bottom: 26px;
    color: #879393;
    font-size: 13px;
}

#aboutus .chartrow {
    background: rgb(243, 243, 243);
	width: 100%;
}

#aboutus .chartrow #chartblock{
	max-width: 913px;
	height: 936px;
	padding-left: 0px;
	padding-top: 100px;
	padding-bottom: 112px;
	margin: 0 auto;
	position: relative;
}

#aboutus .chartrow #chartblock a{
	position: absolute;
	left: 0px;
	top: 123px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	text-decoration: none;
	padding: 13px 35px;
	border-radius: 5px;
	color: #fff;
	background: #3872b5;
}

#aboutus .chartrow #chartblock #chartpic{
	padding-top: 78px;
    height: 680px;
    width: 908px;
    -webkit-background-size: cover;
    position: relative;
    top: 45px;
    left: 0px;
}

#aboutus .resourcerow {
    background: rgb(243, 243, 243);
	width: 100%;
}

#aboutus .resourcerow #resourceblock{
	max-width: 913px;
	height: 132px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 88px;
	margin: 0 auto;
	position: relative;
}

#aboutus .resourcerow #resourceblock a{
	position: absolute;
	left: 0px;
	top: 23px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	text-decoration: none;
	padding: 13px 35px;
	border-radius: 5px;
	color: #fff;
	background: #3872b5;
}

#aboutus .resourcerow #resourceblock a ul {
	display: block;
    position: absolute;
    width: 715px;
    right: -715px;
    top: 0px;
    padding-left: 50px;
    color: #879393;
    font-size: 13px;
    list-style: disc;
}

#aboutus .resourcerow #resourceblock a ul li {
	margin-bottom: 18px;
}
#aboutus .flowchartrow {
	background: rgb(236, 236, 236);
	width: 100%;
}

#aboutus .flowchartrow #flowchartblock{
	max-width: 913px;
	height: 1391px;
	padding-left: 0px;
	padding-top: 90px;
	padding-bottom: 134px;
	margin: 0 auto;
	position: relative;
}

#aboutus .flowchartrow #flowchartblock a{
	position: absolute;
	left: 0px;
	top: 112px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	text-decoration: none;
	padding: 13px 35px;
	border-radius: 5px;
	color: #fff;
	background: #3872b5;
}

#aboutus .flowchartrow #flowchartblock #flowchartpic{
	padding-top: 50px;
    height: 1076px;
    width: 908px;
    -webkit-background-size: cover;
    position: relative;
    top: 45px;
    left: 0px;
}

#aboutus .qualityrow {
	background: rgb(243, 243, 243);
	width: 100%;
}

#aboutus .qualityrow #qualityblock{
	max-width: 913px;
	height: 510px;
	padding-left: 0px;
	padding-top: 59px;
	padding-bottom: 32px;
	margin: 0 auto;
	position: relative;
}
#aboutus .qualityrow #qualityblock #middlequality{
	height: 418px;
	width: 0px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #959595;
}

#aboutus .qualityrow #qualityblock #middlequality #qualitypolicy{
	right: 0px;
    position: absolute;
    width: 456px;
}
#aboutus .qualityrow #qualityblock #middlequality #qualitypolicy a{
	position: absolute;
	left: -1px;
    top: 42px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	text-decoration: none;
	padding: 13px 35px;
	border-radius: 5px;
	color: #fff;
	background: #3872b5;
}
#aboutus .qualityrow #qualityblock #middlequality #qualitypolicy a #first{
	display: block;
    position: absolute;
    height: 210px;
    width: 420px;
    padding-top: 74px;
    top: 0px;
    left: 18px;
    color: #879393;
    font-size: 11px;
    list-style: disc;
}
#aboutus .qualityrow #qualityblock #middlequality #qualitypolicy a #second{
	display: block;
    position: absolute;
    padding-top: 30px;
    width: 420px;
    top: 210px;
    left: 0px;
    color: #000;
    font-size: 11px;
    color: #879393;
}
#aboutus .qualityrow #qualityblock #middlequality #qualitypolicy a #second ul{
	list-style: disc;
	display: block;
	left: 18px;
	position: absolute;
}
#aboutus .qualityrow #qualityblock #middlequality #qualityobjective{
	left: 44px;
    position: absolute;
    width: 456px;
}
#aboutus .qualityrow #qualityblock #middlequality #qualityobjective a{
	position: absolute;
	left: 0px;
    top: 42px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	text-decoration: none;
	padding: 13px 35px;
	border-radius: 5px;
	color: #fff;
	background: #3872b5;
}
#aboutus .qualityrow #qualityblock #middlequality #qualityobjective a #first{
	display: block;
    position: absolute;
    height: 110px;
    width: 420px;
    padding-top: 96px;
    top: 0px;
    left: 18px;
    color: #879393;
    font-size: 11px;
    list-style: disc;
}
#aboutus .qualityrow #qualityblock #middlequality #qualityobjective a #second{
	display: block;
    position: absolute;
    padding-top: 25px;
    width: 420px;
    top: 110px;
    left: 0px;
   	color: #879393;
    font-size: 11px;
}
#aboutus .qualityrow #qualityblock #middlequality #qualityobjective a #second ul{
	list-style: disc;
	display: block;
	left: 18px;
	position: absolute;
}
#aboutus .descriptionrow{
	background: rgb(236, 236, 236);
	width: 100%;
}

#aboutus .descriptionrow #descriptionblock{
	max-width: 913px;
	height: 380px;
	padding-left: 0px;
	padding-top: 75px;
	padding-bottom: 80px;
	margin: 0 auto;
	position: relative;
}

#aboutus .descriptionrow #descriptionblock h1{
	font-weight: 900;
	font-size: 20px;
	color: rgb(56, 114, 181);
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}

#aboutus .descriptionrow #descriptionblock ul{
	list-style: disc;
	left: 18px;
	display: block;
	position: absolute;
	padding-top: 65px;
	font-size: 13px;
	color: #879393;
}

#aboutus .descriptionrow #descriptionblock ul li{
	margin-bottom: 26px;
}



/*Department*/
#department .bg{
	background: url('../images/department-bg.jpg') no-repeat;
	height: 409px;
	max-width: 1400px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	margin: 0 auto;
	background-repeat: no-repeat;
}
#department .viewmore{
	background: #f3f3f3;
	display: inline-block;
	width: 100%;
}
#department .viewmore div{
	max-width: 913px;
	height: 79px;
	padding-left: 21px;
	padding-top: 27px;
	margin: 0 auto;
	position: relative;
	background: #ececec;
}
#department .viewmore h4{
	margin: 0;
	color: #7f8c8c;
	font-size: 23px
}
#department .viewmore p{
	margin: 0;
	color: #777777;
	font-size: 10px
}
#department .viewmore a{
	position: absolute;
	right: 27px;
	top: 50%;
	font-size: 15px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	text-decoration: none;
	padding: 13px 35px;
	border-radius: 5px;
	color: #fff;
	background: #3872b5;
}
#department .link{
	text-align: center;
	margin: 0 auto;
	max-width: 497px;
	margin-top: 65px;
	margin-bottom: 70px
}
#department .link:after{
	display: block;
	clear: both;
	content: ''
}
#department .link li{
	width: 229px;
	height: 54px;
	cursor: pointer;
	padding-top: 11px;
	margin-right: 36px;
	float: left;
	font-size: 21px;
	font-weight: 800;
	color: #3872b5;
	border: 1px solid #3872b5;
	border-radius: 8px
}
#department .link li:last-child{
	margin-right: 0;
}
#department .link li.active{
	color: #fff;
	background: #3872b5;
}
#department .link li:hover{
	color: #fff;
	background: #3872b5;
}
#department .box{
	display: none;
}
#department .box.show{
	display: block;
}
#department .box > div > div{
	max-width: 871px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 70px;
	position: relative;
}
#department .box div.grey{
	background: #ececec;
}
#department .box > div > div:after{
	content: '';
	position: absolute;
	top: 68px;
	right: 0;
	width: 120px;
	height: 3px;
	background: #2f5fa3;
}
#department .box > div > div:before{
	content: '';
	position: absolute;
	top: 68px;
	left: 0;
	width: 120px;
	height: 3px;
	background: #2f5fa3;
}
#department .box h4{
	margin: 0;
	margin-bottom: 54px;
	font-size: 26px;
	font-weight: 800;
	color: #3872b5;
	text-align: center;
}
#department .box > div img{
	border-radius: 15px;
	margin: 10px;
	margin-bottom: 20px;
}
#department #dpmt-content .mach-list div div{
	padding: 0;
	margin: 70px auto 80px;
	max-width: 720px
}
#department #dpmt-content .mach-list ul:first-child{
	margin-right: 51px
}
#department #dpmt-content .mach-list ul{
	list-style: url('../images/list-circle.png');
	font-size: 14px;
	font-weight: 700;
	color: #7f8c8c;
	width: 330px;
	display: inline-block
}
#department #dpmt-content .mach-list ul li{
	padding-left: 20px;
	line-height: 23px
}
