﻿@charset "utf-8";

*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body{
	font-weight: normal;
	margin:0 auto;
	font-family:"PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";;
	line-height:normal;
    position: relative;
    font-size: 12px;
}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;font-weight: normal;}
ul { list-style:none;}
*{ margin:0px; padding:0px;list-style: none;}
img { border:0px;display: block;}
h2,h4{font-weight: normal;}
a { color:#535353; text-decoration:none;}
.clear{ clear:both;}
.clearfix{ zoom: 1; }
.clearfix:after { content: ''; display: block; clear: both; }
.fl {float:left;}
.fr {float:right;}
.hidden{display: none;}

::-moz-selection{background:rgb(112, 112, 210);;color:#fff;}
::selection{background:rgb(112, 112, 210);;color:#fff;}




/*-----------------头部开始--------------------*/
.w_1200{width: 1200px;margin: auto;}
button:focus,input:focus,select:focus{
	outline: none;
}
.absolute {
    position: absolute;
}
.hide {
    display: none;
}
.relative {
    position: relative;
}

.text-center {
    text-align: center;
}
.wrap{
    width: 1620px;
    margin: auto;
}

.flex{
    display: flex;
    align-items: top;
}

.flex-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.title-eng{
    font-size: 20px;
    color: #cccccc;
    line-height: 20px;
    text-transform: uppercase;
}
.row2 .title-eng {color: #fff;margin-top: 32px;}

.row2 .title-h2 {color: #fff;}

.title-h2{
    font-size: 32px;
	font-family: "微软雅黑";
    font-weight: bold;
    color: #252525;
    line-height: 32px;
    margin-top: 18px;
}

.title-line{width: 30px;height: 5px;background: #7070d2;margin: 20px auto;}

.title-sub{
    font-size: 16px;
    color: #666666;
}


.white{color: #fff !important}


form .msg-box{display:none;}
.n-invalid {border:1px solid #c00;}
.n-invalid:focus {outline: none; border-color:#c00; box-shadow: 0 0 4px rgba(192,0,0,0.5);}

.popup-trigger{cursor: pointer;}
.jianxian{
    transition: 0.2s;
}
.jianxian img{
    transition: 0.2s;
}
.jianxian a{
    transition: 0.2s;
    opacity: 0;
}
.jianxian:hover img{
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    opacity: 0.8;
}
.jianxian:hover a{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 1;
}
.case-info{
    transition: 0.2s;
}
.case-list li:hover .case-info{
    padding: 0 20px;
    background: #fff;
}

